Skip to main content
Glama

Server Details

Real-time news and trending topics from major sources

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 DescriptionsB

Average 3.4/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a distinct purpose: get_top_news retrieves only Hacker News top stories, get_trending combines both Hacker News and The Guardian for a topic, and search_guardian focuses solely on The Guardian. No overlap creates ambiguity.

Naming Consistency5/5

All tool names follow the consistent 'get_<descriptor>' pattern using snake_case, making the naming predictable and easy to understand.

Tool Count5/5

With three tools covering top news, trending topics, and Guardian-specific search, the count is appropriate for a focused news server. Each tool serves a clear need without unnecessary clutter.

Completeness4/5

The server provides good coverage for real-time news consumption, but lacks a direct Hacker News search and might benefit from a general article fetcher by ID. These are minor gaps that do not severely hinder typical workflows.

Available Tools

3 tools
get_top_newsBInspect

Get top stories from Hacker News. Returns title, URL, score, author, and comment count.

ParametersJSON Schema
NameRequiredDescriptionDefault
typeNoStory type: top, new, best, ask, show (default: top)top
limitNoNumber of stories (max 30, default 20)
Behavior3/5

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

Discloses returned fields but omits behavioral details like auth, rate limits, or data freshness. With no annotations, some transparency is provided.

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?

Single sentence with clear verb and resource, but could include limit constraint. Efficient overall.

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

Completeness2/5

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

Fails to mention that the tool can fetch other story types (new, best, etc.) via 'type' parameter, potentially leading to misinterpretation. Incomplete for a simple tool with no output schema.

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 covers 100% of parameters, description adds no extra meaning beyond schema. Baseline score applies.

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 verb 'Get' and resource 'top stories from Hacker News', distinguishing it from siblings like 'search_guardian'.

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?

No guidance on when to use this tool versus alternatives like 'get_trending' or 'search_guardian'. Lacks context for decision-making.

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

search_guardianAInspect

Search The Guardian for news articles. Supports filtering by section and date.

ParametersJSON Schema
NameRequiredDescriptionDefault
qNoSearch query (default: artificial intelligence)artificial intelligence
limitNoNumber of articles (max 25, default 10)
sectionNoSection filter: technology, science, business, world, politics
date_fromNoFilter articles from this date (YYYY-MM-DD)
Behavior2/5

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

No annotations provided; description lacks behavioral details such as rate limits, authentication, error handling, or return format. Only mentions filtering capabilities already in schema.

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?

Two concise sentences with no filler. Front-loaded with purpose, efficient.

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?

Adequate for basic use with 4 parameters and no output schema, but missing details on result format, pagination, or error handling. Leaves gaps for a search tool.

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 covers 100% of parameters, so baseline is 3. Description adds minimal value beyond restating filter support; does not clarify parameter interaction or format beyond 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?

Clearly states 'Search The Guardian for news articles' with verb and resource. Distinguishes from siblings like get_top_news and get_trending by implying it's for general search.

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?

Implied usage for general search queries against specific sets like top news or trending, but no explicit when-to-use or alternatives mentioned.

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