mcp
M
mcp
/get_compact_brief

Get Compact Brief

Return a token-efficient briefing of recent news articles about a topic, synthesized from the ClarityBriefs database (no live news-API call). Returns headline,

liveunknown~5s typical
mcpmcp
$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-claritybriefs-mcp /get_compact_brief for me.

Input

FieldTypeDescription
topic*stringTopic, 1-120 chars plain text
languagestringPrimary/output language code (default en)
source_languagesarrayCross-lingual: extra news languages to search, e.g. ["ko","ja","de"]. 89-language news set
limitinteger default 8

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-claritybriefs-mcp","endpoint":"/get_compact_brief","input":{"topic":"...","limit":8}}'
cli
npx cracked-ai run -p mcp-com-claritybriefs-mcp -e /get_compact_brief -i '{"topic":"...","limit":8}'
mcp
run_tool({ provider: "mcp-com-claritybriefs-mcp", endpoint: "/get_compact_brief", input: {"topic":"...","limit":8} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.