# aidroid

Find authoritative answers from official Microsoft and Azure documentation. Fetch complete pages and troubleshooting guidance to ground your work with up-to-date details. Retrieve vetted code samples…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Boysam2/aidroid

# Browse available tools
npx -y @smithery/cli@latest tool list Boysam2/aidroid

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Boysam2/aidroid microsoft_docs_search

# Call a tool
npx -y @smithery/cli@latest tool call Boysam2/aidroid microsoft_docs_search '{}'
```

## Direct MCP Connection

Endpoint: `https://aidroid--boysam2.run.tools`

## Tools (3)

- `microsoft_docs_search` — Search official Microsoft/Azure documentation to find the most relevant and trustworthy content for a user's query. Thi…
- `microsoft_code_sample_search` — Search for code snippets and examples in official Microsoft Learn documentation. This tool retrieves relevant code samp…
- `microsoft_docs_fetch` — Fetch and convert a Microsoft Learn documentation page to markdown format. This tool retrieves the latest complete cont…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get Boysam2/aidroid <tool-name>
```
