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?

Annotations already declare readOnlyHint=true, and the description does not contradict this. It adds clarifying context about the tool's nature ('Free blind-caller guidance') and enumerates the behavioral/return categories (refusals, access limits, provenance fields, recommended next calls), which helps the agent predict what to expect beyond a simple read.

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 just two sentences, front-loads the core purpose, and packs the second sentence with a structured list of return contents. Every phrase earns its place, and the length is appropriate for the tool's informational value.

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?

With no output schema, the description compensates by enumerating the major output categories (when to use it, refusals, example, access limits, outputs, provenance, next calls, interaction contract). It also covers the discovery workflow, making the tool fully self-contained for an agent encountering it.

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 schema already fully describes the only parameter ('tool_name' as 'Exact tool name from tools/list'), so schema coverage is 100%. The description reinforces this by mentioning 'Use tools/list to discover names,' but adds no new parameter-level detail that the schema doesn't already provide.

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 states a specific action ('Returns guidance for one tool') and names the resource ('one tool visible on this MCP facade'). It clearly distinguishes itself from sibling data tools by being a meta-tool and even points to tools/list for discovery.

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?

Explicit usage guidance is provided: 'Use tools/list to discover names, then call this before an unfamiliar tool.' This gives a concrete workflow and positions the tool as a prerequisite before using unfamiliar tools, making when-to-use 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.3/5.0
Disambiguation5/5

Each tool has a clear, distinct role: catalog discovery, pack metadata, tool help, data querying, and link searching. There is no overlap between any two tools; even get_catalog and get_pack differ as list vs. details.

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. The verbs and nouns are consistently ordered, making the API predictable.

Tool Count5/5

Five tools is well-scoped for a data access facade. Each tool earns its place: discovery (catalog, pack, help), execution (query), and specialized search (links). No redundancy or bloat.

Completeness5/5

The server covers the full lifecycle of data exploration: discover available packs, inspect pack details, understand tool usage, execute queries, and search for relationships. There are no apparent dead ends—an agent can go from discovery to successful query.