Skip to main content
Glama

update_team_description

DestructiveIdempotent

Update or clear a noticed Team description. Only Team owners and admins can use this. The description is shown to Team members and becomes data-only context for that Team's noticed agent conversations. Pass an empty string to clear it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
team_idYesExact Team organization id from account_status.
descriptionYesTeam description, or an empty string to clear it.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYesWhether noticed completed the operation.
dataNoThe operation result when ok is true.
errorNoA human-readable error when ok is false.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.7/5.0
Behavior5/5

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

The description adds meaningful behavioral context beyond the annotations: it discloses the auth requirement, that the description is shown to Team members, that it becomes data-only context for agent conversations, and that an empty string clears it. This complements the destructiveHint and idempotentHint without contradicting them.

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 compact and front-loaded: it states the operation first, then permissions, then effects and clearing behavior. Every sentence earns its place with no repetition or filler.

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

Completeness5/5

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

For a 2-parameter tool with high schema coverage, an output schema, and annotations covering safety, the description is complete. It gives the agent enough to decide, invoke, and understand consequences.

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%, providing a baseline of 3, but the description adds semantic value by explaining the role of the description value in agent conversations and emphasizing the clear behavior with an empty string. This goes slightly beyond the schema's own parameter descriptions.

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 a specific verb pair ('Update or clear') and a specific resource ('noticed Team description'), making it immediately distinguishable from sibling update_* tools. It also explains what the description is for, adding context beyond the tool name.

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?

The description clearly states the permission prerequisite ('Only Team owners and admins can use this') and the practical context for the tool. It does not explicitly name sibling alternatives or when-not-to-use conditions, but the resource is distinct enough that no close alternative exists.

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.

Resources