Skip to main content
Glama

Find similar news

find_similar
Read-only

Find other news articles about the same story as a given article URL, across the index (the last 7 days by default). Useful to see how other outlets covered a story. US$2.20 per 1,000 calls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe article URL whose story to find elsewhere.
daysNoOnly the last N days, 1 to 365. Defaults to 7.
max_resultsNoHow many results, 1 to 25. Defaults to 10.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes
cachedNo
resultsYes
cost_usdYes
warningsNo
referenceNo
incompleteNoThe time or token budget ran out: there may be more.
request_idYes
near_missesNoOnly when nothing matched: the closest articles, which may not be about it.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the safety profile is covered. The description adds the default 7-day window and pricing, but does not go beyond that into behavior like result ordering, failure modes, or how 'similar' is determined.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three short sentences with no filler; the core action is front-loaded, followed by a use case and pricing. Every sentence earns its place.

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

Completeness5/5

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

For a simple read-only tool with a complete input schema and an output schema, the description covers the essential context: what it finds, the default window, and cost. Nothing critical is missing for an agent to invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents url, days, and max_results. The description only restates the URL anchor and default time window, adding no meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Find other news articles about the same story as a given article URL.' This clearly distinguishes the tool from siblings like search_news (query-based) and get_contents (fetching an article's content) by anchoring on a URL and story similarity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives a concrete use case ('Useful to see how other outlets covered a story') and sets the default scope ('last 7 days by default'). It does not explicitly name alternatives or exclusion criteria, but the URL-based similarity framing makes the intended context clear.

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