Skip to main content
Glama

NewzAI News MCP server

get_full_article

Read-only

Fetches the full article content for a given news item ID. Returns the complete text of the article along with metadata such as title, source, and publication date.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
news_idYesID of the news item to fetch the full article for
languageNoOutput language code for the article content (e.g., 'en' for English). It is not a filter — the article may be in its original language or translated.en

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.6/5.0
Behavior3/5

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

The description does not add behavioral traits beyond the annotations (readOnlyHint=true, destructiveHint=false). It mentions the return of metadata like title, source, and publication date, which is mildly helpful but does not disclose error handling, rate limits, or side effects. Annotations already cover safety, so no contradiction.

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 two sentences with no unnecessary words. It efficiently conveys the tool's purpose and output. Every sentence adds value.

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?

Given the presence of an output schema, the description adequately covers the return value. It does not discuss constraints like article existence or language translation behavior, but it is sufficient for a simple fetch tool with clear annotations. Slight deduction for missing usage guidance.

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 already provides descriptions for both parameters (news_id and language), covering 100%. The description adds no additional semantic meaning beyond what the schema offers. Baseline score of 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 fetches the full article content for a given news item ID, specifying the verb 'Fetches' and the resource 'full article content'. It also mentions the return of metadata, which distinguishes it from sibling tools like get_news_headlines that likely return only summaries.

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 is provided on when to use this tool versus alternatives. It does not mention when not to use it or suggest sibling tools like get_news_headlines for shorter summaries. The description focuses solely on what the tool does without context for selection.

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