texts
T
texts
/get_work

Get Work

Get metadata and opening passages for a specific work.

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_work for me.

Input

FieldTypeDescription
author*string
work_id*string
max_passagesinteger default 12

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_work","input":{"author":"...","work_id":"...","max_passages":12}}'
cli
npx cracked-ai run -p mcp-ai-hermitsh-texts -e /get_work -i '{"author":"...","work_id":"...","max_passages":12}'
mcp
run_tool({ provider: "mcp-ai-hermitsh-texts", endpoint: "/get_work", input: {"author":"...","work_id":"...","max_passages":12} })

Try it

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