Skip to main content
Glama

Get Pack

get_pack
Read-only

Free discovery. Returns detailed metadata, coverage, freshness, preferred canonical tool guidance, and first-query examples for one pack. Call this before querying a new pack so you can see time shape, coverage limits, and the paste-ready first query.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pack_idYesPack identifier from get_catalog. Newly catalog-admitted packs require no MCP schema change.

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already set readOnlyHint=true, and the description adds 'Free discovery' and explains what information is returned. It does not contradict annotations. It provides useful behavioral context (time shape, coverage limits, paste-ready query) beyond the annotation, enriching the agent's understanding of the tool's output and role.

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 tight sentences with information front-loaded: first states return value, second gives usage guidance. No filler words, and every clause adds 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?

For a single-parameter, read-only tool with no output schema, the description covers what the tool returns, when to use it, and why it matters. It includes specifics like 'time shape, coverage limits, and the paste-ready first query' which gives an agent everything needed to invoke it appropriately.

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?

Schema coverage is 100% with pack_id described as 'Pack identifier from get_catalog'. The description adds no additional parameter details beyond the schema, so the baseline 3 applies.

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 verb ('Returns') and resource ('detailed metadata, coverage, freshness, preferred canonical tool guidance, and first-query examples for one pack'). It clearly distinguishes from get_catalog by focusing on a single pack and positioning it as a discovery step before querying, making its purpose unambiguous.

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?

Explicitly says 'Call this before querying a new pack', which gives a concrete use condition. It also hints at when it is not needed (when you already know the pack details). It does not name alternative tools explicitly, but the context makes it clear this is a pre-query discovery step.

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.