BedrockNews
B
BedrockNews
/get_article

get article

Fetch one BedrockNews story by id. Returns the transformed article plus its full structured analysis (GRIN scores, extraction graph, key stats, trajectory, what

liveverifiedunknown~5s typical
mcpprobedbedrocknews
$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-bedrocknews-news /get_article for me.

Input

FieldTypeDescription
id*stringThe story id, verbatim (ids contain slashes)
fieldsstringOptional projection: 'grin' for the analysis-only view

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-bedrocknews-news","endpoint":"/get_article","input":{"id":"..."}}'
cli
npx cracked-ai run -p mcp-com-bedrocknews-news -e /get_article -i '{"id":"..."}'
mcp
run_tool({ provider: "mcp-com-bedrocknews-news", endpoint: "/get_article", input: {"id":"..."} })

Try it

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