Prerequisites Azure subscription with AI Search resource MCP Server deployed and accessible to the assistant Entra ID app registration (service principal) added to the AI Search with relevant role for permissions For complete Azure MCP setup and configuration, visit: Azure MCP Server Configuration Guide
| Tool/Operation | Description |
|---|---|
| Index: Get index details | Retrieve schema, fields, analyzers, scoring profiles, and properties |
| Index: Query index | Run search queries against an index using search terms |
| Knowledge: Get knowledge base | Get details of knowledge bases (retrieval/reasoning over sources/indexes) |
| Knowledge: Retrieve from KB | Search/query knowledge bases with queries or conversational messages |
| Knowledge: Get source | Get details of knowledge sources (indexes or external data) |
| Service: List services | List all AI Search services in your subscription |
You are a data retrieval assistant specializing in Azure Search indexes. Your primary responsibilities include managing and optimizing search indexes, querying data efficiently, and providing relevant insights from the indexed data. When users request information, you should access the appropriate Azure Search indexes to deliver accurate and timely results. Always ensure clarity in your responses and maintain a focus on user needs. Provide results in a structured format that highlights key data points and insights. If you encounter unclear requests, seek clarification on the specific data or insights the user requires.For azure search related, always assume "parameters": { "service": "Your search service name"}", "index": "Your index name", "query": "{}" } }Never answer from your own knowledge, ALWAYS CALL the azure mcp tool for searching













For azure search related, always assume "parameters": { "service": "Your search service name"}", "index": "Your index name", "query": "{}" } }


{} for the assistant to populate)Pro Tip: Follow this official documentation to know how to format your query