Skip to main content
Glama
simplejacks-public

@simplejacks/news-mcp

get_best_of_the_rest

Retrieve curated best-of-the-rest tax news headlines from the public newspaper feed.

Instructions

GET /best-of-the-rest.json from the public newspaper (curated field). Public newspaper only. Not tax advice. Headlines may be outbound. Do not fetch Hopper.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It mentions that headlines may be outbound and that it is not tax advice, which are minor traits. However, it does not disclose read-only nature, potential authentication needs, rate limits, or response format. The 'Do not fetch Hopper' instruction hints at a constraint but lacks context. This is insufficient for a tool with no annotation support.

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 concise, about four short sentences, and front-loads the core action (GET request). Each sentence conveys a distinct piece of information without unnecessary verbosity. However, the abrupt inclusion of 'Not tax advice' and 'Do not fetch Hopper' feels slightly disjointed and could be better integrated.

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

Completeness3/5

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

For a no-parameter GET tool, the description covers the core action and scope, but leaves open questions: what the response looks like (no output schema), why Hopper should be avoided, and whether any authentication is needed. Its brevity is adequate but not fully complete, leaving an agent with some uncertainty about the tool's behavior.

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?

The tool has zero parameters, so the schema coverage is trivially 100% and there is nothing to document. Per the baseline for 0 parameters, a score of 4 is appropriate because the description does not need to add parameter meaning beyond what the empty schema already conveys.

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 clearly states it performs a GET on /best-of-the-rest.json from the public newspaper's curated field. It is specific about the resource and scope ('public newspaper only'), though it does not explicitly name sibling tools to distinguish itself, it conveys a distinct purpose.

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?

The description provides a caution about not fetching Hopper and notes 'public newspaper only', but it does not explain when to use this tool over its siblings (e.g., get_edition, get_feed) or what conditions would lead to choosing an alternative. There is no explicit when/when-not guidance relative to the other tools.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/simplejacks-public/news-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server