Skip to main content
Glama

kaiten_get_company_group

Retrieve a company group's details by providing its unique UID, enabling quick access to group information in Kaiten.

Instructions

Get a company group by UID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
group_uidYesGroup UID
Install Server

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it only restates the operation. It does not mention whether the response includes member lists, whether invalid UIDs return null or an error, or any permission requirements.

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 a single concise sentence with no filler, and the key identifier detail 'by UID' is front-loaded. It is appropriately short for a simple get operation, though it sacrifices behavioral context.

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

Completeness3/5

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

For a simple one-parameter get operation, the description is minimally adequate: it names the resource and the required identifier. However, with no output schema and no annotations, a bit more context about what is returned or how to handle missing groups would make it complete.

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 single parameter group_uid is fully described in the schema with 'Group UID', and the description merely echoes the lookup-by-UID semantics. Since schema description coverage is 100%, the baseline of 3 applies; the description adds no meaningful parameter information beyond the schema.

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

Purpose4/5

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

The description states a specific verb and resource: 'Get a company group by UID.' It clearly identifies this as a single-item retrieval operation, distinguishing it from kaiten_list_company_groups, kaiten_create_company_group, and kaiten_delete_company_group without needing to name them.

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 description implies when to use the tool: when you need a specific company group identified by UID. However, it provides no explicit guidance about alternatives, when not to use it, or how it relates to list_company_groups or other company-group operations.

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