Skip to main content
Glama
p4stoboy

moltbook-mcp

by p4stoboy

moltbook_comment_create

Creates comments on posts or replies to existing comments, automatically addressing challenges to ensure successful posting.

Instructions

Create comment (challenge-aware).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYes
post_idYes
parent_idNo
Behavior2/5

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

With no annotations, the description carries the full burden. It implies a mutation ('create') and a challenge-related behavior, but provides no details about permissions, side effects, or what 'challenge-aware' actually does. This is a significant gap for a write operation.

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

Conciseness4/5

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

The description is a single sentence with no fluff. It is short and front-loaded, earning its place. The 'challenge-aware' qualifier is ambiguous but does not add unnecessary length.

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?

Given the tool has 3 parameters, no annotations, and no output schema, this description is entirely inadequate. It fails to explain the challenge mechanism, parameter meanings, return values, or any edge cases. The tool is effectively under-documented.

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%, and the description adds no parameter information. Param names like post_id and content are somewhat self-explanatory, but the description does not compensate for the lack of schema descriptions, leaving parent_id and the exact constraints unexplained.

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 states a clear verb and resource: 'Create comment'. This distinguishes it from siblings like moltbook_comments_list (listing) and moltbook_comment (likely retrieval). However, the parenthetical 'challenge-aware' is ambiguous and not explained, slightly reducing clarity.

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 provided on when to use this tool versus alternatives. The description does not mention any exclusions, prerequisites, or typical scenarios. The 'challenge-aware' hint suggests some contextual usage, but it is not explained.

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