Skip to main content
Glama
jshsakura

a360-mcp

by jshsakura

list_executions

Search past bot executions by status or deployment ID to diagnose failures and identify problematic runs.

Instructions

Search execution history via POST /v3/activity/list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
statusNoFilter by status enum, e.g. RUN_FAILED.
deployment_idNoFilter by deploymentId ([UNVERIFIED] filterable).
Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosing behavioral traits. It only mentions the HTTP method and endpoint, but fails to state that this is a read-only operation, what data is returned, whether pagination applies, or any potential side effects. This is insufficient for an agent to understand the behavior beyond the raw action.

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, front-loaded sentence with no filler. Every word contributes to identifying the tool's function. It is concise and well-structured for a simple action.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has no output schema, no annotations, and a terse description. It does not explain what an 'execution history' entry contains, whether results are paginated, or how this relates to sibling tools. Given the lack of structural metadata, the description fails to provide sufficient context for an agent to confidently use the tool.

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?

Schema coverage is 67%, with descriptions for status and deployment_id. The limit parameter is partially described via title, default, min, and max, but no explicit purpose is given. The tool description itself adds no parameter information, but the schema provides moderate clarity. Given medium coverage, the description does not compensate or add meaning, so a mid-range score is appropriate.

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's function: 'Search execution history' with a specific verb and resource. It also mentions the exact endpoint (POST /v3/activity/list), adding technical specificity. However, it does not explicitly differentiate from sibling tools like get_execution, though 'search' vs 'get' implies a difference.

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 get_execution or get_bot_actions. The description only states the action without any exclusions, prerequisites, or comparisons. The intended use is implied by the name but not explicitly communicated.

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