Skip to main content
Glama

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

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

The readOnlyHint annotation already declares this as a safe read operation. The description adds valuable behavioral context by detailing what the tool returns, including refusals, working examples, access limits, and provenance fields. No contradictions with 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?

Two compact sentences: the first front-loads the core purpose and outputs, the second provides usage guidance. Every phrase contributes meaning, and there is no redundancy or filler.

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, read-only helper tool with no output schema, the description covers purpose, output contents, and usage workflow. It is self-contained and sufficient for an agent to invoke it correctly.

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 already provides full coverage for the single parameter ('Exact tool name from tools/list'). The description reinforces this by mentioning tools/list but adds no new semantic detail beyond the schema's description.

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 it provides 'blind-caller guidance for one tool' and enumerates the specific information returned (when to use, refusals, example, limits, outputs, etc.). This distinguishes it from sibling data-access tools like get_catalog or query_dataset.

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?

Explicitly instructs to 'Use tools/list to discover names, then call this before an unfamiliar tool.' This gives a clear when-to-use directive and the prerequisite step, making the usage context unambiguous.

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 purpose: catalog discovery, pack metadata retrieval, tool guidance, dataset querying, and cross-disaster link search. There is no overlap or ambiguity that would cause an agent to misselect a tool.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (get_catalog, get_pack, get_tool_help, query_dataset, search_disaster_links), with clear prefixes indicating action type. The naming is uniform and predictable.

Tool Count5/5

Five tools is a well-scoped set for a data discovery and query server. Each tool earns its place, covering discovery, help, generic querying, and cross-event relationship search without unnecessary overlap or bloat.

Completeness5/5

The tool set covers the full lifecycle of data access: discovery (get_catalog, get_pack), guidance (get_tool_help), querying (query_dataset), and cross-disaster linkage (search_disaster_links). There are no obvious gaps that would hinder an agent from accomplishing its tasks.