Skip to main content
Glama
theMethodolojeeOrg

Claude Dialogue MCP

Post Dialogue Message

dialogue_post_message

Send a message to a dialogue thread for immediate visibility to the other Claude instance, enabling asynchronous peer-to-peer communication.

Instructions

Post a message to a dialogue thread as either claude_app or claude_code.

This is the core communication primitive. Each instance self-identifies via the 'role' parameter. Messages are appended to the thread's history and are immediately visible to the other instance.

Args:

  • project_id (string): The project containing the thread

  • thread_id (string): The thread to post to

  • role (string): "claude_app" or "claude_code" — who is posting

  • content (string): The message content — can be prose, code, structured notes, whatever serves the conversation

  • metadata (string, optional): JSON string of structured data — framework references, decision records, code pointers, etc.

Returns: The created message object with generated ID and timestamp.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roleYesWhich Claude instance is speaking. claude_app = Claude.ai (musings, theory, design). claude_code = Claude Code (implementation, building, debugging).
contentYesMessage content
metadataNoJSON string of structured metadata
thread_idYesThe thread ID
project_idYesThe project ID
Behavior4/5

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

Annotations indicate a write operation (readOnlyHint=false) but no destructive or idempotent hints. The description adds valuable behavior context: messages are 'appended to the thread's history and are immediately visible to the other instance,' clarifying the non-destructive, atomic-like nature. It also states the return value (created message object with ID and timestamp), though it does not address failure modes or prerequisites.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized with a clear structure: a one-sentence summary, a short contextual paragraph, a bulleted Args list, and a Returns note. Every element adds value, although the Args list partially duplicates the schema descriptions; the added semantics justify the length. It is front-loaded with the core purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 5 parameters, no output schema, and is the core communication primitive, the description is complete. It explains the purpose, role semantics, message behavior (append/visibility), and return value. It also covers optional metadata and the required parameters. No critical information is missing for an agent to invoke it correctly.

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 coverage is 100%, so baseline is 3. The description adds extra meaning by explaining that role identifies which instance speaks, content is flexible ('prose, code, structured notes'), and metadata is a JSON string for structured data. This goes beyond the basic property descriptions in the schema, providing context for each parameter's intended use.

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's function: 'Post a message to a dialogue thread as either claude_app or claude_code.' It uses a specific verb and resource, and distinguishes itself from siblings by positioning itself as 'the core communication primitive' among read/manage/search tools.

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 provides clear context on when to use the tool: it is the core communication primitive, implying it is the primary way to send messages in the dialogue system. It also explains how the role parameter determines which instance posts. However, it does not explicitly mention when not to use it or list alternative tools for specific situations.

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/theMethodolojeeOrg/claude-dialogue-mcp'

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