Skip to main content
Glama

seed_generate_data

Generate realistic seed data for database tables using faker.js. Specify table, fields, and count to populate databases with test data.

Instructions

Generate realistic seed data with faker.js for database tables

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoNumber of seed records to generate
fieldsYesFields with types (e.g. 'name:person.fullName', 'email:internet.email', 'age:number.int')
api_keyNoAPI key for authentication
table_nameYesTable name to generate seed data for
Behavior2/5

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

With no annotations provided, the description must carry full behavioral disclosure. It only says 'generate realistic seed data' but does not state whether it writes to the database, requires authentication (api_key exists in schema but is not mentioned), whether it is destructive, or what it returns. This is a significant transparency gap for a tool that likely interacts with a database.

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

Conciseness3/5

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

The description is concise at one sentence, which is appropriate for size, but it is under-specified. It provides only the core action without elaborating on important details like field formats or output. It is not verbose, but it lacks substance for a tool with four parameters.

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?

Given the tool has 4 parameters, no output schema, and no annotations, the description is inadequate. It does not explain the fields parameter format (e.g., the 'name:person.fullName' pattern), the role of api_key, or whether it writes to a database or merely generates output. This incomplete context likely leaves an agent uncertain about how to call it correctly.

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 parameters (count, fields, api_key, table_name) have descriptions in the schema. The tool description adds no additional meaning beyond what the schema already provides. Baseline of 3 is appropriate since the schema handles parameter documentation.

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 clearly states the tool generates realistic seed data using faker.js for database tables. This is a specific verb (generate) and resource (seed data for database tables), and the mention of faker.js adds specificity. However, it does not explicitly differentiate from sibling tools like seed_from_schema or data_generate_realistic, though the tool is distinct enough in purpose.

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?

There is no guidance on when to use this tool versus alternatives. No mention of scenarios where this is preferred over seed_from_schema or data_generate_edge_cases. The description provides no context on selection criteria, making it harder for an agent to decide when to invoke this tool.

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/barnburner121/claude-plugin-marketplace'

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