Skip to main content
Glama

Eliminar usuario

delete_user

Delete a user account. Requires admin privileges and cannot remove yourself or users with assigned or created tasks.

Instructions

Elimina un usuario. Requiere sesión con rol 'admin'. No se puede eliminar el propio usuario ni uno con tareas asignadas o creadas por él.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenYesToken de sesión de un usuario admin
userIdYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses key preconditions (admin role, constraints on deletion) but does not explain post-conditions, error handling, or whether deletion is permanent.

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?

Two sentences, no extraneous content. The action is front-loaded and every sentence adds value without redundancy.

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

Completeness4/5

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

Given no output schema and two parameters, the description covers essential constraints and preconditions. It lacks details on return value or error cases, but for a deletion tool this is reasonably 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?

Schema coverage is 50% (token has description, userId lacks one). The description adds semantic constraints (admin requirement for token, restrictions on userId). It partially compensates for missing schema descriptions but does not fully specify parameter formats.

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 'Elimina un usuario' (delete user) and specifies constraints (admin role, cannot delete self or users with tasks). This distinguishes it from sibling tools like create_user or list_users.

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 explicitly states when to use (requires admin session) and when not to (cannot delete self or user with tasks). It provides clear usage context but does not mention alternative tools for similar operations.

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/cizar/tasks-mcp-poc'

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