Skip to main content
Glama
aminamos

blazemeter-explorer

by aminamos

get_operation

Retrieve parameters and response schemas for a specific public BlazeMeter API operation by its ID.

Instructions

Get parameters and response schemas for one public explorer operation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operation_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description bears full responsibility for disclosing behavior. It indicates a read-only operation ("Get") and public access ("public explorer operation"), but does not state potential error behaviors, whether the operation is actually invoked, or any side effects. This is minimal disclosure beyond the tool's name and 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 a single, clear sentence that front-loads the verb and resource. Every word adds value, and there is no redundancy or irrelevant information.

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?

Given the simplicity (one parameter, output schema present), the description covers the basic purpose but lacks contextual guidance such as how to obtain operation_id or when to prefer this over siblings. The output schema covers return values, so that is not a gap, but the overall context is only moderately complete for an agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema provides zero description for the operation_id parameter (0% coverage), and the description does not elaborate on what operation_id should contain or how to obtain it. It only indirectly suggests it identifies an operation, leaving the agent without enough semantic detail to correctly supply the parameter.

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's function: retrieving parameters and response schemas for a specific operation. This distinguishes it from sibling tools like list_operations (listing all) and invoke_operation (executing), as it focuses on metadata retrieval for a single operation.

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 when to use this tool (when you need schema details for a single operation) but does not explicitly mention alternatives or exclusions. The sibling tool names provide context, but the description itself lacks direct guidance on choosing this tool over list_operations or invoke_operation.

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/aminamos/blazemeter-explorer-mcp'

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