Skip to main content
Glama

orchestrate_objective_structured

Orchestrate complex objectives through structured phased workflow: research, plan, execute, monitor, and cleanup.

Instructions

Execute structured phased orchestration with intelligent model selection (Research → Plan → Execute → Monitor → Cleanup)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesTitle for the structured orchestration - should be descriptive and concise
objectiveYesDetailed description of the objective to be orchestrated using structured phased workflow. This should be a clear, comprehensive statement of what needs to be accomplished.
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.
maxDurationNoMaximum duration in minutes for the orchestration. Defaults to 60 minutes. The orchestration will be cancelled if it exceeds this duration.
enableProgressTrackingNoWhether to enable detailed progress tracking and real-time updates. Defaults to true.
customPhaseConfigNoOptional configuration to enable/disable specific phases. Keys can be "research", "plan", "execute", "monitor", "cleanup". All phases are enabled by default.
Behavior2/5

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

No annotations are provided, leaving the description to carry the full burden. It mentions phases but does not disclose behavioral traits like what happens during cleanup, model selection criteria, or error handling. For a complex orchestration tool, this is insufficient.

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?

A single, densely packed sentence that efficiently conveys the core function with zero waste. It is front-loaded and highly concise.

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?

Given the tool's complexity (7 parameters, phased workflow, no output schema), the description is too brief. It does not explain how phases interact, the role of customPhaseConfig, or the impact of maxDuration, leaving agents without sufficient context for effective invocation.

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 100%, so descriptions exist for all parameters. The description adds no additional meaning beyond the schema, meeting the baseline of 3 without enhancement.

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 the tool executes a structured phased orchestration with intelligent model selection and lists the phases, clearly distinguishing it from siblings like orchestrate_objective.

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?

No explicit guidance on when to use this tool versus alternatives such as orchestrate_objective or execute_with_plan. The description implies usage for complex multi-phase tasks but lacks exclusions or context.

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