# aidroid

Search official Microsoft and Azure documentation to ground your answers with trusted, first-party content. Fetch complete articles when you need step-by-step guides, troubleshooting, and prerequisit…

## Quick Start

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

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

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

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

## Direct MCP Connection

Endpoint: `https://aidroid--ren89752.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 ren89752/aidroid <tool-name>
```
