Skip to main content
Glama

internal_squad_update_internal_squad

Update an internal squad's name or inbound configurations using its UUID; set confirm to true to apply.

Instructions

PATCH /api/internal-squads Update internal squad Tags: Internal Squads Controller

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
confirmNoПодтверждение выполнения не-GET операции. Без confirm:true возвращается превью запроса (метод, URL, тело) и запрос не отправляется (см. MCP_CONFIRM).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2/5.0
Behavior2/5

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

No annotations are supplied, so the description carries the full burden, yet it discloses nothing about behavior beyond the implied mutation. It does not state what fields are updated, whether changes are reversible, whether permissions are required, or what the response contains.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The text is short but consists of raw OpenAPI boilerplate (HTTP verb, path, controller tag) that adds no value an agent can act on, so brevity here reflects under-specification rather than effective concision.

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?

For a mutating tool with no annotations, no output schema, nested body object, and partial parameter coverage, the description is far too thin to be complete. Critical context such as the confirm gate and updatable fields is absent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With only 50% schema description coverage, the description should compensate for undocumented fields, but it says nothing about name, uuid, or inbounds. Only the confirm parameter carries meaning, and that comes from the schema, not the description.

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

Purpose2/5

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

"Update internal squad" restates the tool name almost verbatim, adding essentially no information beyond what the identifier already conveys. The PATCH path is the only marginally distinguishing detail, but there is no differentiation from siblings like external_squad_update_external_squad or config_profile_update_config_profile.

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?

There is no when-to-use guidance, no mention of prerequisites, and no routing to alternative squad tools (e.g. add_users, set_tags, reorder). The agent must infer usage entirely.

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