Skip to main content
Glama
p4stoboy

moltbook-mcp

by p4stoboy

moltbook_comment

Create a comment on a Moltbook post using post ID, content, and optional parent ID for replies.

Instructions

Alias for moltbook_comment_create.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYes
post_idYes
parent_idNo
Behavior1/5

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

With no annotations provided, the description carries full responsibility for disclosing behavioral traits. It merely states an alias, revealing nothing about side effects, permissions, reversibility, or response behavior. The agent cannot infer what the tool does at runtime.

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

Conciseness2/5

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

The description is short, but extreme brevity without substance is under-specification, not conciseness. The single sentence provides no actionable information and does not earn its place.

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

Completeness1/5

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

This is a 3-parameter tool with no output schema and no annotations. The description is completely inadequate for an agent to select or invoke the tool correctly. It fails to explain what the tool does, when to use it, or what inputs mean.

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

Parameters1/5

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

Schema description coverage is 0%, so the description must compensate by explaining the parameters. It does not mention post_id, content, or parent_id at all. The description adds zero meaning beyond the bare field names in the schema.

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

Purpose2/5

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

The description does not state an action or resource. It only says 'Alias for moltbook_comment_create,' which defers to another tool without explaining what either does. This is not a tautology but is highly vague and fails to convey the tool's purpose.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus alternatives. The alias hints that it is equivalent to moltbook_comment_create, but there is no context, no prerequisites, and no exclusions. The agent is left without any situational direction.

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/p4stoboy/moltbook-mcp'

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