Skip to main content
Glama
IAnjaniKr

jmeter-mcp-server

by IAnjaniKr

add_csv_data_config

Add CSV Data Set Config to a JMeter .jmx file for data-driven testing, allowing you to specify CSV file, variable names, delimiter, sharing mode, and recycling options.

Instructions

Add a CSV Data Set Config for data-driven testing

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoOptional name
recycleNoRecycle data at end
filenameYesPath to the CSV file
testfileYesPath to the .jmx file
delimiterNoField delimiter,
stopThreadNoStop thread at end of file
sharingModeNoHow data is shared between threadsshareMode.all
variableNamesYesComma-separated variable names (e.g., 'username,password')
ignoreFirstLineNoSkip header row

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden; it only says 'Add a CSv Data Set Config for data-driven testing.' It implies mutation of a testfile but does not disclose that the .jmx file is modified in place, whether the operation is idempotent, whether the CSV file must already exist, or where the element is placed in the test plan.

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?

A single, front-loaded sentence with no filler; the verb and resource appear immediately. It is appropriately terse, though it could earn a 5 by adding a behavioral clause without bloating.

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 9 parameters (3 required), no output schema, and no annotations, a one-sentence description is thin. The rich schema covers parameter meaning, but an agent gets no context on side effects (in-place .jmx modification), placement, or prerequisites, which matters for a tool that mutates a test artifact.

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 every parameter is already documented in the schema. The description adds no parameter-level meaning beyond the general 'data-driven testing' framing, which keeps this at baseline 3.

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 specific verb ('Add'), a specific resource ('CSV Data Set Config'), and a purpose ('data-driven testing'), so an agent can infer this adds a JMeter CSV-data element to a test artifact. It is distinguishable from sibling add_* tools by the named element type (vs. add_http_sampler, add_assertion, add_timer), though it does not explicitly contrast with them or name the target (.jmx testfile).

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?

No guidance is provided on when to use this tool vs. alternatives such as create_test_plan_from_openapi or add_http_sampler, nor when not to use it. An agent must infer from the element type that this is for setting up data-driven tests.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/IAnjaniKr/jmeter-mcp-server'

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