Skip to main content
Glama

groups_patch

Apply partial SCIM PATCH operations to modify a group's attributes.

Instructions

Apply partial modifications to a SCIM group.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesSCIM group ID
OperationsYesSCIM PATCH operations

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations indicate readOnlyHint=false, confirming mutation. The description adds 'partial modifications,' which implies it is not a full replacement. However, it does not disclose other behavioral traits such as idempotency, error behavior, or whether it follows SCIM standards. For a mutation tool with no destructiveHint annotation, the description provides minimal extra behavioral insight.

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 sentence with no unnecessary words. It is concise and front-loaded. However, it could include a bit more context (e.g., what the operation returns) without becoming verbose, so it is not perfect.

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?

Given the existence of an output schema, the description does not need to explain return values, but it fails to mention what the tool returns (e.g., the updated group). For a PATCH operation, knowing the result is helpful. The tool fills a specific role among siblings, but the description does not address prerequisites or side effects, leaving some gaps.

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?

Schema coverage is 100% with descriptions for both parameters ('SCIM group ID' and 'SCIM PATCH operations'). The description does not add meaning beyond the schema; it simply restates the parameter purposes. For the 'Operations' array, the format or structure of each operation object is left unclear, relying on the schema's 'additionalProperties: true' which is vague.

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 clearly states the tool applies 'partial modifications' to a SCIM group, which is a specific verb and resource. It hints at distinction from 'groups_update' (likely full update) by using 'partial,' but does not explicitly differentiate among siblings like 'groups_create' or 'groups_delete.' It is clear but could be more precise in distinguishing from similar tools.

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 provided on when to use this tool versus alternatives like 'groups_update,' 'groups_create,' or 'groups_delete.' The description lacks explicit context for when to choose partial modifications over full updates or other operations, leaving the AI agent to infer usage.

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/inav/databricks-mcp'

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