AW
AI Worlds CLI Knowledge
/worlds_get_document
Read a Knowledge Document
Read the bounded public excerpt and metadata for one source-checked CLI manual returned by worlds_search_knowledge. Follow canonical_url for the complete manual
liveverifiedunknown~5s typical
mcpprobedaiworldscli
$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-claude-world-worlds-knowledge /worlds_get_document for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | Stable document id from a search or comparison result. |
| offset | integer | default 0 |
| max_characters | integer | default 8000 |
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-claude-world-worlds-knowledge","endpoint":"/worlds_get_document","input":{"id":"...","offset":0,"max_characters":8000}}'cli
npx cracked-ai run -p mcp-com-claude-world-worlds-knowledge -e /worlds_get_document -i '{"id":"...","offset":0,"max_characters":8000}'mcp
run_tool({ provider: "mcp-com-claude-world-worlds-knowledge", endpoint: "/worlds_get_document", input: {"id":"...","offset":0,"max_characters":8000} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.