Skip to main content
Glama
rnakashima1

Local News Matters MCP server

by rnakashima1

list_recent_articles

Retrieve a list of recently published Local News Matters articles via the WordPress REST API. Use it to browse or search for current news content.

Instructions

List the most recently published Local News Matters articles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
per_pageNo
response_formatNojson

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.6/5.0
Behavior2/5

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

No annotations provided, so description carries full burden. Doesn't mention pagination (per_page param), sorting order (most recent first implied but not stated), or response format options. Missing critical behavioral context for a list tool.

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 that is concise and front-loaded with the core purpose. No wasted words, but also no structure for additional necessary information.

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?

With output schema present, return values needn't be explained. However, for a list tool with 2 params at 0% schema coverage and no annotations, description should explain pagination, default behavior, and how to choose between this and search_articles. Incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and description adds no parameter explanations. per_page and response_format are undocumented in both schema and description, leaving agent unable to understand their purpose or constraints.

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?

States a specific verb (List) and resource (articles) but doesn't distinguish from siblings like search_articles or get_article. The 'Local News Matters' domain is clear, but no explicit differentiation from similar tools.

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 vs search_articles or get_article. Agent must infer from tool name alone that this is for browsing recent articles, not searching or fetching specific ones.

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