Skip to main content
Glama
thenvoi

Thenvoi MCP Server

Official
by thenvoi

mark_agent_message_processing

Track when an agent begins handling a message by creating a processing attempt with timestamp and status updates.

Instructions

Mark a message as being processed by the agent.

Creates a new processing attempt with a system-managed timestamp.
Call this when the agent starts working on a message.

This endpoint automatically:
- Creates a new attempt with auto-incremented attempt_number
- Sets the attempt status to "processing"
- Records the started_at timestamp (system-managed)
- Updates the agent's delivery status to "processing"

Args:
    chat_id: The unique identifier of the chat room (required).
    message_id: The ID of the message to mark as processing (required).

Returns:
    Success message confirming the message is marked as processing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chat_idYes
message_idYes

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