Drill an address
drillFetch a drillable.com address and return its typed envelope (record, grades, abstains, related actions). Pass an address returned by search, or a link carried in another drill result — a same-host path starting "/c" (records) or "/x" (operations) — e.g. "/c/eurorack?q=reverb", "/c/cocktail/negroni", "/x/eurorack/drills/cover?have=…&targets=…". Addresses COMPUTE as well as read: a collection address takes bare field filters and fold params — count by a field with "/c/eurorack/modules?group_by=manufacturer", total one with "/c/intellijel/modules?sum=specs.depth_mm", filter with "/c/eurorack/modules?capability=vca" — and a collection address alone ("/c/cocktail/cocktails") returns the complete listing with its exact count, so enumerate/count questions are one drill of the right address, not a search. A non-2xx response (e.g. a 404 teaching miss) is a valid, informative result, not a tool error — read its text; a miss lists the fields and params the node does hold.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | A same-host path starting "/c" or "/x" (no scheme, no host, no ".."), e.g. "/c/eurorack?q=reverb" or "/x/eurorack/drills/cover?have=…&targets=…". |