Skip to main content
Glama

validate_team_config

Validate team configuration by checking for illegal role codes such as Chinese characters, dashes, reserved names, and duplicates, ensuring correctness before creating a custom team.

Instructions

Dry-run validation for a custom team config.

Use before create_custom_team to catch illegal role codes (Chinese characters, dashes, reserved names, duplicates) without writing anything to disk.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rolesYesComma-separated role codes.
leaderYesLeader role code; must be one of ``roles``.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description adequately discloses the dry-run nature and that no data is written to disk. Lists specific checks (Chinese characters, dashes, reserved names, duplicates), but does not describe output schema or what happens on success/failure.

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?

Extremely concise: two sentences with no extraneous words. Each sentence adds essential information: what the tool is and how to use it.

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 simple nature of the tool and 100% schema coverage with output schema present, the description covers purpose, usage, and key behavioral traits. Could mention what the output schema returns but that is optional.

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?

Schema coverage is 100% and already describes parameters. The description adds context by mentioning specific validation checks (Chinese characters, etc.) and reinforces that leader must be one of roles, adding value beyond the schema.

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?

Clearly states verb 'validate' and resource 'custom team config', specifies it is a dry-run validation that checks for illegal role codes, and distinguishes from sibling 'create_custom_team' by indicating it should be used beforehand.

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?

Explicitly instructs to use before `create_custom_team` and explains benefits (catching errors without writing to disk). Does not provide explicit when-not-to-use, but the context is clear enough for a validation tool.

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/joinwell52-AI/FCoP'

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