From 58a1af7afe465dd66c7752315be87e0673320297 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 14 Jul 2026 22:53:58 +0000 Subject: [PATCH 1/4] Initial plan From d679b729ae9028117312de0fb1d633eed404261e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 14 Jul 2026 22:58:46 +0000 Subject: [PATCH 2/4] Fix get_azure_ai_resources_details consolidated tool description to explicitly mention Cognitive Search, knowledge sources, knowledge bases, and indexes --- .../copilot-fix-ai-search-consolidated-description.yml | 3 +++ servers/Azure.Mcp.Server/src/Resources/consolidated-tools.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 servers/Azure.Mcp.Server/changelog-entries/copilot-fix-ai-search-consolidated-description.yml diff --git a/servers/Azure.Mcp.Server/changelog-entries/copilot-fix-ai-search-consolidated-description.yml b/servers/Azure.Mcp.Server/changelog-entries/copilot-fix-ai-search-consolidated-description.yml new file mode 100644 index 0000000000..9cee939912 --- /dev/null +++ b/servers/Azure.Mcp.Server/changelog-entries/copilot-fix-ai-search-consolidated-description.yml @@ -0,0 +1,3 @@ +changes: + - section: "Bug Fixes" + description: "Improved the `get_azure_ai_resources_details` consolidated tool description to explicitly mention Azure Cognitive Search, knowledge sources, knowledge bases, and indexes so that related prompts correctly trigger this tool in consolidated mode." diff --git a/servers/Azure.Mcp.Server/src/Resources/consolidated-tools.json b/servers/Azure.Mcp.Server/src/Resources/consolidated-tools.json index 78163706e7..b003ef8201 100644 --- a/servers/Azure.Mcp.Server/src/Resources/consolidated-tools.json +++ b/servers/Azure.Mcp.Server/src/Resources/consolidated-tools.json @@ -1326,7 +1326,7 @@ }, { "name": "get_azure_ai_resources_details", - "description": "Get details about Azure AI resources including listing and querying AI Search services, knowledge base and source information.", + "description": "Get details about Azure AI Search (formerly known as Azure Cognitive Search) resources. Use this tool to list or show all Azure AI Search / Cognitive Search services in a subscription; list, show, or get details of indexes (also called knowledge indexes) in a search service; list, show, or get details of knowledge sources in a search service (knowledge sources point to indexed data such as blob storage); list, show, or get details of knowledge bases in a search service (knowledge bases encapsulate retrieval and reasoning capabilities over knowledge sources); and query or search an Azure AI Search index for specific content.", "toolMetadata": { "destructive": { "value": false, From 19ecf2096286907a8578ad3e04a0789dbe84f051 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 14 Jul 2026 22:59:50 +0000 Subject: [PATCH 3/4] Revise get_azure_ai_resources_details description to be more concise (under 500 chars) --- servers/Azure.Mcp.Server/src/Resources/consolidated-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/Azure.Mcp.Server/src/Resources/consolidated-tools.json b/servers/Azure.Mcp.Server/src/Resources/consolidated-tools.json index b003ef8201..7693548df9 100644 --- a/servers/Azure.Mcp.Server/src/Resources/consolidated-tools.json +++ b/servers/Azure.Mcp.Server/src/Resources/consolidated-tools.json @@ -1326,7 +1326,7 @@ }, { "name": "get_azure_ai_resources_details", - "description": "Get details about Azure AI Search (formerly known as Azure Cognitive Search) resources. Use this tool to list or show all Azure AI Search / Cognitive Search services in a subscription; list, show, or get details of indexes (also called knowledge indexes) in a search service; list, show, or get details of knowledge sources in a search service (knowledge sources point to indexed data such as blob storage); list, show, or get details of knowledge bases in a search service (knowledge bases encapsulate retrieval and reasoning capabilities over knowledge sources); and query or search an Azure AI Search index for specific content.", + "description": "Get details about Azure AI Search (also known as Azure Cognitive Search) services, indexes, knowledge sources, and knowledge bases. List all Cognitive Search services in a subscription; list or get details of indexes (knowledge indexes) in a search service; list or get details of knowledge sources in a search service; list or get details of knowledge bases in a search service; or query an Azure AI Search index for specific content.", "toolMetadata": { "destructive": { "value": false, From c2dc9fb750175121539f47d3dd08209c1aa4da01 Mon Sep 17 00:00:00 2001 From: Larry Osterman Date: Thu, 16 Jul 2026 10:28:32 -0700 Subject: [PATCH 4/4] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- servers/Azure.Mcp.Server/src/Resources/consolidated-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/Azure.Mcp.Server/src/Resources/consolidated-tools.json b/servers/Azure.Mcp.Server/src/Resources/consolidated-tools.json index 7693548df9..f6450258c6 100644 --- a/servers/Azure.Mcp.Server/src/Resources/consolidated-tools.json +++ b/servers/Azure.Mcp.Server/src/Resources/consolidated-tools.json @@ -1326,7 +1326,7 @@ }, { "name": "get_azure_ai_resources_details", - "description": "Get details about Azure AI Search (also known as Azure Cognitive Search) services, indexes, knowledge sources, and knowledge bases. List all Cognitive Search services in a subscription; list or get details of indexes (knowledge indexes) in a search service; list or get details of knowledge sources in a search service; list or get details of knowledge bases in a search service; or query an Azure AI Search index for specific content.", + "description": "Get details about Azure AI Search (also known as Azure Cognitive Search) services, indexes, knowledge sources, and knowledge bases. List all Cognitive Search services in a subscription; list or get details of indexes in a search service; list or get details of knowledge sources in a search service; list or get details of knowledge bases in a search service; or query an Azure AI Search index for specific content.", "toolMetadata": { "destructive": { "value": false,