Skip to main content
Glama

Squad Federate

squad_federate

Route cross-sub-squad requests or target a specific sub-squad via the federation coordinator. Use init to build a new federation on a fresh project.

Instructions

Run the squad federation meta layer for a repository that hosts several named sub-squads (for example a product sub-squad for the business team and an azure sub-squad for the architects). Hands the request to the Squad Federation Coordinator, which reads the federation registry (federation.md) and meta-routing (meta-routing.md), selects the target sub-squad(s) — or honors an explicit squad=<name> — and runs each sub-squad's normal per-turn protocol scoped to .copilot-tracking/squad/members/<name>/. Set init to build a federation (propose → confirm → create) on a fresh project. This is the catch-all federation entry point and runs at the confirm tier with gates. Delegated execution: returns the Federation Coordinator persona, the federation routing decision, and a framed dispatch request for the host to drive. Use for cross-sub-squad requests, an explicit sub-squad target, or federation setup.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
initNoWhen true, run Federation Init Mode (propose → confirm → create) before routing.
modeNoOptional autonomy mode. With a single sub-squad target it is forwarded to that sub-squad's run; with mode=autopilot and no squad= target the Federation Coordinator runs the federation-level autopilot meta-pipeline (ordered sub-squad autopilot runs, aggregated federation gates, one consolidated final-outcome validation).
tierNoOptional model-tier hint forwarded to the selected sub-squad's run.
ownerNoOptional Member Name forwarded to the selected sub-squad's run.
squadNoOptional sub-squad name to target directly, overriding meta-routing.
contextNoOptional free-form context to frame the federation turn.
profileNoOptional profile hint forwarded to a sub-squad's Init when it has no squad yet.
requestYesThe work for the federation this turn (routed to one or more sub-squads).
Behavior5/5

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

With no annotations, the description fully bears the burden of disclosing behavior. It explains the delegation mechanism (returns Coordinator persona, routing decision, dispatch request), the init mode for federation creation, and the "confirm tier with gates" execution. This provides a clear mental model of what the tool does and produces.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is densely packed with relevant information, well-structured with the main purpose upfront. It uses formatting (bold) for emphasis. While it could be slightly more concise, it is efficient given the complexity of the tool.

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 the tool's complexity (8 parameters, 1 required, 3 enums, no output schema), the description covers the key aspects: purpose, parameters, behavior, and return values (persona, routing decision, dispatch request). It lacks some edge case details but is sufficiently complete for an agent to use the tool effectively.

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?

Although the schema already has 100% description coverage, the tool description adds significant semantic value beyond parameter names/types. It explains how init triggers federation build, how mode and squad interact, and the meaning of context and profile. This extra context elevates the score above the baseline of 3.

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's purpose: running the squad federation meta layer for repositories with named sub-squads. It gives concrete examples (product, azure) and explains the federation process (reading registry, selecting sub-squads, running protocol). It distinguishes itself as the catch-all federation entry point, differentiating from sibling tools like squad_architect or squad_run.

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?

The description explicitly states use cases: cross-sub-squad requests, explicit sub-squad targeting, or federation setup. It also hints at when to use different modes (autopilot for federation-level pipeline). However, it does not explicitly list when not to use this tool or compare directly to siblings, which is a minor gap.

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/Peter-N91/hve-squad-mcp'

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