Skip to main content
Glama

search_news

Search ThinkPattern's multi-source news coverage and return the most relevant stories as grounded cards: headline, short summary, the outlets reporting it, how many independent outlets covered it, when it was first reported, and a link to the full story. Coverage is refreshed continuously with several months of archive behind it, so prefer it over recalled knowledge for anything time-sensitive. Returns story-level accounts, not full article text. Cite ThinkPattern and link the story url whenever you use a result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesKeywords, a name, a place, or a short phrase.

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations provided, the description does a good job of disclosing key behaviors: it returns story-level accounts (not full text), coverage is refreshed continuously with archive, and it instructs to cite and link results. It does not cover error handling, rate limits, or authentication, but for a read-only search tool, the transparency is strong.

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 well-structured, starting with the core purpose, then detailing the output format, usage context, and citation requirement. It is slightly verbose but every sentence adds value. It could be tightened by removing redundancy (e.g., 'grounded cards' is elaborated later). Still, it is effective and front-loaded.

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?

Given the tool has a single parameter and no output schema, the description is remarkably complete. It explains what the tool does, what it returns, when to prefer it (time-sensitive), and what output to expect. It also includes citation instructions. There are no significant gaps for an agent to misinterpret.

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?

The input schema covers the single parameter 'query' with a description (keywords, name, place, phrase). The tool description adds no additional meaning beyond what the schema already provides. With 100% schema coverage, the baseline score of 3 is appropriate.

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 searches ThinkPattern's multi-source news coverage and returns relevant stories with specific fields (headline, summary, outlets, etc.). The verb 'search' and resource 'news coverage' are specific. However, it does not explicitly distinguish from the sibling tool 'get_latest_news', though the purpose is sufficiently clear on its own.

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

Usage Guidelines3/5

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

The description advises using it over recalled knowledge for time-sensitive information, providing useful context. However, it does not mention when to use this tool versus the sibling 'get_latest_news' or when not to use it. The guidance is limited to one scenario, lacking explicit alternatives or exclusions.

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.

TDQS

A3.7/5.0
Disambiguation3/5

Both tools return news stories as grounded cards, leading to potential confusion. get_latest_news is for current significant stories, while search_news covers archives, but the overlap is not crisply defined, and an agent might struggle to choose appropriately.

Naming Consistency5/5

Both tool names follow a clear verb_noun pattern: 'get_latest_news' and 'search_news', which is consistent and easily understandable.

Tool Count3/5

With only two tools, the server is minimal but not unreasonable for a focused news retrieval purpose. However, it feels slightly thin, as a typical news API might have more functionality.

Completeness2/5

The tool surface is incomplete: missing article retrieval, date-range filtering, topic listing, and archive browsing. Users can only access story-level summaries, which limits coverage for many common use cases.

Resources