Football Atlas
FA
Football Atlas
/get_entity

Get one Football Atlas knowledge object

Fetch one knowledge object by id, with its claims and the sources each claim cites. Use this once search, answer or get_topic has given you an id. An unknown id

liveverifiedunknown~5s typical
mcpprobedfootballatlas
$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-app-futbolatlas-futbol-atlas /get_entity for me.

Input

FieldTypeDescription
id*stringThe knowledge object's id, as returned by search, answer, get_topic or get_related — the l

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-app-futbolatlas-futbol-atlas","endpoint":"/get_entity","input":{"id":"..."}}'
cli
npx cracked-ai run -p mcp-app-futbolatlas-futbol-atlas -e /get_entity -i '{"id":"..."}'
mcp
run_tool({ provider: "mcp-app-futbolatlas-futbol-atlas", endpoint: "/get_entity", input: {"id":"..."} })

Try it

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