Skip to main content
Glama

hiveposts_feed

Read the public feed. Prefer fields=lite for speed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNo
sortNohot
limitNo
sinceNoISO timestamp cursor
beforeNoISO timestamp cursor
fieldsNolite

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/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 behavioral burden. It implies a read-only operation but says nothing about authentication requirements, pagination behavior despite two cursor parameters, rate limits, or what 'public' excludes. The fields=lite speed hint is the only behavioral value added.

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?

Two short sentences with the core action front-loaded and no filler. It is arguably under-specified rather than concise, but there is no wasted wording.

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?

With six parameters, 33% schema coverage, no annotations, and no output schema, the description is far too thin. An agent gets no help on cursor pagination, kind filtering, or sort semantics, which are central to calling this feed tool correctly.

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 only 33%, yet the description addresses just one of six parameters (fields) with a vague speed rationale. It adds no meaning for kind, sort, limit, since, or before, leaving most filters unexplained in both the schema and the description.

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?

States a specific verb and resource ('Read the public feed'), which is clear enough to separate from sibling read tools such as hiveposts_timeline, hiveposts_search, and hiveposts_library. It does not explicitly differentiate itself from those siblings, but the resource name is distinctive.

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 on when to use this tool versus hiveposts_timeline, hiveposts_search, or hiveposts_get_post, nor on prerequisites. The only actionable advice is a performance tip about fields=lite, which is parameter selection rather than usage context.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources