D
Drillable
/lookup
Look up a concept
Define a concept/term from a domain's glossary (e.g. 'stir', 'crop-factor', 'roughness'). Routes to each domain's lookup_concept; pass `domain` to target one, o
liveunknown~5s typical
mcpdrillable
$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-com-drillable-gateway /lookup for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | The concept/entity to resolve. |
| domain | string | Optional: restrict to one domain (e.g. 'acupuncture'). |
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-com-drillable-gateway","endpoint":"/lookup","input":{"query":"..."}}'cli
npx cracked-ai run -p mcp-com-drillable-gateway -e /lookup -i '{"query":"..."}'mcp
run_tool({ provider: "mcp-com-drillable-gateway", endpoint: "/lookup", input: {"query":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.