Skip to main content
Glama

test_orchestration

Quickly test an AI orchestration by starting a run, polling for completion with progress notifications, and returning the final status and execution ID.

Instructions

Quick synchronous test of an orchestration with a 90-second timeout.

Starts a run and polls every 2 seconds until it completes (or times out). Reports progress via MCP notifications while waiting. Returns the final status and execution_id.

Args: orchestration_id: The orchestration's UUID. input_data: Optional input data for the orchestration run.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctxYes
orchestration_idYes
input_dataNo
Behavior4/5

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

Despite no annotations, the description discloses key behaviors: it starts a run, polls every 2 seconds, has a 90-second timeout, reports progress via notifications, and returns status and execution_id. It lacks explicit safety or side-effect details (e.g., whether it modifies state), but the core behavior is well-covered.

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 extremely concise with no unnecessary words. It uses a clear structure: one-line summary, behavior paragraph, then arg list. Every sentence adds value, making it highly 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?

Given no output schema, the description covers return value (final status and execution_id). It also explains polling, timeout, and notifications. It does not address error scenarios or preconditions, but for a test tool, it is sufficiently complete.

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

Parameters2/5

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

With 0% schema description coverage, the description must compensate. It explains orchestration_id as a UUID and input_data as optional, but omits any explanation for ctx, leaving one of three parameters undocumented. This incomplete compensation lowers the score.

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 explicitly states 'Quick synchronous test of an orchestration', using a specific verb (test) and resource (orchestration). It further details behavior (polling, timeout, notifications) that distinguishes it from sibling tools like run_orchestration, which likely lacks such synchronous testing features.

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?

The description implies usage for quick synchronous tests with a 90-second timeout, but does not explicitly state when to use this tool versus alternatives like run_orchestration, nor does it provide clear when-not-to-use guidance or prerequisites.

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/Spaceship-AI/spaceship-mcp'

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