Skip to main content
Glama

create_squad

Organize agents into a team by creating a squad with a required name and leader ID. Optionally include a description and workspace ID for context.

Instructions

Create a squad.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
leader_idYesagent id leading the squad
descriptionNo
workspace_idNoWorkspace/company id. Omit to use the default or your only workspace.
Behavior1/5

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

No annotations are provided, and the description 'Create a squad.' discloses no behavioral traits such as permissions, side effects, idempotency, or error conditions. The agent has no information about what happens on creation or any constraints.

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

Conciseness2/5

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

While the description is short, it is under-specified rather than concise. It provides no useful information beyond the tool name, and the brevity hinders comprehension rather than helping.

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

Completeness1/5

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

This is a CRUD creation tool with 4 parameters, no annotations, and no output schema. The description 'Create a squad.' is inadequate to fully convey tool behavior, required inputs, or expected outcomes, leaving the agent without essential context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 50% (two of four parameters have descriptions). The tool description adds no meaning beyond the input schema, and it fails to clarify the purpose or constraints of the 'name' and 'description' parameters. The description does not compensate for the lack of full schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Create a squad.' is a direct restatement of the tool name, providing no additional context or detail. It is tautological rather than informative, offering no clarification of what a squad is or any distinguishing features beyond the verb 'create'.

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

Usage Guidelines2/5

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

No usage guidance is provided. The description does not mention when to use create_squad versus update_squad, list_squads, or other sibling tools, nor any prerequisites or conditions.

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/AAChibilyaev/aacworkflow-mcp'

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