Skip to main content
Glama
wiroai

Wiro MCP Server

Official
by wiroai

get_task

Retrieve current task status, outputs, cost, and elapsed time using task token or ID. Check pexit for success or failure.

Instructions

Get the current status and output of a task. Returns status, outputs, cost, and elapsed time. Check pexit for success ("0") or failure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tasktokenNoThe task token returned from run_model
taskidNoThe task ID (alternative to tasktoken)
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses return values (status, outputs, cost, elapsed time) and the pexit field for success/failure checking. It implies read-only behavior, though no explicit statement of safety.

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?

Two sentences, no wasted words. Front-loaded with purpose, then adds key detail about pexit.

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 simple schema (2 params, both optional) and no output schema, the description covers the primary return values and mentions pexit. It does not explain the relationship between params or provide status codes, but is adequate for the tool's simplicity.

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 coverage is 100%, so baseline is 3. The description does not add further meaning beyond the schema, such as explaining when to use tasktoken vs taskid or that one is required.

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 uses specific verb 'Get' and resource 'task', and mentions what it returns (status, outputs, cost, elapsed time). It distinguishes itself from sibling tools like cancel_task, kill_task, etc., which have different purposes.

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 clearly states when to use (to get task status after running a model), but does not provide explicit when-not or alternatives. The intended use case is implied but not contrasted with siblings.

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