Skip to main content
Glama

Create a team

create_team

Create a team with its own issue prefix, default workflow states and first sprint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesIssue prefix such as "ENG". Uppercase letters and digits.
nameYesTeam name.
descriptionNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already indicate the tool is not read-only, not idempotent, and not destructive. The description adds that the team is created with specific features (issue prefix, workflow states, sprint), which is useful context but does not go beyond what the annotations imply about the creation action. No contradictions found.

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 sentence with no wasted words, and the core action is front-loaded. It is efficient and easy to parse.

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?

For a creation tool with three parameters and no output schema, the description is reasonably complete. It informs the agent what the team will include, which is sufficient for a standard create operation. It does not cover potential error cases or side effects, but those are not critical for basic 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 description coverage is 67% (key and name are described; description param is not). The description mentions 'issue prefix' which maps to the key parameter, but the schema already provides that context. The description does not add any parameter-specific detail beyond the schema, so it contributes minimal value here.

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 uses the verb 'Create' with the resource 'team' and adds specific details (issue prefix, default workflow states, first sprint) that distinguish it from sibling creation tools like create_issue or create_project. It clearly communicates what the tool does.

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 purpose is clear enough that an agent knows to use it for team creation, but there is no explicit guidance on when to use it versus alternatives, or any prerequisites or exclusions. Siblings like update_team and list_teams exist, but the description doesn't address them.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.