Skip to main content
Glama

users_suspend

Suspend a user by ID to disable their account and revoke access to the workspace.

Instructions

Suspend (disable) a user account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesUser ID to suspend
Behavior2/5

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

With no annotations, the description carries full responsibility for behavioral disclosure. It only says 'Suspend (disable)' without revealing side effects such as whether the user loses access immediately, whether it is reversible, or what happens to sessions and data. The description adds no context beyond the tool name's literal meaning.

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 a single, clear sentence with no redundant words. It is front-loaded with the verb and resource, making it immediately readable and efficient.

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 tool with one parameter and no output schema, the description conveys the essential action. However, it omits important context such as verification on whether the account can be reactivated, or any side effects a user might face. The presence of users_activate in sibling tools suggests that noting reversibility would complete the picture.

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 description coverage is 100%: the single parameter 'id' is already described as 'User ID to suspend'. The description adds no additional parameter semantics beyond the schema, so the baseline of 3 is appropriate.

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 clearly states the action ('Suspend') and the resource ('a user account'), with a parenthetical clarification ('disable') that adds precision. It distinguishes from sibling tools like users_delete (permanent removal) and users_activate (opposite action).

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 suspend versus alternatives like users_delete or groups_remove_user. The description implies a disabling action but does not state prerequisites, reversibility, or scenarios where this tool is preferred. Given the availability of users_activate as a potential counterpart, explicit contrast would be valuable.

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/NikitaMurugov/yonote-mcp'

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