Skip to main content
Glama

Get dataset metadata

get_dataset_metadata
Read-onlyIdempotent

Fetch the canonical public machine index for one ClinicMarketIQ dataset family, including provenance-facing download metadata and immutable manifest pointer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
datasetYesDataset family ID such as D02, or its catalog slug.

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already establish read-only, idempotent, and non-destructive behavior, and the description is consistent with them. It adds context that the index is canonical, public, and includes an immutable manifest pointer, but it does not disclose error behavior, response shape, or access constraints beyond that.

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?

A single sentence front-loads the action and object, and every modifier adds relevant specificity. There is no filler, redundancy, or repetition of schema details.

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

Completeness4/5

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

With one required parameter and no output schema, the description provides enough orientation about what the tool returns and for which scope. It does not define the exact return format or error handling, but the annotations, simple parameter surface, and sibling context keep that gap moderate.

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%, and the description reinforces the dataset-family concept but adds no additional meaning beyond the schema's example and catalog-slug option. Baseline 3 is appropriate because the schema carries the parameter semantics.

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

Purpose4/5

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

The description states a clear operation ('Fetch') and a specific resource: the canonical public machine index for one ClinicMarketIQ dataset family. It signals scope and content sufficiently to distinguish it from listing/search siblings, though it does not explicitly name them.

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

Usage Guidelines3/5

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

Use is implied rather than stated: this is the metadata/index tool for a single dataset family, not for listing, searching, resolving download URLs, or verifying checksums. There is no explicit when-to-use or when-not-to-use guidance, so the agent must infer routing from the wording and sibling names.

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

Each tool targets a clearly distinct operation: catalog discovery (list/search), metadata retrieval, download URL retrieval, schema retrieval, and checksum verification. The only potential overlap is between metadata and download URL, but the descriptions make their boundaries explicit.

Naming Consistency5/5

Tool names consistently follow a snake_case verb_noun pattern: get_*, list_datasets, search_datasets, verify_checksum. The naming style is uniform and every verb accurately reflects the action.

Tool Count5/5

Six tools is a well-scoped set for a public dataset metadata and access server. Each tool covers a necessary step in the discovery-to-download workflow without redundancy.

Completeness5/5

The workflow is complete for the stated domain: discover datasets, inspect metadata and schema, obtain download URLs, and verify checksums. Direct dataset bytes are intentionally not proxied, so this is not a gap given the server's defined purpose.