AD
AI Design Blueprint
/team.summarize
Summarize Team Usage
Pro/Teams — summarises the caller's tool-usage patterns and value signals over a configurable window (default 30 days). Returns tool_call_counts, top principles
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 /team.summarize for me.
Input
| Field | Type | Description |
|---|---|---|
| days_back | integer | Number of days of usage history to include in the summary. default 30 |
| private_session | boolean | Set to true to skip logging this summary call. default false |
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":"/team.summarize","input":{"days_back":30,"private_session":false}}'cli
npx cracked-ai run -p mcp-com-aidesignblueprint-blueprint -e /team.summarize -i '{"days_back":30,"private_session":false}'mcp
run_tool({ provider: "mcp-com-aidesignblueprint-blueprint", endpoint: "/team.summarize", input: {"days_back":30,"private_session":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.