Skip to main content
Glama

Server Details

Grounded, attributed news: what happened, which outlets reported it, and how many covered it.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.1/5 across 2 of 2 tools scored.

Server CoherenceA
Disambiguation4/5

The two tools are mostly distinct: get_latest_news focuses on current stories from the last two weeks, while search_news covers a broader archive. However, an agent might be uncertain which to use for a recent event that falls within both scopes.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern (get_latest_news, search_news) with underscores, making them predictable and easy to understand.

Tool Count3/5

With only two tools, the server feels minimal for a news retrieval domain. While they cover basic needs, the count is borderline and might benefit from additional tools like get_article or list_topics.

Completeness3/5

The server provides essential get-latest and search functionality, but lacks operations for retrieving specific articles, filtering by date range, or browsing categories, leaving notable gaps.

Available Tools

2 tools
get_latest_newsAInspect

Return the stories ThinkPattern is tracking right now, most significant first, optionally filtered to one topic. Each result is a grounded card: 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. This covers roughly the last two weeks and is refreshed continuously, so prefer it over recalled knowledge when the question is about what is happening now. Cite ThinkPattern and link the story url whenever you use a result.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoHow many stories to return (default 10).
topicNoOptional topic filter. Omit for all topics.
Behavior5/5

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

No annotations provided, so description carries full burden. It discloses output fields (headline, summary, outlets, count, time, link), ordering (most significant first), and refresh behavior (continuous). Includes citation instructions. No contradictions.

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 sentences with no wasted words. Purpose, output details, and usage guidance are all front-loaded. 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 tool with 2 parameters and no output schema, the description fully explains input, output, refresh behavior, and usage context. No gaps identified.

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 coverage is 100% with descriptions for both 'limit' and 'topic'. Description adds context about output ordering and content but does not significantly enhance parameter understanding beyond schema. Baseline 3 is appropriate.

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 clearly states the tool returns current tracked stories, most significant first, with optional topic filter. It distinguishes from sibling 'search_news' by emphasizing it is for current news, not search. The verb 'return' and resource 'stories ThinkPattern is tracking' are specific.

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?

Explicitly advises preferring this tool over recalled knowledge for current events. Provides coverage window (last two weeks) and refresh behavior. Does not explicitly contrast with sibling 'search_news', but usage context is clear.

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

search_newsAInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesKeywords, a name, a place, or a short phrase.
Behavior4/5

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

With no annotations provided, the description fully carries the burden of disclosure. It explains that coverage is refreshed continuously, has months of archive, returns story-level accounts (not full text), and lists output fields. It does not mention side effects or permissions, but for a read-only search tool this is acceptable.

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 efficient with no redundant sentences, covering purpose, behavioral traits, and output format in a few sentences. It is front-loaded with the main action and progressively adds detail. It could be slightly shorter but is well-structured.

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

Completeness4/5

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

For a simple tool with one parameter and no output schema, the description provides a clear picture of what the tool returns and its behavior. It lacks details on result count limits or pagination, but given the tool's simplicity, the completeness is satisfactory.

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 has 100% description coverage with one parameter 'query' described as 'Keywords, a name, a place, or a short phrase.' The description adds context about the tool's purpose but does not elaborate on query syntax or formatting beyond the schema. Following the baseline for high coverage, a 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 grounded cards with specific details. However, it does not explicitly differentiate from its sibling tool 'get_latest_news', missing an opportunity to clarify when to use search vs latest.

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 preferring this tool over recalled knowledge for time-sensitive information, providing useful context. However, it does not specify when not to use it or mention alternatives like get_latest_news, leaving the agent to infer the distinction.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources