Skip to main content
Glama

BlenderMCP

poll_rodin_job_status

Monitor the status of Hyper3D Rodin model generation tasks via polling. Retrieve completion or failure states for tasks initiated in MAIN_SITE or FAL_AI modes using subscription_key or request_id.

Instructions

Check if the Hyper3D Rodin generation task is completed.

For Hyper3D Rodin mode MAIN_SITE: Parameters: - subscription_key: The subscription_key given in the generate model step.

Returns a list of status. The task is done if all status are "Done". If "Failed" showed up, the generating process failed. This is a polling API, so only proceed if the status are finally determined ("Done" or "Canceled").

For Hyper3D Rodin mode FAL_AI: Parameters: - request_id: The request_id given in the generate model step.

Returns the generation task status. The task is done if status is "COMPLETED". The task is in progress if status is "IN_PROGRESS". If status other than "COMPLETED", "IN_PROGRESS", "IN_QUEUE" showed up, the generating process might be failed. This is a polling API, so only proceed if the status are finally determined ("COMPLETED" or some failed state).

Input Schema

NameRequiredDescriptionDefault
request_idNo
subscription_keyNo

Input Schema (JSON Schema)

{ "properties": { "request_id": { "default": null, "title": "Request Id", "type": "string" }, "subscription_key": { "default": null, "title": "Subscription Key", "type": "string" } }, "title": "poll_rodin_job_statusArguments", "type": "object" }

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/ahujasid/blender-mcp'

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