Skip to main content
Glama
IAnjaniKr

jmeter-mcp-server

by IAnjaniKr

add_timer

Insert a timer into a JMeter test plan to simulate think time or delays between requests. Set type, base delay, and optional range.

Instructions

Add a timer for think time / delays between requests

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoOptional name for the timer
typeYesTimer type
delayYesBase delay in milliseconds
rangeNoRandom range in ms (for random timers)
testfileYesPath to the .jmx file

Schema Changelog

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

  1. First observedv1.0.0

TDQS

B3.3/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 burden of behavioral disclosure. It only states the timer's purpose and does not reveal that the tool modifies the .jmx file, whether it appends or replaces existing timers, or whether there are prerequisites. For a mutating operation, this is a significant missing piece.

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?

The description is a single sentence of about eleven words, front-loaded with the action and object. It contains no filler, no repetition of schema details, and is appropriately sized for a narrowly scoped tool.

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?

The description plus a fully covered schema allow a basic constant-timer call to be constructed, but random timer semantics (how range interacts with delay) and the precise effect on the test file are left implicit. With no annotations and no output schema, some behavioral context is missing, but the tool is simple enough that the current definition is barely adequate.

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 (testfile, type, delay, range, name) already has a schema description. The tool description adds no parameter-level meaning, which is acceptable under the baseline of 3 when structured fields are already self-explanatory.

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 begins with a clear verb+resource pair: 'Add a timer', and frames its purpose as 'think time / delays between requests'. This distinguishes it from sibling tools like add_http_sampler, add_assertion, and add_csv_data_config, which operate on different test-plan elements. It does not explicitly say 'to the .jmx file', but the testfile parameter and sibling context make the scope clear.

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?

The description gives a functional cue—think time/delays—which implies when to use a timer, but it does not explain when to choose constant vs. random timer types or how this tool fits relative to other test-plan elements. There are no explicit alternatives or exclusion rules, so usage is more implied than defined.

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