Skip to main content
Glama
jshsakura

a360-mcp

by jshsakura

get_execution

Retrieve execution status, message, and error details to diagnose bot failures. Provides actionable context for resolving Automation 360 errors.

Instructions

Fetch one execution's status, message and error detail.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
execution_idYesExecution id (NOT deploymentId) from /v3/activity.
Behavior2/5

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

With no annotations, the description must carry the full burden. It only states the action ('Fetch') and the returned fields, offering no insight into potential side effects, error behavior, or permissions. The description is minimal and adds little beyond what the name implies.

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, concise sentence that front-loads the essential information. Every word earns its place with no redundancy.

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?

For a simple fetch tool with a well-defined schema, the description provides adequate high-level context (what is returned) but omits details about response format, error handling, or source of execution_id (though the schema covers the latter). The absence of an output schema and annotations means more could be explained, but the tool's simplicity keeps the gap modest.

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 schema fully describes the only parameter (execution_id) with a note distinguishing it from deploymentId, giving 100% schema coverage. The description adds no extra parameter semantics, so the baseline of 3 is appropriate.

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 ('Fetch') and clearly identifies the resource ('one execution') and the specific returned fields ('status, message and error detail'). This distinguishes it from sibling tools like 'list_executions' (multiple) and 'get_bot_actions' (different resource).

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 explicit guidance is provided on when to use this tool versus alternatives. The singular 'one execution' implies it is for individual lookup, but no mention of when to prefer 'list_executions' or avoid this tool is stated.

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/jshsakura/a360-mcp'

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