Skip to main content
Glama
thenvoi

Thenvoi MCP Server

Official
by thenvoi

remove_agent_chat_participant

Remove a participant from a chat room using chat ID and participant ID. The acting agent must be the room owner or admin.

Instructions

Remove a participant from a chat room.

Removes a participant (user or agent) from the specified chat room.
The acting agent must be the owner or admin of the room.

Args:
    chat_id: The unique identifier of the chat room (required).
    participant_id: The participant's ID to remove (required).

Returns:
    Success message confirming the participant was removed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chat_idYes
participant_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the burden. It states the action is removal, requires permissions, and returns a success message. However, it does not address reversibility, errors, or side effects.

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 concise with a clear first sentence, followed by permission note and structured Args/Returns. No unnecessary words.

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?

For a simple removal tool with two required params and an output schema, the description covers permission requirements and return type. However, it could specify error conditions or the exact success message format.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 0% description coverage, but the description's Args section adds semantic meaning: chat_id is 'unique identifier', participant_id is 'participant's ID to remove'. This significantly improves parameter understanding.

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 tool removes a participant from a chat room, using a specific verb and resource. It differentiates from siblings like add_agent_chat_participant and remove_my_chat_participant.

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 mentions the acting agent must be owner or admin, providing a clear usage condition. However, it lacks explicit guidance on when not to use or alternatives.

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/thenvoi/thenvoi-mcp'

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