Skip to main content
Glama
awictor

flow-agent-mcp

by awictor

generate_synthetic_data

Generate synthetic records for demo pipelines using predefined schemas for ecommerce, IoT, or user activity. Returns a sample and the total payload size.

Instructions

Generate synthetic records for demo pipelines. Returns a sample plus the full payload size.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYesHow many records to generate
schemaYesRecord shape to generate
sample_sizeNoRecords to include inline
Behavior3/5

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

No annotations are provided, so the description carries the full burden of disclosure. It states the return behavior ('Returns a sample plus the full payload size') but does not mention whether the operation is read-only or has side effects like persistence.

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 concise sentences with zero waste. The primary action ('Generate synthetic records') is front-loaded, and the output detail ('Returns a sample plus the full payload size') is efficiently conveyed.

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 tool with three simple parameters and no output schema, the description covers the core purpose and return behavior. It could clarify what 'sample' and 'payload size' mean, but the schema fills in parameter details, making it reasonably 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 coverage is 100%, so each parameter is already documented. The description hints that 'sample' corresponds to sample_size, but adds no significant meaning beyond the schema, meeting the baseline without exceeding it.

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 uses a specific verb 'generate' with resource 'synthetic records' and scope 'demo pipelines', clearly distinguishing it from sibling task-management tools. The purpose is immediately unambiguous.

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 phrase 'for demo pipelines' provides clear context for when to use the tool. It does not explicitly state when not to use it or mention alternatives, but the use case is well implied.

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/awictor/flow-agent-mcp'

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