Skip to main content
Glama

report_host_wave

Report completion of a host-native swarm/plan wave after agents finish. Use terminal=true and outcome for final wave, and expand_plan to fan out from discovered files.

Instructions

Report completion of one host-native swarm/plan wave. Call after spawning and finishing each host_spawn_waves wave. Pass workspace_root from the handoff (learning_report_contract) and per-agent output_excerpt for learning quality. Set terminal=true on the last wave with outcome=accepted|revised|reworked|rejected.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
waveYes
agentsYes
run_idNoAlias for swarm_id
outcomeNo
swarm_idNoSwarm or plan run id (host_run_id from handoff)
terminalNo
expand_planNoWhen true, expand plan from discovered_files after this wave.
plan_run_idNoAlias for plan-only runs
workspace_rootNo
discovered_filesNoNew file paths to fan out into additional host_spawn_waves.
Behavior3/5

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

No annotations provided, so description carries full burden. It mentions reporting completion and setting terminal, but does not disclose whether the tool mutates state, requires permissions, or has side effects. Adequate but not fully transparent.

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 sentences, zero wasted words. Front-loaded with purpose and essential usage instructions. Exemplary conciseness.

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 annotations or output schema, the description covers the main purpose, when to call, and key parameter usage. Slight gap in not mentioning return value or error scenarios, but overall sufficiently complete for a reporting tool.

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 50% (5 of 10 params have descriptions). The description adds meaning to workspace_root and output_excerpt beyond schema, but many params (wave, agents, outcome, terminal) lack additional semantic context. Compensates partially but not fully.

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?

Description clearly states verb 'report completion' and resource 'one host-native swarm/plan wave', distinguishing it from sibling 'report_host_swarm_complete' which likely reports entire swarm completion. It also provides specific actions like passing workspace_root and setting terminal.

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

Usage Guidelines4/5

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

Description gives explicit guidance: 'Call after spawning and finishing each host_spawn_waves wave', and instructs to set terminal=true on last wave with outcome enum. While it doesn't explicitly state when not to use, the positive guidance is clear and sufficient.

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/timjensgrossinger/threnody'

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