T
texts
/get_passage
Get Passage
Get an exact passage by author, work ID, and section ID. Include the returned url as a link when using the passage.
liveverifiedunknown~5s typical
mcpprobedtexts
$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-ai-hermitsh-texts /get_passage for me.
Input
| Field | Type | Description |
|---|---|---|
| author* | string | |
| work_id* | string | |
| section_id* | string |
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-ai-hermitsh-texts","endpoint":"/get_passage","input":{"author":"...","work_id":"...","section_id":"..."}}'cli
npx cracked-ai run -p mcp-ai-hermitsh-texts -e /get_passage -i '{"author":"...","work_id":"...","section_id":"..."}'mcp
run_tool({ provider: "mcp-ai-hermitsh-texts", endpoint: "/get_passage", input: {"author":"...","work_id":"...","section_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.