Microsoft Development
Use this skill when the answer should come from Microsoft documentation rather than memory or third-party summaries.
Current MCP Reality
Microsoft's Learn Docs MCP server is publicly documented and currently exposes these core tools:
microsoft_docs_searchmicrosoft_docs_fetchmicrosoft_docs_extract_code_examplesmicrosoft_docs_search_by_product
Microsoft's getting-started docs also describe installation through npx -y @microsoft/learn-docs-mcp.
Activation Conditions
- Verifying Azure SDK usage, limits, or configuration
- Looking up .NET, Graph, Windows, or Microsoft 365 APIs
- Pulling official code examples before implementation
- Checking product-specific guidance for Azure, Power BI, or Power Platform
Recommended Workflow
- Search first with
microsoft_docs_search. - Narrow by product with
microsoft_docs_search_by_productwhen results are broad. - Fetch the relevant page with
microsoft_docs_fetchfor details. - Extract code examples with
microsoft_docs_extract_code_examplesif the user needs working snippets. - Prefer official code and limits over recollection.
Query Patterns
"Azure Container Apps scale rules""BlobClient UploadAsync Azure.Storage.Blobs"product="power-bi" query="row level security dax"product="microsoft-graph" query="send mail application permissions"
Guardrails
- Use Microsoft Learn MCP for Microsoft-specific answers before browsing elsewhere.
- Treat package versions, quotas, and service capabilities as time-sensitive.
- If Learn MCP is unavailable in the current client, use the included scripts and references as local fallbacks, then browse official docs.
References & Resources
Documentation
- Azure Services Quick Reference - Common Azure services, SDK packages, and decision points
- .NET Patterns - Practical .NET design and dependency-injection patterns
- Microsoft Learn MCP - Current tool names, install command, and query workflow
Scripts
- Azure Health Check - Validate Azure login and inspect common resource health in a resource group
Examples
- Azure Function API Example - Example serverless API workflow tied back to official Microsoft docs
Related Skills
| Skill | Relationship |
|---|---|
| azure-integrations | Deploy and configure Azure resources after researching them |
| powerbi-modeling | Power BI modeling guidance backed by Microsoft docs |
| excel-sheet | Spreadsheet workflows in Microsoft-oriented environments |
| word-document | Word automation workflows in Microsoft-oriented environments |
| powerpoint-ppt | PowerPoint automation workflows in Microsoft-oriented environments |