Skip to main content
Glama
GaijinEntertainment

Pararam Nexus MCP

build_conversation_thread

Constructs a complete conversation thread by recursively gathering all replies to a root message, enabling users to view entire discussion chains in chronological order.

Instructions

Build a conversation thread starting from a root message.

Returns all messages that are replies to the root message or replies to those replies, recursively.

Args: chat_id: ID of the chat root_message_id: Post number to use as root of the conversation limit: Maximum number of recent messages to load and search (default: 100)

Returns: ToolResponse with BuildConversationThreadPayload containing flat list of all posts in the thread, sorted by post_no. Each post contains reply_to_post_no to reconstruct the tree structure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chat_idYes
root_message_idYes
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNoError message if operation failed
messageYesHuman-readable summary of the result
payloadNoThe actual response data
successYesWhether the operation was successful

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/GaijinEntertainment/pararam-nexus-mcp'

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