Skip to main content
Glama

Server Details

Real-time Claude & Anthropic news from your own Claude — free, no API key.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

2 tools
recent_newsBInspect

Renvoie les dernières actualités de Claude / Anthropic du corpus Claude News.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoNombre d'articles (défaut 10).

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the basic function but does not disclose any side effects, authentication requirements, rate limits, or output format. It also does not mention that this is a read-only operation or any implications of the 'limit' parameter beyond what the schema already states. The description adds minimal behavioral context beyond the core action.

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?

The description is a single, concise sentence that gets straight to the point. It is front-loaded with the primary action and resource, with no filler or redundant wording. Every word contributes to the meaning, making it efficient and easily scannable.

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?

Given the simplicity of the tool (one optional parameter, no output schema, no annotations), the description provides the essential functionality but lacks context for use cases and alternatives. It does not explain when to choose recent_news over search_news, nor does it mention any behavioral traits such as ordering or result format. It is minimally adequate but leaves room for improvement in guiding the agent.

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 100% of the parameters (only 'limit', described as 'Nombre d\'articles (défaut 10)'). The description does not add any additional meaning to the parameter beyond what is already in the schema. Since schema coverage is high, the description is not expected to repeat that information, earning a baseline score of 3.

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 it returns the latest news about Claude/Anthropic from a specific corpus ('Renvoie les dernières actualités de Claude / Anthropic du corpus Claude News'). The verb 'renvoie' and the specific resource (latest news from Claude/Anthropic) make the purpose unambiguous. Although it doesn't explicitly contrast with search_news, the focus on 'dernières actualités' (recent news) distinguishes it from a search operation.

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 no guidance on when to use this tool versus the sibling search_news. It does not mention any alternative or conditions under which one should be preferred. No explicit or implied exclusions are provided, leaving the agent without direction on choosing between the two news-related tools.

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

search_newsAInspect

Recherche dans le corpus Claude News : l'actualité de Claude et d'Anthropic (modèles, Claude Code, recherche, sécurité, business) du dernier mois. Renvoie les articles pertinents avec titre, source, date, catégorie, résumé et URL à citer.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoNombre de résultats (défaut 8, max 25).
queryYesLa requête de recherche (FR ou EN).

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that it searches the last month's corpus and returns specific fields, but does not mention any caveats such as rate limits, authentication needs, or behavior when no results are found. The return format is helpful, but minimal additional behavioral context 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.

Conciseness5/5

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

The description is a single, well-structured sentence that packs the purpose, scope, and return format without redundancy. It is front-loaded with the main action and all information is relevant.

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 search tool with 2 parameters and no output schema, the description adequately explains the return format and the temporal scope. It lacks details on pagination or sorting, but these are not critical for a basic search. It is sufficiently complete for the tool's complexity.

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 both parameters (query and limit) are already documented. The description does not add extra meaning beyond what the schema specifies, such as language support (already in schema) or default limit (also in 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 action (search), the resource (Claude News corpus), and the scope (last month, topics). It distinguishes itself from the sibling 'recent_news' by emphasizing query-based retrieval versus likely a recent-list function.

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 implies this tool is for searching when a query is provided, but it does not explicitly state when to use it versus the sibling 'recent_news'. There is no exclusion guidance or mention of alternatives, only an implicit distinction based on the search verb.

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

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    A personal news lens MCP server that uses Claude's web search to find articles relevant to your life, scoring them by causal reachability and providing a brief while tracking your attention concentration.
    13
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Connects Claude Desktop to Notion and YouTube transcripts with one-click installation, enabling natural language queries about your pages and video content.
    5
    2
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.6/5.0
Disambiguation5/5

The two tools are clearly distinct: recent_news fetches the latest articles, while search_news performs a targeted query with filtering and summarization. No overlap or ambiguity exists.

Naming Consistency4/5

Both tools use snake_case and end with '_news', showing a consistent theme. However, one uses an adjective (recent_news) and the other a verb (search_news), so the grammatical pattern is not perfectly uniform.

Tool Count3/5

With only 2 tools, the set feels thin for a news-focused server. It is functional but leaves little room for variety; however, the minimal count is reasonable for a narrow, read-only news corpus.

Completeness4/5

The tools cover the two core user needs: browsing recent news and searching the corpus. No update/delete operations are expected in a read-only news context, so the surface is adequate with minor gaps (e.g., no category-specific filter tool).

Resources