Skip to main content
Glama

Recent Changes

recent_changes
Read-onlyIdempotent

"What's new with X" / "latest on Y" / "what happened to Z this week / month / quarter" / "updates on Acme" / "news on Tesla recently" / "what's happening with Apple" — change feed for a company in the last N days/weeks/months in ONE parallel call. Fans out to SEC EDGAR (filings since since), GDELT→GNews fallback (news mentions in window — GDELT preferred, GNews when rate-limited or 5xx), USPTO (patents granted; PatentsView API sunset May 2025 so this soft-fails until reactivated). since accepts ISO date ("2026-04-01") or relative shorthand ("7d", "30d", "3m", "1y"). Returns structured changes[] grouped by source + total_changes count + pipeworx:// citation URIs. Use entity_profile instead when you want the static profile (filings + fundamentals + LEI + patents) regardless of window.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYesEntity type. Only "company" supported today.
sinceYesWindow start — ISO date ("2026-04-01") or relative ("7d", "30d", "3m", "1y"). Use "30d" or "1m" for typical monitoring.
valueYesTicker (e.g., "AAPL") or zero-padded CIK (e.g., "0000320193").

TDQS

A4.7/5.0
Behavior5/5

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

The description richly discloses behavior beyond annotations: it fans out to SEC EDGAR, uses GDELT with GNews fallback on rate-limit/5xx, notes the USPTO PatentsView API sunset and soft-fail, and describes the return structure (changes[] grouped by source, total_changes, and pipeworx:// URIs). Annotations already mark it read-only/non-destructive, and the description adds significant context without contradicting them.

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 front-loaded with concrete user-phrase examples, then efficiently explains source routing, parameters, return shape, and the alternative tool. Each sentence carries unique information—there is no filler or redundancy—making the length justified by the tool's complexity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's multi-source fan-out, fallback logic, recent-window semantics, and no output schema, the description is remarkably complete. It covers return structure, `since` syntax, source behaviors, and a clear alternative for static-profile needs, so an agent can confidently select and invoke it without additional documentation.

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 covers all three parameters with clear descriptions (type enum, since formats, value examples), so the baseline is 3. The description adds only modest value by restating ISO/relative formats and suggesting "30d" or "1m" for typical monitoring, but it does not introduce meaning substantially beyond the schema.

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 identifies the tool as a change feed for a company over a recent window, anchored by multiple concrete natural-language examples ("What's new with X", "latest on Y"). It also names the specific data sources (SEC EDGAR, GDELT/GNews, USPTO) and explicitly distinguishes itself from entity_profile, making its purpose unambiguous.

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

Usage Guidelines5/5

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

The description gives explicit when-to-use guidance via query patterns ("what happened to Z this week/month/quarter") and provides a direct alternative: "Use entity_profile instead when you want the static profile...". It also clarifies fallback behavior and a recommended default (`since` of "30d" or "1m"), which helps an agent decide when to invoke this tool.

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

C2.5/5.0
Disambiguation2/5

Multiple tools overlap in purpose: quote/quote_short/historical_price/intraday for price data; balance_sheet/income_statement/cash_flow for financials; search_symbol/search_name/discover_tools for lookup; and a cluster of Pipeworx routers (ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, deep_research, validate_claim) with unclear boundaries. Agents will frequently select the wrong tool.

Naming Consistency3/5

All tool names use consistent snake_case, but naming conventions vary widely: noun phrases (balance_sheet, entity_profile), bare verbs (forget, subscribe), verb+noun (compare_entities, resolve_entity), and adjective+noun (historical_price, recent_alerts). No single pattern dominates, making it harder to guess tool names.

Tool Count2/5

55 tools is excessive for a server labeled 'Fmp'. The core financial data tools are perhaps 20-25, while the rest are unrelated: memory utilities, prediction market analyzers, web scraping, and meta-routing tools. This bloated set dilutes the server's purpose and burdens the agent with irrelevant options.

Completeness2/5

For the declared domain (FMP financials), the set covers the main statements but lacks tools like segment data, insider trades (listed as paid), or ownership details (also paid). Conversely, it includes many tools for prediction markets and general data retrieval that don't belong here, creating a mismatch between server name and actual capability.