Skip to main content
Glama
gambot-ai

gambot-mcp

Official

Enable user

gambot_enable_user

Reactivates a user by setting their status to active. Provide the user ID to restore access for WhatsApp messaging, CRM, and marketing operations.

Instructions

Enable a user (status = active).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.4/5.0
Behavior2/5

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

No annotations exist, so the description carries full responsibility. It discloses the core state change ('status = active') but omits important behavioral context such as idempotency, behavior when the user is already active, permission requirements, or what the operation returns. For a mutation tool, this is a significant gap.

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 front-loaded sentence with no filler or redundancy. Every word earns its place for a tool this simple.

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 one-parameter tool, the description is minimally adequate: it names the action and the resulting status. However, with no annotations and no output schema, it lacks return behavior, prerequisites, and edge-case handling, leaving the agent to guess some call-time expectations.

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?

Schema description coverage is 0%, so the description would need to compensate, but it does not mention the userId parameter at all. The parameter name is self-explanatory enough to be usable, but the description adds no meaning beyond the schema's bare 'string' type declaration.

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 ('Enable') and the resource ('a user'), and adds the precise effect 'status = active'. This is easily distinguished from sibling tools like gambot_disable_user or gambot_update_user, whose scope is different.

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 intended use is implied by the verb and the status semantics, but there is no explicit guidance on when to use this tool versus gambot_update_user, nor any warning not to use it on already-active users. No alternatives or exclusions are provided.

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

Deploy Server

Other Tools