Skip to main content
Glama
wiroai

Wiro MCP Server

Official
by wiroai

Search Wiro documentation

search_docs
Read-onlyIdempotent

Search official Wiro documentation to find API references, examples, and how-to guides for building with Wiro AI.

Instructions

Search official Wiro guides, API references, examples, and how-to documentation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesWhat you are looking for, e.g. "how to upload a file", "websocket", "authentication", or "LLM streaming".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
docsUrlYes
matchesYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and idempotentHint=true, indicating a safe, non-mutating operation. The description adds 'official' sources but no further behavioral context such as rate limits or auth requirements; it does not contradict annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that front-loads the action and resource with no redundancy. Every word contributes to conveying the tool's purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With an output schema present, one well-documented parameter, and annotations covering safety, the description is complete. An agent has everything needed to understand the search scope and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema provides a fully described 'query' parameter with concrete examples, achieving 100% schema description coverage. The description adds no additional parameter semantics beyond what the schema already supplies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: searching official Wiro documentation covering guides, API references, examples, and how-to content. This specific verb-resource pairing distinguishes it from sibling tools like search_models, which search models rather than documentation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage when documentation is needed but does not explicitly name alternatives or exclusion criteria. Since it doesn't reference sibling tools or contrast with model search, guidance remains implied rather than explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wiroai/Wiro-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server