Skip to main content
Glama
wiroai

Wiro MCP Server

Official
by wiroai

run_model

Execute AI models for generation and analysis. Use get_model_schema to find parameters; choose to wait for results or receive a task token for async monitoring.

Instructions

Run any AI model on Wiro. Supports image generation, video generation, LLMs, audio, 3D, and more.

Use get_model_schema first to discover available parameters.

With wait=true (default), polls until completion and returns the result. With wait=false, returns the task token immediately for async monitoring.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelYesModel slug in "owner/model" format, e.g. "openai/sora-2", "google/nano-banana-pro"
paramsYesModel-specific parameters as key-value pairs. Use get_model_schema to discover available parameters. For file parameters (fileinput, multifileinput, combinefileinput), pass URLs directly — no upload needed. For combinefileinput, pass an array of URLs.
waitNoIf true, poll until completion and return result. If false, return task token immediately.
timeout_secondsNoMax seconds to wait for completion (only when wait=true)
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses polling behavior, async option, and file parameter requirements (URLs for fileinput, array for combinefileinput). No contradictions found.

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?

Four concise sentences, each serving a purpose: overview, prerequisite, sync behavior, async behavior. No redundant or filler content.

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?

Covers prerequisite, both sync and async modes, file handling, and timeout. Lacks description of the result format for sync mode, which would be helpful without an output schema, but otherwise complete.

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

Parameters4/5

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

Schema coverage is 100%, but description adds valuable context: model slug format, params as key-value, file handling nuances, wait timeout behavior. This goes beyond the schema's basic descriptions.

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 it runs any AI model on Wiro, covering various types. It distinguishes from sibling tools like get_model_schema (discovery) and cancel_task (management), providing a specific verb and resource.

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 gives clear guidance: use get_model_schema first, explains wait behavior (sync vs async), and notes file parameter handling. It lacks explicit when-not-to-use instructions but provides adequate context.

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