Skip to main content
Glama

xpay✦ Finance Collection

getFMPArticles

Access the latest articles from Financial Modeling Prep with the FMP Articles API. Get comprehensive updates including headlines, snippets, and publication URLs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default: 0)
limitNoLimit on number of results (default: 20)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. First observed

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the transparency burden. It discloses the return fields (headlines, snippets, URLs), which is helpful. However, it does not mention pagination behavior, rate limits, or the exact time scope of 'latest', leaving gaps in behavioral detail.

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 reasonably concise at two sentences. The first sentence is slightly verbose but not excessive; the second sentence adds useful details. No redundant information is present.

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?

For a simple tool with only two optional parameters and no output schema, the description covers core functionality and return content. However, the large sibling context of news tools creates ambiguity, as the description does not clarify how 'FMP Articles' differs from other news sources, making it minimally complete.

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 fully describes both parameters (page and limit) with defaults, so the description does not need to add much. It adds no extra context about how pagination interacts with article recency or ordering, so baseline 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 identifies the resource (FMP Articles API) and the action (access latest articles), mentioning return content (headlines, snippets, URLs). It is specific enough to distinguish from generic news tools, though it could explicitly differentiate from getGeneralNews.

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?

There is no guidance on when to use this tool versus the many similar news endpoints like getGeneralNews, getStockNews, or getCryptoNews. No alternatives, exclusions, or prerequisites are mentioned.

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