Skip to main content
Glama
bibo242

haraj-mcp

by bibo242

comments

Fetch paginated replies for any post by supplying its post ID. Use page and oldest_first parameters to control ordering and navigate through the full conversation.

Instructions

Comment list for a post. Required: post_id. Optional: page, oldest_first (default true).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
post_idYes
oldest_firstNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.0

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It discloses that this is a read-style list operation and notes the page and oldest_first options, which is useful. It does not cover response shape, pagination size, or any side effects, so it is adequate but not rich.

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?

A single sentence packs the purpose and all parameter guidance with no filler. The required parameter is front-loaded before the optional ones.

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

Completeness3/5

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

For a simple list tool with three parameters and no output schema, the description gives the critical input requirements. It is missing return-value details and any pagination semantics, but the tool's low complexity makes the omission moderate rather than severe.

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

Parameters2/5

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

Schema description coverage is 0%, so the description needed to explain the parameters, but it mostly restates the schema: post_id required, page optional, oldest_first default true. It adds no meaning about page indexing, page size, or what oldest_first ordering means beyond the parameter name.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb-resource pair: 'Comment list for a post.' It clearly identifies the operation and target resource. It does not explicitly distinguish it from siblings like get_post_details or notes, so it misses the top score.

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 context is clear: this tool is for retrieving comments on a post, and the required post_id is explicitly stated. There are no exclusions or alternatives mentioned, but the intended use case is evident from the one-line context.

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

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/bibo242/Haraj-MCP'

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