News
newsTop Hacker News headlines right now - title, URL, score, comments. Fresh links for agents that need current tech/startup signal. Try GET /news/sample.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
newsTop Hacker News headlines right now - title, URL, score, comments. Fresh links for agents that need current tech/startup signal. Try GET /news/sample.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses the output contents and freshness, which is useful, but it does not explain ordering, limit behavior, pagination, errors, or rate limits. The 'Try GET /news/sample' line is vague and adds little concrete behavioral detail.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is short and front-loaded with the most important information. The first two sentences earn their place, but the final 'Try GET /news/sample' sentence is vague and does not add clear actionable value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple no-required-parameter list tool, the description conveys what data comes back and when it is useful. However, without an output schema or annotations, it omits response item structure, ordering semantics, and how limit interacts with results, so completeness is only partial.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The only parameter, limit, has 0% schema description coverage and is never mentioned in the description. An agent gets no guidance on how limit affects results or what a sensible value is, and the description was the only place that could have compensated for the schema gap.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the resource as current Hacker News headlines and lists the returned fields (title, URL, score, comments), which separates it from siblings like search or read_web_page. It lacks an explicit imperative verb, but 'Top Hacker News headlines right now' conveys the retrieval intent well.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It gives a clear use case: agents that need current tech/startup signal and fresh links. It does not name alternatives or exclusion criteria, but the recency framing makes the intended context reasonably explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.