mcp
M
mcp
/create_page

Create Page

Create a Page (in-product doc / PRD on the spine) and return it (id, title). `body` is plain text — blank-line-separated blocks become paragraphs; omit it for a

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_page for me.

Input

FieldTypeDescription
titlestringPage title (optional; 'Untitled' when omitted).
bodystringPage content as plain text; blank lines separate paragraphs (optional).
iconstringAn emoji icon for the page (optional).
product_idstringProduct to scope it to, from whoami (optional).
parent_idstringParent page id to nest under, from list_pages (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_page","input":{}}'
cli
npx cracked-ai run -p mcp-com-aioproductos-mcp -e /create_page -i '{}'
mcp
run_tool({ provider: "mcp-com-aioproductos-mcp", endpoint: "/create_page", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.