Skip to main content
Glama
thenvoi

Thenvoi MCP Server

Official
by thenvoi

mark_agent_message_processed

Mark agent messages as successfully processed to update delivery status and timestamps in the Thenvoi MCP Server system.

Instructions

Mark a message as successfully processed by the agent.

Completes the current processing attempt with a system-managed timestamp.
Call this when the agent finishes processing a message successfully.

This endpoint automatically:
- Sets the current attempt's completed_at timestamp (system-managed)
- Sets the current attempt status to "success"
- Sets the agent's processed_at timestamp (system-managed)
- Updates the agent's delivery status to "processed"

Note: Requires an active processing attempt. If no processing attempt exists,
returns a 422 error. Call mark_agent_message_processing first.

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

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

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