Skip to main content
Glama

JMeter Docs

Lint JMX Test Plan Snippet

lint_jmx_snippet

Validate a JMeter test plan XML string or snippet against best practices and performance anti-patterns (e.g., active GUI listeners, legacy BeanShell, uncompiled JSR223, missing timeouts, zero ramp-up, Thread.sleep in scripts).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jmxContentYesJMX XML string or test plan snippet to analyze.

Schema Changelog

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

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does well by listing specific behavioral categories: active GUI listeners, legacy BeanShell, uncompiled JSR223, missing timeouts, zero ramp-up, and Thread.sleep in scripts. It does not disclose return format or side effects, but the linting behavior is clearly characterized.

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?

One front-loaded sentence with no filler. The verb and resource appear immediately, and the anti-pattern examples are compactly clustered at the end, so every phrase contributes to scoping the tool.

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 one-parameter tool with no output schema, the description covers the input and the nature of analysis well enough for selection and invocation. It would be more complete if it stated what kind of result is returned (e.g., a list of violations or a pass/fail response), but this is a minor gap.

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?

The schema description for jmxContent fully explains that it is the JMX XML string or snippet to analyze, and the tool description essentially repeats the same meaning. With 100% schema description coverage, the description adds no significant parameter-level semantics beyond the baseline.

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?

States a specific verb ('Validate') and resource ('JMeter test plan XML string or snippet') and enumerates concrete anti-patterns it checks. This clearly separates it from sibling tools like convert_curl_or_har_to_jmx or search_jmeter_docs, none of which perform validation.

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 implies the right use case: when an agent has JMX content and needs best-practice or anti-pattern checking. It does not explicitly name alternatives or state when not to use it, so usage guidance is only implied rather than explicit.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.