Skip to main content
Glama

poll_hunyuan_job_status

Poll the Hunyuan3D generation job status using the job ID. Returns the ZIP file path of the generated 3D model in OBJ format when the task is done.

Instructions

Check if the Hunyuan3D generation task is completed.

For Hunyuan3D:
    Parameters:
    - job_id: The job_id given in the generate model step.

    Returns the generation task status. The task is done if status is "DONE".
    The task is in progress if status is "RUN".
    If status is "DONE", returns ResultFile3Ds, which is the generated ZIP model path
    When the status is "DONE", the response includes a field named ResultFile3Ds that contains the generated ZIP file path of the 3D model in OBJ format.
    This is a polling API, so only proceed if the status are finally determined ("DONE" or some failed state).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idNo
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses that the tool returns status ('DONE', 'RUN'), that 'DONE' includes 'ResultFile3Ds' with the ZIP path, and that it should be polled. It could mention error states more precisely but is generally transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear opening sentence, parameter list, and return details. It is slightly verbose but front-loads the purpose and avoids redundancy.

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 has one parameter and no output schema, the description is complete: it explains the return format (status, ResultFile3Ds), the polling requirement, and references the generation step. No gaps remain.

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?

The schema has one parameter 'job_id' with 0% description coverage. The description adds value by stating 'the job_id given in the generate model step,' providing context about its origin beyond the schema's basic type and 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?

The description states 'Check if the Hunyuan3D generation task is completed,' clearly specifying the verb ('check') and resource ('Hunyuan3D generation task'). It distinguishes from sibling tools like 'get_hunyuan3d_status' and 'poll_rodin_job_status' by focusing on polling behavior.

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 explicitly says 'This is a polling API, so only proceed if the status are finally determined,' providing clear guidance on when to use (poll until done) and implying when not to use. It does not directly mention alternatives but the polling context is sufficient.

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/Apteryx-T/blender_mcp_test'

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