T
texts
/list_works
List Works
List works by author, category, or title/summary query.
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 /list_works for me.
Input
| Field | Type | Description |
|---|---|---|
| author | string | Optional author slug or name, e.g. cicero, seneca. |
| category | string | Optional category, e.g. philosophy, speeches, letters, poetry, history. |
| query | string | Optional text filter for titles and summaries. |
| limit | integer | default 20 |
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":"/list_works","input":{"limit":20}}'cli
npx cracked-ai run -p mcp-ai-hermitsh-texts -e /list_works -i '{"limit":20}'mcp
run_tool({ provider: "mcp-ai-hermitsh-texts", endpoint: "/list_works", input: {"limit":20} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.