Skip to main content
Glama
wiroai

Wiro MCP Server

Official
by wiroai

List Wiro tasks

list_tasks
Read-onlyIdempotent

Retrieve recent model-generation tasks for the authenticated project. Use returned task IDs to access complete results from previous conversations via get_task.

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
Install Server

TDQS

A4.3/5.0
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. The description adds meaningful behavior beyond these: the caller identity is derived from authentication and no user UUID is accepted, which is important for invocation. It also specifies the 'recent' temporal scope.

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, front-loaded with purpose, followed by usage workflow and an essential authentication constraint. Every sentence earns its place; there is no 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?

The tool is low-complexity with 0 required parameters, robust annotations, 100% schema coverage, and an output schema present. The description covers purpose, scope, follow-up workflow, and authentication, leaving no significant gap for correct invocation.

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%, so the schema already documents the limit, model, and start parameters. The description adds no additional parameter-level meaning, but none is needed given the complete schema 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?

Begins with a specific verb and resource: 'List the authenticated project's recent model-generation tasks.' It clearly scopes the operation to recent tasks and distinguishes it from the sibling get_task by mentioning that get_task returns the complete result for a returned task ID.

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?

Explicitly states when to use the tool: 'Use this to find work from previous conversations, then call get_task with a returned task ID.' This provides clear context and the follow-up workflow, though it does not name alternative list/filter tools or explicitly state when not to use it.

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

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