Skip to main content
Glama

List Test Data Sets

list_test_data_sets
Read-only

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. Use this to browse data sets; to create, change or import one use manage_test_data_set. 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.

  1. First observed

TDQS

A4.8/5.0
Behavior4/5

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

Although readOnlyHint is already declared, the description adds behavioral context by explaining the return shape (names and row counts, or columns and rows with dataSetId) and the prerequisite of project context. It does not mention error cases or edge behavior, but the read-only nature is clearly implied.

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 concise, with no redundant information. It packs essential details (what it lists, when to use, what dataSetId does, prerequisite) into three clear sentences.

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?

Despite no output schema, the description summarizes the return format (names and row counts, or columns and rows for a single set). It also covers the prerequisite for project context and the alternative to manage, making it self-contained for an agent to decide and invoke correctly.

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

Parameters5/5

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

Schema already describes each parameter, but the description adds crucial relationships: testSuiteId is required unless dataSetId is provided, and dataSetId returns the set with rows. This goes beyond the schema and helps the agent choose parameters correctly.

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 clearly states the tool lists test data sets of a test suite, and contrasts with manage_test_data_set for creation/import. It also explains the behavior when dataSetId is provided (returns rows), making the purpose specific and distinct from siblings.

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

Usage Guidelines5/5

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

Explicitly says 'Use this to browse data sets' and directs to manage_test_data_set for create/change/import. Also notes requirement for project context and clarifies testSuiteId is required unless dataSetId is given, providing clear when-to-use 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.

Resources