Skip to main content
Glama

run_orchestration

Start an asynchronous orchestration run and return an execution ID for monitoring progress via polling or blocking completion.

Instructions

Start an asynchronous orchestration run and return immediately.

Returns an execution_id — use test_orchestration to block until completion or poll /executions for status updates.

Args: orchestration_id: The orchestration's UUID. input_data: Input data passed to the orchestration (e.g. {"query": "…"}). params: Optional extra execution parameters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orchestration_idYes
input_dataNo
paramsNo
Behavior4/5

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

No annotations provided, but the description covers key behaviors: async execution, immediate return, and how to retrieve results. Lacks explicit mention of side effects or idempotency, but is overall good.

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?

Concise, well-structured with a clear summary line and Args section. No redundancy, every sentence adds value.

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

Completeness5/5

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

For a tool with 3 parameters and no output schema, the description covers purpose, async behavior, return value, and how to monitor progress. Complete and actionable.

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?

Schema has 0% description coverage, but the description adds meaning: explains orchestration_id as UUID, input_data with example, and params as optional. Compensates well for schema gaps.

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 clearly states the tool starts an asynchronous orchestration run and returns immediately. It distinguishes from sibling 'test_orchestration' which blocks, and specifies the returned execution_id.

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

Usage Guidelines5/5

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

Explicitly mentions when to use this tool (for async runs) and provides alternatives: 'test_orchestration' for blocking or polling '/executions' for status updates.

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