Skip to main content
Glama

kaiten_create_company_group

Create a company group in Kaiten to organize team members and manage access. Specify a group name to set up the group for project collaboration.

Instructions

Create a new company group in Kaiten.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesGroup name
Install Server

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations, the description must carry the behavioral burden, but it only states the basic mutation. It does not disclose authorization requirements, uniqueness constraints, idempotency, side effects, or what the response will contain.

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 one concise, front-loaded sentence. The only slight redundancy is 'in Kaiten', since the tool name already contains the product, but it is not distracting.

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

Completeness2/5

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

The tool is simple, but with no annotations and no output schema, the description leaves the agent without information about expected return value, required permissions, or behavioral constraints. It is sufficient to know what the tool creates but not to fully anticipate the outcome of invoking it.

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?

The schema already covers the single parameter name with a 'Group name' description, so the baseline is 3. The tool description adds no additional semantics about name format, uniqueness, or constraints.

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?

States exactly what the tool does with a specific verb and resource: "Create a new company group." Together with the tool name, this unambiguously identifies the operation and distinguishes it from sibling create_* tools for other resources and from get/update/delete variants of company group.

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 guidance is given about when to use this tool versus kaiten_update_company_group, kaiten_delete_company_group, or kaiten_get_company_group. There are also no prerequisites, such as required permissions or whether the group must be unique.

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

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/ViktorOgnev/kaiten-mcp'

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