Drillable
D
Drillable
/compute

Count or group a domain's records

A deterministic AGGREGATE over ONE corpus's COMPLETE set — the calculated-query shape ("how many X", "break X down by Y", "which is most common"). Requires `dom

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 /compute for me.

Input

FieldTypeDescription
domain*stringThe corpus to compute over (required).
filterobjectOptional faceted constraints to scope the set (e.g. {"spirit":"gin"}).
bystringOptional: a record field to group the count by (e.g. 'family'). Omit for a plain count. Di

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":"/compute","input":{"domain":"..."}}'
cli
npx cracked-ai run -p mcp-com-drillable-gateway -e /compute -i '{"domain":"..."}'
mcp
run_tool({ provider: "mcp-com-drillable-gateway", endpoint: "/compute", input: {"domain":"..."} })

Try it

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