Skip to main content
This skill is available as a machine-readable YAML playbook — append .md to any docs page for raw markdown, or install the Framelane skill. Drive the calls through the authenticated action MCP at https://mcp.framelane.io/mcp. Load it into any MCP-capable agent to get the complete workflow without writing integration code.

What this skill does

Submits an array of task requests in parallel to POST /v1/tasks/{type}, polls all task IDs concurrently until every job reaches a terminal status, and returns a results map keyed by input index.

Load via MCP

Inputs

Output

Returns results — a map from task index to {task_id, status, artifact_url, error}.