Skip to main content
Glama

migration_listHistoricBatches

Query completed migration batches from Operaton history logs using filters like status and date range to track past process instance migrations.

Instructions

Query historic migration batches from the Operaton history log. Filters: completion status, date range. Always scoped to MIGRATE_PROCESS_INSTANCE batch type.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations provided, so description carries full burden. Adds useful context about filter capabilities and persistent scoping to MIGRATE_PROCESS_INSTANCE type. However, omits pagination behavior, performance characteristics (history queries are typically expensive), and whether this is read-only (implied by 'Query' but not stated).

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 efficient sentences with zero waste. Main action front-loaded in sentence 1, capabilities in sentence 2, scope constraint in sentence 3. Appropriate density for a query tool.

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?

Adequate for a zero-parameter query tool: covers filter types and batch scope. However, lacks description of return values (no output schema present) and omits behavioral constraints like result limits or history retention boundaries.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Zero parameters in schema triggers baseline 4 per rubric. Description mentions 'Filters: completion status, date range' which suggests filtering capabilities, though schema is empty. This provides conceptual context even if parameter interface is missing.

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?

Specific verb 'Query' + resource 'historic migration batches' + source 'Operaton history log' clearly defines the action. Distinguishes from sibling 'migration_listBatches' via 'historic' designation and specific 'MIGRATE_PROCESS_INSTANCE' batch type scoping.

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?

Implies usage context by specifying 'historic' source and available filters (completion status, date range), but does not explicitly contrast when to use this versus 'migration_listBatches' or other batch query operations. No prereqs or exclusions 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/operaton/operaton-mcp'

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