Skip to main content
Glama

List Test Data Sets

list_test_data_sets
Read-only

Retrieve data sets from a test suite to see table names and row counts. Pass a dataSetId to get a specific data set's columns and rows.

Instructions

List the data sets of a test suite — the tables that drive data-driven runs. The list gives names and row counts; pass dataSetId to get one set including its columns and rows. Requires project context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skipNoNumber of data sets to skip (for pagination, default 0)
takeNoNumber of data sets to return (default 100, max 100)
dataSetIdNoPublic Id (Guid) of a single data set. When given, returns that set with its rows.
testSuiteIdNoPublic Id (Guid) of the test suite. Required unless dataSetId is given.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.1.1

TDQS

A4.2/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 adds useful behavioral detail: the list returns 'names and row counts,' while the dataSetId variant returns 'columns and rows.' It also discloses the project-context requirement. It stops short of covering pagination caps or error behavior, but those are partially visible in the schema.

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 sentences with no filler. The main action and return contents are front-loaded, the drill-down variant is stated efficiently, and the prerequisite is appended in a short clause.

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 read-only list tool with a fully documented schema, the description covers the output shape, the single-set mode, and the context prerequisite. It does not explicitly say testSuiteId is required for listing, but the schema states that, so the description is sufficiently complete.

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 description coverage is 100%, so all four parameters are already documented. The description adds a little extra meaning by clarifying the dataSetId mode includes columns and rows, but it does not meaningfully expand on skip/take/testSuiteId beyond what the schema already states.

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 and resource: 'List the data sets of a test suite' and clarifies what those are ('the tables that drive data-driven runs'). It also distinguishes the drill-down mode via dataSetId, making it clear this is about data sets, not test suites or other sibling resources.

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 usage context: list all data sets of a suite, or pass dataSetId to retrieve one full set. It also states a prerequisite ('Requires project context'). It does not explicitly contrast with alternatives like get_test_suite or list_test_suites, but the intended use is unambiguous.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/routebase-dev/routebase-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server