AD
AI Design Blueprint
/signals.report
Report Value Event
Pro/Teams — records a value moment (e.g. review_confidence, runtime_risk_found, workflow_clarity) after a successful validate run on any lens — architect.valida
liveverifiedunknown~5s typical
mcpprobedaidesignblueprint
$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-aidesignblueprint-blueprint /signals.report for me.
Input
| Field | Type | Description |
|---|---|---|
| event_type* | string (workflow_clarity | runtime_risk_found | agent_setup_success | onboarding_helped | review_confidence | research_time_saved) | Pick the type that best matches what just happened: 'review_confidence' — a validator lens |
| surface_used | string | Where the value was experienced. Use 'mcp' when called from Claude Code, Cursor, Windsurf, |
| brief_context | string | 1–2 plain-English sentences summarising what was helpful. Example: 'Validation identified |
| perceived_value | string | Ask the user: 'On a scale of 1–5, how valuable was this session?' Map their answer directl |
| workflow_stage | string | Infer from what the user was doing: 'exploring' — reading doctrine, browsing principles; ' |
| would_recommend | string | Ask the user: 'Would you recommend the Blueprint to a colleague?' Set true/false based on |
| team_size | string | If the user mentions their team size during the session, record it here. Do not ask for it |
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-aidesignblueprint-blueprint","endpoint":"/signals.report","input":{"event_type":"workflow_clarity"}}'cli
npx cracked-ai run -p mcp-com-aidesignblueprint-blueprint -e /signals.report -i '{"event_type":"workflow_clarity"}'mcp
run_tool({ provider: "mcp-com-aidesignblueprint-blueprint", endpoint: "/signals.report", input: {"event_type":"workflow_clarity"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.