Skip to main content
Glama

get_dataset_info

Dataset metadata: entry counts, generation timestamp, source, and licensing terms for bulk or training use.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of explaining behavioral traits. It names the returned metadata fields but does not explicitly state that the operation is read-only, that no data is modified, or what response shape to expect. For a metadata retrieval tool this is a notable but not severe gap.

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 a single concise sentence that front-loads the core concept ('Dataset metadata') and then enumerates the specific fields. Every phrase earns its place, with no filler or redundancy.

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?

For a simple, parameterless metadata retrieval tool, the description covers the key informational content an agent would need: it tells what kind of information will be returned. It stops short of describing exact response formatting or nesting, but the low complexity makes this acceptable.

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

Parameters4/5

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

There are zero parameters, and the schema coverage is effectively complete, so no parameter clarification is needed. The description adds useful context about what the response will contain, which is the only relevant semantic information for this tool.

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 clearly identifies the resource (dataset) and the specific metadata fields returned: entry counts, generation timestamp, source, and licensing terms. It does not explicitly contrast with sibling tools like get_server or list_categories, but the dataset focus makes the intended target clear.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives or when not to use it. The phrase 'for bulk or training use' appears to describe the licensing terms rather than the tool's intended usage context, so it does not effectively serve as usage guidance.

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

A3.9/5.0
Disambiguation4/5

Each tool has a clearly different primary purpose: dataset metadata, single-server lookup, category listing, topic listing, and searching. The only mild overlap is between list_categories and list_topics, but their descriptions and use cases are distinct enough to avoid real confusion.

Naming Consistency5/5

Tool names follow a consistent verb_noun pattern: get_*, list_*, and search_*. All use lowercase snake_case, making the naming predictable and easy to navigate.

Tool Count5/5

With five tools, the server is well-scoped for a read-only MCP server directory. Each tool covers a necessary access pattern: browse taxonomy, search servers, fetch details, and inspect dataset metadata.

Completeness4/5

The surface covers the core directory workflows: search, filter by category/topic, retrieve individual entries, and understand dataset provenance. The lack of an unfiltered 'list all servers' endpoint is a minor gap, but the search and category/topic enumeration paths provide workarounds.