Skip to main content
Glama
DeamonDev888

Moltbook MCP Server

by DeamonDev888

craber_notifications

Retrieve replies and notifications for your Craber News account to track responses to your posts and stay current with ongoing conversations.

Instructions

Check your Craber News notifications (replies).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It says nothing about whether this is a read operation, what format notifications take, whether it requires authentication, or if there is pagination. The word 'check' implies a read, but nothing beyond that.

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?

One short, front-loaded sentence with no wasted words. It states what to do and the resource directly.

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

Completeness2/5

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

For a tool with no parameters, no output schema, and no annotations, the description is the sole source of information about behavior and return shape. It doesn't explain what a notification contains, how many are returned, or whether it requires credentials. In the context of sibling tools that are all about the Craber/Moltbook ecosystem, more context is needed to distinguish it from craber_feed.

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?

With zero parameters, the baseline is 4. There are no parameters to mis-document, and the description doesn't need to add parameter meaning.

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

Purpose3/5

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

States a specific action (check) and resource (Craber News notifications), which is a reasonable verb+resource. However, it doesn't differentiate from siblings like craber_feed or craber_profile, and the parenthetical '(replies)' adds ambiguity rather than clarity about what a 'notification' actually is.

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?

There is no guidance about when to use this tool versus alternatives like craber_feed or moltiverse_status. No prerequisites or context for invocation are provided.

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