Skip to main content
Glama

generate_test_data

Generate realistic JSON, CSV, or SQL test data from structured tables or a plain-English prompt. Explicit table schemas up to 100 records can run free as a proof-of-work preview; plain-English prompt generation, larger requests, and production usage require a MockHero API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNoSeed for reproducible output.
formatNojson
localeNoDefault locale such as en, de, fr, es, or ja.
promptNoPlain-English data request. Example: 50 users and 200 orders linked to them.
tablesNo
api_keyNoOptional MockHero API key for no-auth MCP clients. Prefer the Authorization header when the client supports it.
sql_dialectNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.4/5.0
Behavior4/5

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

Annotations are minimal (readOnlyHint=false, openWorldHint=true), so the description carries some burden. It adds valuable behavioral context: the free preview limit for table schemas, the requirement of an API key for prompt/larger requests, and the 'proof-of-work' nature of the free tier. These details go beyond what annotations indicate and help manage expectations. 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?

Two sentences, front-loaded with the core purpose. Every phrase earns its place: formats, input methods, free-tier constraints, and API key requirements. No fluff or repetition. Exemplary efficiency.

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 an output schema available, the description needn't detail return values. It covers the two input modes, output formats, key usage constraints, and the API key distinction. It does not explain sql_dialect or seed, but those are optional and schema-documented. The free preview vs production boundary is a critical piece of context that is included. Overall, it is sufficiently complete for effective tool invocation.

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?

The description adds meaning to the main parameters by stating data sources ('structured tables', 'plain-English prompt') and output formats ('JSON, CSV, or SQL'). Schema coverage is 57%, so it partially compensates for undocumented parameters. The 'up to 100 records' hint clarifies the 'count' field context, and the API key requirement clarifies the api_key parameter. This adds useful semantic context beyond the schema.

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 starts with a clear verb and resource: 'Generate realistic JSON, CSV, or SQL test data' and specifies two input methods ('structured tables or a plain-English prompt'). This precisely distinguishes it from sibling tools like generate_from_template or detect_schema. The purpose is unambiguous and action-oriented.

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?

Provides explicit context for when the tool can be used without an API key ('Explicit table schemas up to 100 records can run free') and when a key is required ('plain-English prompt generation, larger requests, and production usage'). This is practical usage guidance, though it does not mention alternative tools or exclusion criteria. The guidance is clear enough for selecting the tool in different scenarios.

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

Each tool has a clear, distinct purpose. generate_test_data and generate_from_template could overlap, but descriptions distinguish custom/plain-English generation from pre-built templates. The payment lifecycle tools (create_agent_checkout, check_agent_checkout_status, claim_agent_api_key) are sequential and clearly scoped.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern (e.g., create_agent_checkout, list_field_types, generate_test_data). generate_from_template uses verb_preposition_noun but remains in the same style. No mixing of conventions.

Tool Count5/5

9 tools is well-scoped for a test data generation service with monetization. Each tool earns its place, covering data generation, schema discovery, and payment flow without redundancy or bloat.

Completeness4/5

The tool set covers the core generation workflows, schema construction, and the full checkout-to-key-claim lifecycle. Minor gaps exist, such as no API key management (e.g., revoke or refresh) and no template customization, but these are not critical for the primary use case.