Skip to main content
Glama

DaedalMap Population Estimates

Get Tool Help

get_tool_help
Read-only

Free blind-caller guidance for one tool visible on this MCP facade. Returns when to use it, what it refuses, a working example, effective access limits, important outputs, provenance fields, recommended next calls, and the shared natural-language-to-strict-JSON interaction contract. Use tools/list to discover names, then call this before an unfamiliar tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tool_nameYesExact tool name from tools/list.

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the safety profile is known. The description adds valuable behavioral context about the tool's output structure (what it returns) and its prerequisite (needs a tool name from tools/list). It doesn't contradict annotations.

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

Conciseness5/5

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

The description is compact and front-loaded, with the first sentence summarizing the tool's function and the second providing usage guidance. Every sentence carries information; no filler or redundancy.

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?

Despite the absence of an output schema, the description enumerates the key return categories comprehensively, enabling the agent to know what to expect. It also covers prerequisites and usage context, making it complete for a simple one-parameter tool.

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

Parameters3/5

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

The input schema has full coverage: tool_name is described as 'Exact tool name from tools/list.' The description reinforces this by mentioning tools/list, but provides no additional semantic detail beyond the schema. With 100% schema coverage, baseline 3 is appropriate.

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 provides guidance for another tool on the MCP facade, enumerating the specific categories of information it returns (usage, refusals, examples, limits, outputs, provenance, next calls, interaction contract). This distinguishes it from sibling tools like get_catalog, get_pack, and query_dataset, which serve different purposes.

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

Usage Guidelines4/5

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

The description gives explicit usage guidance: use tools/list to find tool names, then call this before an unfamiliar tool. It provides clear context for when to use the tool, but does not explicitly state when not to use it or name alternatives (though the guidance implies it's for unfamiliar tools only).

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.2/5.0
Disambiguation5/5

Each tool has a distinct role: get_catalog lists packs, get_pack returns one pack's metadata, get_tool_help explains MCP facade tools, and query_dataset executes data queries. There is no meaningful overlap between list, detail, help, and query actions.

Naming Consistency4/5

Three tools use the clear get_<noun> pattern, and query_dataset is another verb_noun imperative. The only minor deviation is switching from get_ to query_, but the naming remains predictable and consistent in style.

Tool Count5/5

Four tools are well-scoped for the discovery-and-query workflow of a data-pack MCP server: catalog, pack details, tool guidance, and dataset querying. No tool feels redundant, and the count is comfortably within the ideal range.

Completeness5/5

The server covers the full read-only lifecycle: discover available packs, inspect a pack's metadata and usage, understand the query contract, and run a dataset query. No obvious operation is missing for its stated purpose.