Skip to main content
Glama

Drill an address

drill
Read-only

Fetch 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

TableJSON Schema
NameRequiredDescriptionDefault
addressYesA 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=…".

TDQS

A4.9/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations declare readOnlyHint=true, and the description does not contradict it, even while noting addresses can compute. It adds significant behavioral detail: addresses can compute aggregates, a non-2xx response is a valid result, and a miss lists fields/params the node holds. This goes beyond the annotation and prepares the agent for nuanced outcomes.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long but packed with necessary examples and nuances. It front-loads the core purpose, then systematically explains address formats, compute behavior, and response handling. While every sentence earns its place, its length might be slightly reduced by moving some examples to a separate section, but it's highly effective as is.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter tool with no output schema, the description exhaustively covers input semantics, edge cases (404s), and expected results (typed envelope, miss details). It leaves no ambiguity about how to construct or interpret the tool's behavior, making it fully self-contained.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema describes 'address' as a same-host path, but the description enriches it with concrete examples, explains accepted formats, and ties them to real use cases (e.g., count, sum, filter). It also clarifies that addresses can be obtained from search or other drill results, giving the agent full context for parameter construction.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool fetches a drillable.com address and returns its typed envelope (record, grades, abstains, related actions). It explicitly distinguishes from search by noting that enumeration/count questions are better served by drilling the right address, not searching, and provides specific address formats for different use cases.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description offers explicit guidance on when to use this tool: pass an address from search or a link in another drill result. It explains compute/aggregate use cases and clarifies that non-2xx responses are valid, informative results rather than errors, which is crucial for correct handling. It also implies when not to use (search for discovery) and gives alternative contexts.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation4/5

Each tool has a distinct primary role—describe discovers, search/lookup/enumerate retrieve different shapes, compute aggregates, drill fetches addresses, verify checks claims, and notify_when_held tracks gaps. The main ambiguity is that compute and drill can both serve count/aggregate questions, though the descriptions do cross-reference each other to guide selection.

Naming Consistency4/5

Eight of the nine tools follow a clear lowercase single-word verb pattern: call, compute, describe, drill, enumerate, lookup, search, and verify. notify_when_held breaks that pattern with snake_case and a multi-word verb phrase, creating a minor but noticeable inconsistency.

Tool Count5/5

Nine tools is a well-scoped count for a knowledge retrieval and verification server. Each tool earns its place and the set avoids both bloat and thinness.

Completeness5/5

The tool surface covers the full intended lifecycle: discovery, search, glossary lookup, complete-set enumeration, aggregation, address-based drilling, claim verification, and registering unanswered questions. Abstentions and gap logging are built into misses, and describe/call unlock domain-specific verbs, so there are no obvious dead ends.

Resources