Skip to main content
Glama
Eyalm321
by Eyalm321

zernio_get_post_comments

Retrieve all comments on a specific post, including replies, author details, timestamps, and IDs for replying or moderating.

Instructions

Get all comments on a specific post. Returns the full comment thread including replies, author names, timestamps, and comment IDs needed to reply or moderate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
postIdYesThe platform post ID (from zernio_list_commented_posts)
accountIdYesThe Zernio account ID that owns the post
Behavior3/5

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

With no annotations, the description must carry the full burden. It correctly identifies the operation as a read (Get all comments) and lists return fields, but does not disclose any behavioral traits like rate limits, authorization needs, or idempotency. It is adequate but not comprehensive.

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?

Two concise sentences: first states the action and primary purpose, second details the returned data. No redundant information, well front-loaded.

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 simple read tool with two parameters and no output schema, the description covers the main purpose, parameter origins, and return content. It could mention pagination or authentication scope, but overall it is sufficiently complete.

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?

Both parameters (postId, accountId) have descriptions that add value: postId tells the user where to obtain it (from zernio_list_commented_posts), which is helpful for usability. AccountId identifies the owner. Schema coverage is 100%, so the description enhances the schema's built-in documentation.

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 verb 'Get' and resource 'comments on a specific post', and details what is returned (full thread, replies, author names, timestamps, comment IDs). This distinguishes it from sibling tools like zernio_list_commented_posts (which lists posts) and zernio_reply_to_comment (which acts on comments).

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 implies usage context (retrieve comment data needed to reply or moderate) but does not explicitly state when to use this tool vs alternatives, nor does it mention any prerequisites or exclusions.

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/Eyalm321/zernio-mcp'

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