M
mcp
/create_objective
Create Objective (OKR)
Create an objective, optionally with key results, and return it. period is free text (e.g. 'Q3 2026'); product_id and parent_id (a parent objective) are optiona
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_objective for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | Objective name (the only required field), e.g. 'Reach $50k MRR'. |
| description | string | Context for the objective (optional). |
| period | string | Free-text period, e.g. 'Q3 2026' (optional). |
| product_id | string | Product to scope it to, from whoami (optional). |
| parent_id | string | Parent objective id to nest under, from list_objectives (optional). |
| key_results | array | Key results to attach (optional; up to 10). |
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_objective","input":{"name":"..."}}'cli
npx cracked-ai run -p mcp-com-aioproductos-mcp -e /create_objective -i '{"name":"..."}'mcp
run_tool({ provider: "mcp-com-aioproductos-mcp", endpoint: "/create_objective", input: {"name":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.