Skip to main content
Glama

get_meshy_task_status

Check the status of a Meshy 3D generation task, and when successful, download the generated .glb model. Get progress updates and retrieve the result in one call.

Instructions

Inspect a Meshy task; optionally download the .glb on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYes
downloadNo
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It does reveal the conditional download side effect ('on success'), which is useful. However, it does not describe what happens for failed or pending tasks, or what the returned status payload contains.

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?

A single, front-loaded sentence with no filler. It conveys the core purpose and the optional behavior efficiently.

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?

For a two-parameter status tool, the description is largely sufficient. It names the resource, the action, and the optional download behavior. Minor omissions like result format and failure behavior prevent a perfect score, especially without an output schema.

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 0%, so the description must compensate. It does clarify that 'download' triggers a .glb download on success, and 'a Meshy task' ties back to task_id. But task_id itself is not explicitly described beyond the schema title.

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?

Description uses a specific verb ('inspect') with a specific resource ('a Meshy task') and adds the optional side effect of downloading the .glb on success. This clearly distinguishes the tool from generation, rendering, animation, and upload siblings.

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 implies this tool is used to inspect a task created by generation workflows and optionally fetch its result. It states a clear context, but does not explicitly name siblings or 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.

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/Scottcjn/meshy-youtube-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server