Skip to main content
Glama

get_execution

Read-onlyIdempotent

Retrieve a manual test execution and its sources, with linked releases, external ticket links, and progress including pass and completion rates, to verify the contents.

Instructions

Get a Manual Test Execution with its sources (collections/suites/case-groups), its linked releases, its external ticket links (externalLinks, present only if you also hold integrations:read), and overall progress. Use to verify what an execution contains. sources[].id is the runId for set_execution_source_status / remove_source_from_execution. Both sources[] and progress carry every case bucket (passed/failed/blocked/inTesting/notExecuted, which sum to total) plus passRate and completionRate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
executionIdYesExecution UUID
Behavior4/5

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

Annotations already establish safety (readOnly, idempotent, not destructive), but the description adds valuable non-obvious behavior: externalLinks are returned only when the caller holds integrations:read, and the structure of progress and sources is explicitly described. This goes beyond annotation basics and informs the agent about conditional data availability.

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?

Three information-dense sentences cover purpose, usage, and result structure without filler. The main purpose is front-loaded, and every clause adds meaningful detail for successful tool invocation.

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?

With no output schema, the description must convey what the tool returns. It does so thoroughly: sources, links, progress, bucket categories, and rates. It also explains the permissions caveat and how IDs map to sibling tools. Nothing critical is missing for a single-parameter read operation.

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 input schema already fully documents executionId as an execution UUID with 100% coverage. The description does not add semantic meaning to the parameter itself, but it indirectly explains how the returned sources relate to other operations. This is baseline adequate given full schema coverage.

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 uses a specific verb ('Get') with a clearly defined resource ('a Manual Test Execution') and enumerates its returned components: sources, linked releases, external ticket links, and overall progress. It distinguishes itself from siblings like get_execution_cases and list_executions by describing a full execution snapshot with progress and sources.

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 states 'Use to verify what an execution contains,' giving clear situational guidance. It also connects to sibling tools by noting sources[].id is the runId for set_execution_source_status and remove_source_from_execution. It does not name alternative tools for negative guidance, but the primary use case is clear.

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/m00nreport/mcp-server'

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