Skip to main content
Glama
SmartBear

SmartBear MCP server

Official
by SmartBear

Reflect: Get Suite Execution Status

reflect_get_suite_execution_status
Read-onlyIdempotent

Retrieve the current status of a specific Reflect suite execution by providing the suite ID and execution ID.

Instructions

Get the status of a reflect suite execution

Toolset: Suites

Parameters:

  • suiteId (string) required: ID of the reflect suite to get execution status for

  • executionId (string) required: ID of the reflect suite execution to get status for

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
suiteIdYesID of the reflect suite to get execution status for
executionIdYesID of the reflect suite execution to get status for
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, indicating safe read-only behavior. The description adds no behavioral traits beyond this; it only restates the function. With strong annotations, the description adds limited transparency.

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 short and front-loaded with the main action. However, it redundantly repeats parameter details that are already in the schema. Still efficient given the tool's simplicity.

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 tool is a simple status getter with no output schema, the description lacks details about the return value format or possible status codes. It is adequate for basic use but not fully complete for an agent to understand the response.

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?

Input schema provides 100% coverage with clear descriptions for both parameters (suiteId, executionId). The description repeats these parameter definitions verbatim, adding no new meaning beyond what the schema already offers. Baseline 3 is correct.

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 specific action: 'Get the status of a reflect suite execution'. It uses a specific verb (Get) and resource (suite execution status), and distinguishes from siblings like reflect_list_suite_executions (list all) and reflect_get_test_status (test-level).

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?

No explicit when-to-use or when-not-to-use guidance is provided. The description implies usage by requiring suiteId and executionId, but does not compare to alternatives or mention prerequisites. The 'Toolset: Suites' offers minimal context. Some guidance would be beneficial given the number of sibling tools.

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/SmartBear/smartbear-mcp'

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