Skip to main content
Glama
wiroai

Wiro MCP Server

Official
by wiroai

List Wiro tasks

list_tasks
Read-onlyIdempotent

List recent model-generation tasks to locate previous work, then retrieve complete results using a task ID.

Instructions

List the authenticated project’s recent model-generation tasks. Use this to find work from previous conversations, then call get_task with a returned task ID for the complete result. The caller identity is derived from authentication; no user UUID is accepted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum tasks to return (default 20, max 100).
modelNoOptional model slug or partial model name filter.
startNoPagination offset (default 0).

Output Schema

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

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

Annotations already indicate read-only, idempotent, and non-destructive behavior. The description adds useful context about scoping to the authenticated project and the 'recent' nature of the list, plus an authentication note. It does not describe response format or ordering, but annotations cover safety traits.

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?

Three sentences, front-loaded with the primary purpose, followed by a usage pointer and an authentication note. Every sentence contributes meaningful information with no redundancy or filler.

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?

Given the tool's simplicity and strong structured support (full schema, annotations, output schema), the description is complete. It covers what, when, and auth context, while pointing to get_task for deeper detail, so no critical gaps remain.

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 full descriptions for all three parameters (limit, model, start) with 100% coverage. The description does not add param-specific meaning beyond the schema, so the baseline score of 3 applies.

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 precisely states the tool lists 'recent model-generation tasks' for the authenticated project, using a specific verb and resource. It also distinguishes from siblings by directing users to call 'get_task' for complete results, making its role clear.

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

Usage Guidelines5/5

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

Explicit usage guidance is provided: 'Use this to find work from previous conversations, then call get_task with a returned task ID'. This gives a clear use case and next step, and the note about authentication (no user UUID) clarifies when it is appropriate.

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