Skip to main content
Glama

orchestrate_objective

Spawn an architect agent to coordinate multi-agent objective completion. Define a title and objective; the agent delegates tasks to specialized agents within the specified repository.

Instructions

Spawn architect agent to coordinate multi-agent objective completion

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesTitle for the orchestration objective - should be descriptive and concise
objectiveYesDetailed description of the objective to be orchestrated by the architect agent. This should be a clear, comprehensive statement of what needs to be accomplished across multiple specialized agents.
repositoryPathYesAbsolute path to the repository where the orchestration will take place. This is the working directory for all spawned agents.
foundationSessionIdNoOptional session ID for cost optimization. When provided, all spawned agents will share this session context, reducing token costs by 85-90% through shared conversation history.
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It mentions spawning an architect agent but does not clarify whether this is a read-only operation, what side effects occur (e.g., agent creation), or any required permissions. The cost-saving hint via foundationSessionId is only in the schema, not the description.

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, short sentence that conveys the core functionality without extraneous words. It is front-loaded with the key action and resource ('spawn architect agent to coordinate').

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?

For a tool that spawns an architect agent for multi-agent coordination, the description lacks crucial context: what the tool returns, how the coordination is performed, and any lifecycle implications. No output schema exists, so the description should compensate, but it does not.

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 description coverage is 100%, so the baseline is 3. The description does not add additional meaning beyond the schema; it simply restates the tool's purpose. All parameters are well-documented in the schema, so no credit for replication.

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 spawns an architect agent to coordinate multi-agent objective completion. It distinguishes from siblings like spawn_agent (generic agent spawning) and orchestrate_objective_structured (structured version) by emphasizing coordination across multiple agents.

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 use for multi-agent objectives but does not explicitly state when to use this tool vs alternatives such as orchestrate_objective_structured or spawn_agent. No exclusions or when-not-to-use guidance is provided.

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/ZachHandley/ZMCPTools'

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