Skip to main content
Glama

add_agent_chat_participant

Add participants to chat rooms in the Thenvoi MCP Server. Specify chat ID, participant ID, and optional role (owner, admin, member) to expand room membership.

Instructions

Add a participant (agent or user) to a chat room.

Adds a new participant to the specified chat room. The acting agent must be the owner or admin of the room. Agents can add: - Their sibling agents (same owner) - Global agents - Their owner (the user who created them) Use list_agent_peers(not_in_chat=chat_id) to discover available participants. Args: chat_id: The unique identifier of the chat room (required). participant_id: The ID of the participant (user or agent) to add (required). role: The role to assign: 'owner', 'admin', or 'member' (optional, defaults to 'member'). Returns: Success message confirming the participant was added.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chat_idYes
participant_idYes
roleNo

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