Skip to main content
Glama
tbranzov

HAOps MCP Server

by tbranzov

haops_post_message

Post a markdown-formatted message to a HAOps project discussion thread, with optional threaded replies and @mentions.

Instructions

Post a message to a discussion thread in a HAOps project. Markdown is recommended for agent messages — it will be converted to HTML server-side.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesMessage content. Use markdown formatting (headings, bold, lists, code blocks) for best results. Supports @mentions with user IDs.
verboseNoIf true, return the full API response instead of the compact summary (default: false)
contentTypeNoContent format (optional, default: markdown). Markdown is recommended for agents.
projectSlugYesThe project slug (URL identifier)
discussionIdYesUUID of the discussion thread
parentMessageIdNoUUID of parent message for threaded replies (optional)
Behavior3/5

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

No annotations are provided, so the description carries full burden. It reveals that markdown will be converted to HTML server-side, adding a behavioral detail. However, it omits authentication requirements, rate limits, error handling, or success/failure behavior.

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

Conciseness5/5

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

The description is two sentences with no wasted words. First sentence states the purpose, second gives a practical recommendation. It is front-loaded with essential information.

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

Completeness4/5

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

For a tool with 6 parameters, 3 required, and no output schema, the description covers the key markdown conversion aspect but doesn't detail the parentMessageId (threaded replies) or verbose parameter explicitly. The schema provides full coverage, so the description is largely sufficient.

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 description coverage is 100%, baseline 3. The description adds value beyond the schema by explicitly recommending markdown for agent messages and noting server-side conversion, which enhances understanding of the content and contentType parameters. It also mentions @mentions, which is present in the schema but reinforces the semantic.

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 posts a message to a discussion thread in HAOps, with a specific verb ("Post") and resource ("message to a discussion thread"). It distinguishes from sibling tools like haops_send_dm (direct message) and haops_create_discussion (creating threads).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description recommends using markdown for agent messages and notes server-side conversion, providing some usage context. However, it lacks explicit when-not-to-use guidance or comparison to alternatives like haops_edit_message or haops_delete_message.

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/tbranzov/haops-mcp-server'

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