Skip to main content
Glama
acabala

apidog-tests-mcp

by acabala

create_test_data

Create CSV-formatted test data records with column definitions for use in Apidog test cases. Variables become accessible as {{columnName}} or via pm.iterationData.get().

Instructions

Create a test data record for a test case. The data field is CSV-formatted: first line is the column header, subsequent lines are values. Each column needs a matching entry in the columns object. Variables are accessible in test cases as {{columnName}} or via pm.iterationData.get('columnName') in scripts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesCSV-formatted data. First line is header (column name), subsequent lines are values. Example: 'contactId\nid-1\nid-2\nid-3'
columnsYesColumn definitions. Keys must match the header names in the data field. Use {generator: {type: 'mock', config: {callee: '$special.manual'}}} for manually-entered data.
relatedIdYesThe test case ID to attach this test data to
environmentIdNoEnvironment ID (0 = all environments, or a specific environment ID)
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. It explains the CSV format and variable access pattern, but does not disclose side effects, permissions, rate limits, or whether data is appended or replaced. Basic behavioral context is present but not exhaustive.

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?

Three sentences, front-loaded with purpose, no wasted words. The structure efficiently communicates the core function, format requirements, and usage context.

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

Completeness3/5

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

With no output schema, the description omits what the tool returns (likely a record ID). It covers the main input flow and variable access but does not mention the environmentId parameter or provide a complete picture. Adequate but with a notable gap.

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?

Schema coverage is 100%, so baseline is 3. The description adds valuable meaning beyond the schema by explaining how CSV data maps to columns and how variables become accessible in scripts ({{columnName}} or pm.iterationData.get()). This enhances the agent's understanding of parameter relationships.

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 'Create a test data record for a test case,' specifying the verb and resource. It distinguishes from sibling tools like update_test_data and delete_test_data by focusing on creation, and adds specific format details (CSV) that differentiate it from other creation tools.

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

Usage Guidelines3/5

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

Usage is implied through the tool name and description, but there are no explicit when-to-use or when-not-to-use statements. Alternatives like update_test_data are not mentioned, leaving the agent to infer the context without direct guidance.

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/acabala/apidog-tests-mcp'

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