Skip to main content
Glama
Blazemeter

BlazeMeter Service Virtualization MCP Server

Official
by Blazemeter

blazemeter_account

Retrieve account details by ID or list all accounts to select the correct BlazeMeter account. Includes AI consent information at account level.

Instructions

    Operations on account users. 
    Use this when a user needs to select a account.
    Actions:
    - read: Read a Account. Get the information of a account.
        args(dict): Dictionary with the following required parameters:
            account_id (int): The id of the account to get information.
    - list: List all accounts. 
        args(dict): Dictionary with the following required parameters:
            limit (int, default=10, valid=[1 to 50]): The number of tests to list.
            offset (int, default=0): Number of tests to skip.
    Hints:
    - If you need to get the default account, use the project id to get the workspace and with that the account.
    - Use the read operation if AI consent information is needed. The AI Consent it's located at account level.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsYes
actionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
infoNoInfo messages
errorNoError message
totalNoTotal available records
resultNoResult
warningNoWarning messages
has_moreNoMore records per page to list
Behavior3/5

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

With no annotations, the description carries the full burden. It clearly lists read and list actions, implying read-only behavior, and adds context about AI consent at the account level. However, it doesn't explicitly state side effects, permissions, or error behavior, leaving some ambiguity.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is structured with a purpose line, usage guidance, action list, and hints. It is somewhat verbose but every section adds value. The opening 'Operations on account users' is redundant and could be trimmed, but overall it's efficient.

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?

The description covers the key aspects: purpose, usage, actions, parameters, and hints for default account and AI consent. It doesn't explain return values, but an output schema exists and would handle that. Missing details like error conditions or prerequisites are minor for a read/list tool.

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

Parameters5/5

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

The schema is generic with a single 'args' object, providing no parameter details. The description compensates fully by listing each action's parameters, including types, defaults, and valid ranges (e.g., limit default 10, valid 1-50). This is essential and well-detailed.

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 states the tool provides read and list operations for accounts, with a use case ('select a account'). It is clear but the opening phrase 'Operations on account users' is slightly confusing and doesn't strongly distinguish from sibling tools like blazemeter_workspaces.

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 this when a user needs to select a account', providing clear usage context. It also offers a hint for getting the default account, but it doesn't mention when NOT to use this tool or explicitly name alternatives.

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/Blazemeter/sv-mcp'

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