Skip to main content
Glama

JMeter Docs

Read a JMeter documentation page

get_jmeter_page

Fetch the full markdown text of one docs.jmeter.ai page. Accepts the page URL (e.g. https://docs.jmeter.ai/topics/api-load-testing/) or a bare path (e.g. topics/api-load-testing).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPage URL or path, e.g. https://docs.jmeter.ai/user-manual/functions/ or user-manual/functions

Schema Changelog

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

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It discloses that the tool returns full markdown text, not a summary or rendered page, and that it accepts either a full URL or a bare path. It does not mention error cases or rate limits, but for a simple read-only fetch these are not critical.

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 tight sentences: the first states the action and result, the second gives input formats with concrete examples. Every sentence earns its place and the core behavior is front-loaded.

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

Completeness5/5

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

For a one-parameter read-only fetch tool with no output schema, the description provides all necessary selection and invocation details: what is returned, what to pass, and the accepted input formats. Nothing essential is missing for correct use.

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 single url parameter is already fully described in the schema with both accepted formats and an example, so the description adds little beyond another example. This matches the high schema coverage baseline of 3.

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 states a specific action and resource: 'Fetch the full markdown text of one docs.jmeter.ai page.' This distinguishes it from sibling search_jmeter_docs by emphasizing full page content rather than search results. The example input formats further clarify the tool's exact scope.

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 description clearly indicates the tool is for retrieving a complete documentation page when the URL/path is known, which contrasts with searching. It does not explicitly name alternatives or provide when-not-to-use guidance, but the context is unambiguous enough for an agent to select it correctly.

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.