Microsoft Entra ID
microsoft_docs_search
Search official Microsoft/Azure documentation to find the most relevant and trustworthy content for a user's query. This tool returns up to 10 high-quality content chunks (each max 500 tokens), extracted from Microsoft Learn and other official sources. Each result includes the article title, URL, and a self-contained content excerpt optimized for fast retrieval and reasoning. Always use this tool to quickly ground your answers in accurate, first-party Microsoft/Azure knowledge. The `question` parameter is no longer used, use `query` instead. ## Follow-up Pattern To ensure completeness, use microsoft_docs_fetch when high-value pages are identified by search. The fetch tool complements search by providing the full detail. This is a required step for comprehensive results.
Remote (network-hosted)
Other tools also called microsoft_docs_search?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"default": null,
"description": "a query or topic about Microsoft/Azure products, services, platforms, developer tools, frameworks, or APIs"
},
"question": {
"type": "string",
"default": null,
"description": "this parameter is no longer used, use query instead."
}
}
}