Skip to main content
Glama

BlenderMCP

MIT License
  • Apple

poll_rodin_job_status

Check the completion status of Hyper3D Rodin generation tasks. Use subscription_key for MAIN_SITE mode or request_id for FAL_AI mode to monitor progress and determine final status (Done, Completed, or failed). Proceed once status is finalized.

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

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