mcp
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

FieldTypeDescription
name*stringObjective name (the only required field), e.g. 'Reach $50k MRR'.
descriptionstringContext for the objective (optional).
periodstringFree-text period, e.g. 'Q3 2026' (optional).
product_idstringProduct to scope it to, from whoami (optional).
parent_idstringParent objective id to nest under, from list_objectives (optional).
key_resultsarrayKey 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.