Skip to main content
Glama

api_generate_mock_data

Generate realistic synthetic mock data for testing applications. Choose from users, products, posts, or transactions to populate test environments quickly.

Instructions

Generates realistic synthetic mock data (users, products, posts, transactions) for testing

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoEntity type
countNoNumber of mock items to generate (1-50)
Behavior2/5

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

No annotations are provided, so the description carries full weight. It only states that it generates synthetic data, implying it does not affect real data, but this is not explicit. It does not disclose side effects, determinism, performance, or that it is a pure generation with no persistence. This is minimal behavioral disclosure for a tool with zero annotation coverage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, clear sentence that front-loads the purpose and lists the supported types. It is concise with no filler words. However, it might be slightly underspecified, but for a simple tool, the length is appropriate.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, no annotations, and only 2 simple parameters, the description should at least hint at what the generated data looks like (e.g., array of objects, format) or clarify that it is non-destructive. It does neither. An agent cannot fully anticipate the return value or side effects, leaving the description incomplete for the tool's simplicity.

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%, with both 'type' and 'count' having descriptions. The tool description merely lists the possible types, which the schema already provides via the enum. It adds no additional nuance about format, constraints beyond the schema's '1-50' hint, or how parameters interact. Baseline of 3 is appropriate given high schema coverage.

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 clear action ('Generates') and a specific resource ('synthetic mock data'), and enumerates the supported entity types (users, products, posts, transactions). It is specific enough to distinguish it from unrelated sibling tools, though it does not explicitly differentiate from any potential similar mock-data generator among the siblings.

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 gives no guidance on when to use this tool versus alternatives, no context on scenarios (e.g., testing, seeding databases), and no exclusions. The agent must infer usage from the name and types listed. There is no mention of prerequisites or when not to use it.

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/ieeecsopen/mcp-cs'

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