Skip to main content
Glama
wiroai

Wiro MCP Server

Official
by wiroai

Search Wiro models

search_models
Read-onlyIdempotent

Find the right AI model for any task by searching across Wiro's model catalog. Filter by category, owner, or keyword and sort results by relevance, rating, or usage.

Instructions

Search and browse AI models on Wiro. Choose a model from the result and call the returned get_model_schema next action before using run_model.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSort by relevance, newest, usage, comments, or rating.relevance
limitNoMaximum results (default 20, max 100).
startNoPagination offset (default 0).
searchNoSearch keyword, e.g. "flux", "video generation", "upscale".
slugownerNoFilter by model owner slug.
categoriesNoFilter by categories. Available: "text-to-image", "image-to-image", "image-editing", "text-to-video", "image-to-video", "speech-to-video", "talking-head", "text-to-speech", "speech-to-text", "text-to-music", "text-to-song", "voice-clone", "realtime-conversation", "3d-generation", "chat", "llm", "llm-reasoning", "rag".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitYes
startYes
totalYes
modelsYes
nextStartYes
nextActionNo
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds behavioral context by instructing the next steps (get_model_schema then run_model), which goes beyond the annotations. No contradictions.

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 two sentences, front-loaded with the core purpose and followed by a precise workflow instruction. Every word earns its place, with no fluff or repetition.

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

Completeness4/5

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

Given the rich input schema, output schema, and annotations, the description's focus on the search workflow is largely complete. It could explicitly differentiate from sibling tools like explore or recommend_model, but for the primary use case it provides sufficient context.

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?

Schema description coverage is 100%, with all six parameters documented including examples for search and available categories. The description does not add extra parameter semantics, but the baseline of 3 is appropriate since the schema already provides full detail.

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 with 'Search and browse AI models on Wiro', which is a specific verb+resource. It distinguishes itself from siblings by outlining a workflow: call get_model_schema before run_model, establishing this as the entry point for model discovery.

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

Usage Guidelines4/5

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

The description provides explicit usage guidance: 'Choose a model from the result and call the returned get_model_schema next action before using run_model.' This clarifies the intended sequence but does not explicitly mention alternatives like explore or recommend_model for browsing.

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