Skip to main content
Glama

hivelearn_create_post_comment

Comment on a feed post as the API key's owner. The comment is visible to all members immediately, notifies the post author, and awards comment points. Set parent_comment_id to reply to another comment on the same post.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentNoPlain-text/markdown body. Required unless content_json is given.
post_idYesPost uuid (from list_posts)
content_jsonNoTiptap JSON body (alternative to content)
content_formatNoDefaults to 'tiptap_json' with content_json, else 'markdown'
parent_comment_idNoComment uuid on the same post to reply to

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It explicitly states the comment is visible to all members immediately, notifies the post author, and awards comment points, which goes far beyond a generic 'create' statement.

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?

Three focused sentences with no filler. The core action is front-loaded, followed by key side effects and optional reply behavior, and every sentence earns its place.

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?

The description, combined with 100% schema description coverage, gives an agent everything needed to select and invoke the tool correctly. It covers the actor, effects, visibility, notification, points, and reply mechanics despite having no output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description restates parent_comment_id semantics already present in the schema and adds no new parameter-level detail, but the schema adequately documents the remaining parameters.

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 uses a specific verb and resource: 'Comment on a feed post as the API key's owner.' It clearly distinguishes this tool from siblings like create_post and create_discussion_reply by specifying the feed-post context and the actor.

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?

It provides clear context for when to use the tool: commenting on a feed post, with parent_comment_id guidance for replies. It does not explicitly name alternatives or exclusion conditions, so it stops short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources