Skip to main content
Glama

Show automation run

showAutomationRun
Read-onlyIdempotent

Retrieve the current status of an automation run by its ID, with optional step-level details.

Instructions

Show automation run. Retrieves the status of an existing automation run. Level API endpoint: GET /v2/automation-runs/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe ID of the automation run.
include_stepsNoInclude step names, statuses, and output in the response.
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, so the safety profile is clear. The description adds the specific endpoint (GET /v2/automation-runs/{id}) and clarifies it retrieves status, but it does not explain response format, pagination, or other behavioral details beyond what annotations already provide.

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 two sentences with no unnecessary words. It front-loads the tool's purpose and immediately adds the endpoint and status retrieval, making it extremely concise and 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?

For a simple read-only tool with rich annotations and full schema coverage, the description is adequate. It explains the primary purpose and gives the endpoint, but it could optionally mention what the returned status includes or that include_steps affects output. However, since there is no output schema, the description still provides enough context for an agent to invoke it correctly.

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 covers 100% of parameters with descriptions for id and include_steps, so the baseline is 3. The description does not add any parameter semantics beyond the schema, but it also does not need to since the schema is self-explanatory.

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 clearly states the tool retrieves the status of an existing automation run, using a specific verb and resource. It distinguishes itself from listAutomations by focusing on a single existing run, but it does not explicitly name alternatives or contrast with sibling show/list tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives like listAutomations. The description only says it retrieves an existing run, which implies it requires a known ID, but it does not state exclusions or 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/pbozzay/level-mcp'

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