Skip to main content
Glama
williamamed

mcp-polizei

by williamamed

Quitar usuario de un scope

remove_user_from_scope

Remove a user from a scope or tenant by providing user ID and scope ID. Revoke access in Polizei RBAC.

Instructions

Remueve a un usuario de un scope/tenant.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID del usuario
idScopeYesID del scope del que se remueve

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.6/5.0
Behavior2/5

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

No annotations are provided, and the description only states the core action without mentioning side effects, error conditions, or reversibility. The agent is left uninformed about potential outcomes.

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, direct sentence with no superfluous information. It is concise and well-structured.

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 the simplicity of the operation and the clear parameter descriptions in the schema, the description sufficiently conveys the tool's purpose. However, some details about expected behavior or return values are missing, though not critical for this simple action.

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?

The schema provides clear descriptions for both parameters (user ID and scope ID). The description adds no additional meaning beyond what the schema already states.

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: removing a user from a scope/tenant. It is specific and distinct from related tools like add_user_to_scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The purpose implies when to use it, but there is no explicit guidance on prerequisites, context, or comparison with alternatives beyond the tool name itself.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.