FS
Fine Structure
/get_platform_guide
Get Platform Guide
Return a machine-readable Fine Structure / FSe2 guide for AI agents. Call this at the start of an MCP session to learn app files, entities, safe edit workflows,
liveunknown~5s typical
mcpfinestructure
$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-ai-finestructure-fine-structure /get_platform_guide for me.
Input
| Field | Type | Description |
|---|---|---|
| app_id | string | Optional app ID. If provided, the guide includes a safe app context summary. |
| sections | array | Optional subset of guide sections to return. |
| task_type | string | Optional task hint, for example edit_app, direct_file_edit, seed_data, or publish_app. |
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-ai-finestructure-fine-structure","endpoint":"/get_platform_guide","input":{}}'cli
npx cracked-ai run -p mcp-ai-finestructure-fine-structure -e /get_platform_guide -i '{}'mcp
run_tool({ provider: "mcp-ai-finestructure-fine-structure", endpoint: "/get_platform_guide", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.