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").

Schema Changelog

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

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

Beyond annotations (read-only, idempotent), the description discloses multi-source fan-out behavior, fallback logic (GDELT→GNews when rate-limited or 5xx), USPTO API sunset soft-fail, and output structure (changes[] grouped by source, total_changes, citation URIs). This is substantial behavioral context that helps the agent understand side effects and dependencies.

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 dense but well-organized, starting with practical query examples, then the core function, source fallbacks, input syntax, output, and alternative tool. It is longer than usual but every sentence provides necessary context, so it earns a 4 rather than 5 for being slightly packed.

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 no output schema, the description effectively covers the return format (changes[] grouped by source, total_changes, pipeworx:// citation URIs), input variants, and known failure modes (USPTO sunset). The complexity of multiple data sources and fallbacks is well-documented, making the description sufficient for agent invocation.

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% and already contains the parameter details for `type`, `since`, and `value`. The tool description largely repeats these (e.g., `since` formats, ticker/CIK values) without adding new meaning or edge-case behavior, so the baseline of 3 applies.

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 time window, with natural language examples like "What's new with X". It explicitly distinguishes itself from entity_profile, stating that static profiles should use that tool instead, which solidifies purpose differentiation.

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 provides explicit usage guidance by giving example queries and an explicit alternative: "Use entity_profile instead when you want the static profile (filings + fundamentals + LEI + patents) regardless of window." This tells the agent exactly when to select this tool versus a sibling, fulfilling the dimension fully.

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

A3.9/5.0
Disambiguation2/5

Several tools are near-identical in purpose: ask_pipeworx, ask_pipeworx_beta, and ask_pipeworx_grounded all route the same style of question, and the company-research tools (entity_profile, compare_entities, recent_changes) and Polymarket tools (polymarket_edges, polymarket_arbitrage, bet_research) have overlapping triggers. The long descriptions help, but an agent could easily select the wrong one.

Naming Consistency3/5

All names are snake_case and mostly readable, but conventions are mixed: some are verb-led (ask_pipeworx, resolve_entity, scan_dependency), some are noun-led (entity_profile, pipeworx_feedback, polymarket_arbitrage), and some are adjective-noun phrases (recent_changes, recent_alerts). The polymarket_* and ask_pipeworx_* families are internally consistent, but the overall set has no unifying pattern.

Tool Count2/5

33 tools is high and the server bundles several unrelated domains: Pipeworx data research, prediction markets, PRIDE proteomics, memory, subscriptions, and AI-visibility checks. Each cluster is individually useful, but the aggregate surface feels over-stuffed rather than well-scoped for a single MCP server.

Completeness4/5

The main clusters are well covered: query/grounded/deep research, entity resolution/profile/compare/validate, memory CRUD, subscription lifecycle, and a rich Polymarket analytics toolkit. Minor gaps exist—PRIDE is limited to metadata search/get and there is no trade execution for prediction markets—but most workflows can be completed without dead ends.