M
mcp
/create_feature
Create Feature
Create a feature on the product spine and return it (id, key, name, status). The key is generated from the name; status starts 'active'. product_id defaults to
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_feature for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | Feature name (the only required field), e.g. 'SAML SSO'. |
| description | string | What the feature is / why it matters (optional). |
| product_id | string | Product to create it under, from whoami (optional; the org's primary product when omitted) |
| initiative_id | string | Initiative to align this feature under for line-of-sight, from list_initiatives (optional) |
| objective_id | string | Objective (goal) to align this feature under directly when there's no intermediate initiat |
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_feature","input":{"name":"..."}}'cli
npx cracked-ai run -p mcp-com-aioproductos-mcp -e /create_feature -i '{"name":"..."}'mcp
run_tool({ provider: "mcp-com-aioproductos-mcp", endpoint: "/create_feature", input: {"name":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.