FS
Fine Structure
/get_recommended_workflow
Get Recommended Workflow
Return the recommended MCP tool sequence for a task type. Use this before creating apps, editing files, seeding data, publishing, setting up A/B tests, restorin
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_recommended_workflow for me.
Input
| Field | Type | Description |
|---|---|---|
| task_type | string | The task type to plan. default "unknown" |
| goal | string | Optional short description of the user's goal. default "" |
| app_id | string | Optional app ID. If provided, the workflow includes a safe app context summary. |
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_recommended_workflow","input":{"task_type":"unknown","goal":""}}'cli
npx cracked-ai run -p mcp-ai-finestructure-fine-structure -e /get_recommended_workflow -i '{"task_type":"unknown","goal":""}'mcp
run_tool({ provider: "mcp-ai-finestructure-fine-structure", endpoint: "/get_recommended_workflow", input: {"task_type":"unknown","goal":""} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.