texts
T
texts
/get_work_context

Get Work Context

Get richer work metadata: headnote, date context, source provenance, translation status, and edition links.

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

Input

FieldTypeDescription
author*string
work_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_work_context","input":{"author":"...","work_id":"..."}}'
cli
npx cracked-ai run -p mcp-ai-hermitsh-texts -e /get_work_context -i '{"author":"...","work_id":"..."}'
mcp
run_tool({ provider: "mcp-ai-hermitsh-texts", endpoint: "/get_work_context", input: {"author":"...","work_id":"..."} })

Try it

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