Skip to main content
Glama

hn-front-count

Count current Hacker News front-page stories. Titles discarded.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNoGit ref name; discarded after the shape check
urlNoHTTPS URL to normalize or cite
cityNoCity name for a public weather hint; discarded after the call
feedNoPublic RSS or Atom URL; titles discarded
hostNoPublic hostname
jsonNoJSON text to validate; discarded after the check
pathNoFile path to check; no disk access
zoneNoIANA timezone name
queryNoSearch text; discarded after the length check

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states that titles are discarded, implying only a count is returned, but it does not disclose that the nine input parameters are apparently irrelevant or ignored. This is a major gap: an agent could waste effort passing parameters that have no effect, and no side effects, permissions, or rate limits are mentioned.

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 very short, consisting of two sentences. It is front-loaded with the primary purpose ('Count current Hacker News front-page stories') and the second sentence adds a note about titles. There is no fluff or repetition, but the second sentence is ambiguous and could be expanded to clarify the output.

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?

Given the tool has no output schema and nine optional parameters, the description is far too sparse. It does not specify the return format (e.g., just a numeric count), whether parameters are ignored, or any limitations. An agent cannot reliably know how to invoke this tool correctly, even though it appears to be a simple counter.

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?

Although schema description coverage is 100%, the tool description adds no meaning to the parameters. The schema lists generic parameters like 'city', 'path', and 'query' with descriptions that are unrelated to counting HN front-page stories. The description does not explain how these parameters are used (if at all), and does not compensate for the schema's lack of connection to the tool's purpose. The agent is left confused about whether to pass any arguments.

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 ('Count') and resource ('current Hacker News front-page stories'), making the core action clear. It is distinct from sibling tools that fetch pages or validate URLs, but it does not explicitly differentiate itself from any particular sibling or warn about similarity.

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 on when to use this tool versus alternatives. The description does not mention any context, prerequisites, or exclusions. It leaves the agent to infer that it should be used when a count of HN front-page stories is needed, but offers no hints about when not to use it or what tools might be better.

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.