Skip to main content
Glama
perfsage

perfsage-jmeter-mcp

by perfsage

import_traffic

Import HAR, OpenAPI, or Postman files into a normalized Flow for JMeter scripting. Auto-detects format by extension or content and returns flow JSON with request count.

Instructions

Import HAR, OpenAPI, or Postman traffic into a normalised Flow.

Use at the start of scripting. kind=auto detects by extension/content. Returns flow JSON plus request_count. Response headers/bodies are omitted unless include_response_detail=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoauto
base_urlNo
source_pathYes
include_staticNo
include_response_detailNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses type detection behavior (kind=auto), return format (flow JSON plus request_count), and that response details are omitted by default unless include_response_detail=true. This is valuable beyond the basic purpose.

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 four tightly worded sentences. Every sentence adds distinct information—purpose, workflow placement, auto-detection, and response detail behavior.

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 tool with 5 parameters and no annotations, the description provides key context: when to use, what it returns, and a critical default behavior. It omits details on base_url and include_static, but the output schema and sibling tools fill some gaps. Overall 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 coverage is 0%, so the description must explain parameters. It explains kind and include_response_detail but leaves base_url and include_static ambiguous, though source_path is implied by the import context. Partial compensation.

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 the tool imports HAR, OpenAPI, or Postman traffic into a normalised Flow. This specific verb+resource combination distinguishes it from sibling tools like run_test or analyze_results.

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 explicitly says 'Use at the start of scripting,' placing this tool early in the workflow. It doesn't name alternative tools or exclusions, but the context signals provide clear separation from siblings.

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

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