P
Pipe2.ai
/get_pipeline_schema
get pipeline schema
Get the input schema for a specific pipeline. Returns the JSON Schema describing required and optional input fields. Use this before running a pipeline to under
liveunknown~5s typical
mcppipe2.ai
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-pipe2-mcp /get_pipeline_schema for me.
Input
| Field | Type | Description |
|---|---|---|
| pipeline_slug* | string | The slug identifier of the pipeline (e.g., 'image-generator', 'video-generator') |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-pipe2-mcp","endpoint":"/get_pipeline_schema","input":{"pipeline_slug":"..."}}'cli
npx cracked-ai run -p mcp-ai-pipe2-mcp -e /get_pipeline_schema -i '{"pipeline_slug":"..."}'mcp
run_tool({ provider: "mcp-ai-pipe2-mcp", endpoint: "/get_pipeline_schema", input: {"pipeline_slug":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.