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..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 resources including listing and querying AI Search services, knowledge base and source information.", + "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,