Skip to main content
Glama

Finance Feeds

Read Feed

read_feed
Read-onlyIdempotent

Read a curated finance & markets feed by its id (from list_feeds). Returns normalized items (title, link, published, summary). Optionally filter items by keyword.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
feedYesCurated feed id (from list_feeds).
limitNoMax items (1-50, default 20).
queryNoKeyword filter over item title/summary.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "feed": "bloomberg-markets"
      +  },
      +  {
      +    "feed": "reuters-finance",
      +    "limit": 10,
      +    "query": "earnings"
      +  }
      +]
  2. First observed

TDQS

A4/5.0
Behavior4/5

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

The description adds value beyond the annotations by disclosing the output format ('normalized items (title, link, published, summary)') and the filtering capability. This complements the readOnlyHint/idempotentHint annotations, which already cover safe, read-only behavior. However, it does not mention potential error conditions or rate limits, so it stops short of a perfect score.

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 only two sentences, with the core action front-loaded and every clause earning its place. It efficiently conveys the purpose, required input, return format, and an optional filter without unnecessary words.

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 tool's simplicity, the description is fairly complete. It covers the prerequisite (list_feeds), return fields, and optional filter. It does not explicitly mention limit behavior (though the schema documents it) or detail what 'normalized' means, but for a read-only feed tool with solid annotations, the context is sufficient.

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 the baseline is 3. The description adds minimal extra meaning beyond the schema: it clarifies the feed is 'curated finance & markets' and that query filters over title/summary, but these are mostly echoed in the schema property descriptions. It does not significantly enhance parameter understanding.

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 states the tool reads a curated finance & markets feed by id and returns normalized items, with a specific verb and resource. It references list_feeds for id lookup, but does not explicitly distinguish itself from the sibling tool fetch_feed, so it misses the top mark for sibling differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context on how to use the tool: it requires a feed id from list_feeds, and mentions optional keyword filtering. It does not explicitly state when not to use it or name alternatives, but the prerequisite from list_feeds gives sufficient usage guidance.

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.

TDQS

A4.1/5.0
Disambiguation4/5

Most tools have distinct purposes, but there is overlap among query tools (ask_pipeworx, ask_pipeworx_grounded, deep_research) and several Polymarket-specific tools. Descriptions help differentiate, but some confusion is possible.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern (e.g., ai_visibility_check, compare_entities, validate_claim). No mixing of conventions, and naming is predictable.

Tool Count3/5

33 tools is a high count for a finance server, including many meta-tools (memory, subscriptions, feedback) that are not finance-specific. The core finance set is reasonable, but the overall surface feels heavy.

Completeness3/5

The server covers many data sources (SEC, FRED, FDA, etc.) but lacks direct stock quotes or fundamental CRUD operations. Some areas (e.g., Polymarket, AI visibility) are over-represented, leaving gaps in core finance tasks.