jeda-ai
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

FieldTypeDescription
framework_id*stringNamespaced framework slug (e.g. "cms_swot-analysis"). Get one from `recommend_framework` -
user_inputsobjectObject whose keys match the framework user-input form fields.
raw_promptstringOptional free-text prompt that REPLACES the auto-derived prompt.
themeobjectTheme 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.