T
texts
/get_entity
Get Entity
Get a named entity and a sample of source-linked mentions.
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_entity for me.
Input
| Field | Type | Description |
|---|---|---|
| author* | string | |
| entity_id | string | Exact entity ID, e.g. person:caesar. |
| entity | string | Entity name or alias if the ID is unknown. |
| query | string | Entity query if the ID is unknown. |
| mention_limit | integer | 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_entity","input":{"author":"...","mention_limit":12}}'cli
npx cracked-ai run -p mcp-ai-hermitsh-texts -e /get_entity -i '{"author":"...","mention_limit":12}'mcp
run_tool({ provider: "mcp-ai-hermitsh-texts", endpoint: "/get_entity", input: {"author":"...","mention_limit":12} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.