J
jeda-ai
/generate_framework_analysis
Generate Framework Analysis
Runs a specific framework against a user's inputs and produces a full analysis: prose explanation + structured fields + a self-contained SVG visualisation. Powe
liveverifiedunknown~5s typical
mcpprobedjeda-ai
$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-jeda-jeda-ai /generate_framework_analysis for me.
Input
| Field | Type | Description |
|---|---|---|
| framework_id* | string | Namespaced framework slug (e.g. "cms_swot-analysis"). Get one from `recommend_framework` - |
| user_inputs | object | Object whose keys match the framework user-input form fields. |
| raw_prompt | string | Optional free-text prompt that REPLACES the auto-derived prompt. |
| theme | object | Theme preset for the SVG render. Default: pastel. |
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-jeda-jeda-ai","endpoint":"/generate_framework_analysis","input":{"framework_id":"..."}}'cli
npx cracked-ai run -p mcp-ai-jeda-jeda-ai -e /generate_framework_analysis -i '{"framework_id":"..."}'mcp
run_tool({ provider: "mcp-ai-jeda-jeda-ai", endpoint: "/generate_framework_analysis", input: {"framework_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.