Skip to main content
Glama

list_datasets

Read-onlyIdempotent

Browse available datasets with filters for status, source, and search. Retrieve each dataset's model tier, columns, and readiness to choose the right source for queries.

Instructions

List registered datasets and their current model tier. Use search plus compact mode for low-token discovery, then poll status or use the primary data tools once you choose a dataset. Read-only and non-destructive; lists only the active API key's organization and is not separately rate-limited. Returns the datasets array with dataset_id, name, status, model_tier, source_names, column_count, and registered_at, plus count, total, page, limit, and pages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default 1).
limitNoResults per page (default: all visible datasets, max 200 when set).
searchNoDeterministic lexical filter over dataset_id, name, and source_names.
statusNoOptional dataset readiness filter such as ready or training.
compactNoWhen true, request the low-token compact dataset discovery shape.
source_nameNoOptional source-name filter for narrowed dataset discovery.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior. The description adds meaningful context beyond annotations: the operation is scoped to the active API key's organization, is not separately rate-limited, and returns a specific dataset array shape. No contradiction 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?

The description is three sentences long, front-loaded with the core purpose, followed by usage guidance and behavioral details. Every sentence adds necessary information: what it lists, how to use it efficiently, and what scope/return fields to expect.

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 present, the description compensates by enumerating the return fields and pagination metadata. It also covers scope, rate limiting, safety profile, and usage flow. For a low-complexity discovery tool with six optional parameters and rich annotations, nothing essential is missing.

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 descriptions for all six parameters, so the baseline is 3. The description adds contextual value by linking search and compact mode to low-token discoveryched, but it does not add detail beyond the schema for individual parameters.

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 specific verb and resource: 'List registered datasets and their current model tier.' This clearly separates the tool from data-row operations like list_data and from summary tools. However, it does not explicitly name a sibling alternative, so it stops short of a 5.

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?

The description gives clear context: use search plus compact mode for low-token discovery, then switch to polling status or primary data tools after choosing a dataset. It indicates when to use the tool and provides a discovery-to-data flow, though it refers to 'primary data tools' without naming specific alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools