M
mcp
/create_sprint
Create Sprint
Create a sprint and return it (id, name, goal, state, dates). state is 'future' (default) or 'active'; start_date / end_date are optional ISO 8601. Only name is
liveunknown~5s typical
mcpmcp
$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-com-aioproductos-mcp /create_sprint for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | Sprint name (the only required field), e.g. 'Sprint 12'. |
| goal | string | The sprint goal (optional). |
| state | string (future | active) | Lifecycle state (optional; default 'future'). |
| start_date | string | Start, ISO 8601 e.g. '2026-07-15T00:00:00Z' (optional). |
| end_date | string | End, ISO 8601 (optional). |
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-com-aioproductos-mcp","endpoint":"/create_sprint","input":{"name":"..."}}'cli
npx cracked-ai run -p mcp-com-aioproductos-mcp -e /create_sprint -i '{"name":"..."}'mcp
run_tool({ provider: "mcp-com-aioproductos-mcp", endpoint: "/create_sprint", input: {"name":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.