© 2026 YOLOX SYSTEM. ALL RIGHTS RESERVED.
Gives your agent the ability to look up official Microsoft API references, find working code samples, and verify SDK code correctness across Azure and .NET.
When you need to verify if an Azure SDK method name or signature is correct
When you want to find an official code sample for a specific Microsoft API task
When you are troubleshooting errors like 'Method not found' or authentication failures
Search for specific API methods or classes using microsoft_docs_search with the namespace
Find working, official examples for your task using microsoft_code_sample_search
Fetch the full API reference page for detailed overload and parameter information
Compare your implementation against the verified signatures and code samples provided
You
I'm trying to upload a file to Azure Blob Storage in Python but I keep getting errors.
Agent
I'll use `microsoft_code_sample_search` to find the official 'upload blob' pattern for Python. I'll also verify the `BlobClient` methods to ensure we're using the correct SDK version and signatures, helping you fix any 'Method not found' or authentication issues.
Gives your agent the ability to query official Microsoft documentation across Azure, .NET, GitHub, VS Code, and more using specialized search tools.
Gives your agent the ability to create hybrid skills for Microsoft technologies by combining local essential knowledge with dynamic documentation lookups.
Gives your agent the ability to simplify and refactor code to improve clarity and reduce complexity while strictly preserving original behavior and functional correctness.
Gives your agent the ability to conduct thorough and constructive code reviews focusing on quality, security, performance, and adherence to SOLID principles.
Gives your agent the ability to provide high-quality, constructive code reviews that foster knowledge sharing, catch bugs early, and maintain team morale.
© 2026 YOLOX SYSTEM. ALL RIGHTS RESERVED.