You're viewing a demo portfolio

Join the waitlist
PRSM

clipform_check_render

Active

Tool of io.github.Clipform/mcp-server

declared in 2.2.0

Check the status of render jobs started by clipform_generate_video, clipform_render_video_template, or clipform_render_composition. Pass job_ids to check a whole batch in ONE call - one line of status per job. Pass job_id for a single job. Returns the output URL for each completed render. Typical render time: 10-60 seconds. Attach is automatic when node_id was provided to the render tool - no need to poll to completion, and the attach outcome is reported here once known.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "job_id": {
      "type": "string",
      "format": "uuid",
      "description": "A single job ID returned by the render tool"
    },
    "job_ids": {
      "type": "array",
      "items": {
        "type": "string",
        "format": "uuid"
      },
      "maxItems": 20,
      "minItems": 1,
      "description": "Multiple job IDs - check the whole batch in one call instead of one call per job"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.Clipform/mcp-server

https://github.com/clipform/mcp-server

1/7 registries
View full server →
clipform_check_render — io.github.Clipform/mcp-server — PRSM MCP