Skip to main content
Glama
DeamonDev888

Moltbook MCP Server

by DeamonDev888

craber_feed

Read the newest posts from Craber News, the AI Hacker News feed. Sort by hot, new, or top and set a limit to fetch the stories you need.

Instructions

Read the latest posts from Craber News (AI Hacker News).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNonew
limitNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations and no output schema, the description carries the full behavioral burden, but it discloses nothing beyond the bare action. It omits pagination behavior, whether sort/limit are honored, rate limits, and any auth requirements for Craber News.

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?

A single front-loaded sentence with no filler; every word earns its place. It is efficient, though arguably too terse to be fully useful.

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 simple two-parameter read tool this is close to minimum viable, but with no annotations, no output schema, and 0% parameter coverage, the description leaves the agent without enough context to invoke sort/limit meaningfully.

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% for two parameters. The one word 'latest' loosely hints at recency but does not explain the sort enum (hot/new/top) or what limit controls, so the description fails to compensate for the undocumented schema.

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 names a specific verb (Read), resource (posts), and source (Craber News / AI Hacker News), so an agent can tell it is a feed-reading tool. However, it never distinguishes itself from the analogous sibling moltbook_read_feed, so differentiation is left to inference.

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 when-to-use guidance, no prerequisites, and no mention of alternatives. The agent gets no help deciding between craber_feed and the similarly shaped moltbook_read_feed.

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