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.9/5.0
Behavior5/5

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

The description discloses behavioral traits well beyond the annotations: it mentions parallel fan-out to SEC EDGAR, GDELT/GNews fallback, USPTO patent source with a note about API sunset and soft-fail, plus the return format (changes[], total_changes, citation URIs). This provides rich context that annotations (readOnly, openWorld, idempotent) do not cover. No contradiction with annotations.

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 well-structured and front-loaded with example queries, then states the core purpose, then provides source/fallback details, parameter format, return structure, and alternative tool. Every sentence adds value, and the length is justified by the tool's complexity. It is not bloated or redundant.

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 there is no output schema, the description sufficiently explains the return value (changes[], total_changes, pipeworx:// citation URIs). It covers sources, fallback behavior, date format, and explicitly contrasts with entity_profile, making it complete for an agent to select and invoke correctly.

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

Parameters4/5

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

While schema coverage is 100%, the description adds extra meaning: it explains `since` accepts ISO date or relative shorthand with concrete examples ('7d', '30d', '3m', '1y') and recommends '30d' or '1m' for monitoring. This goes beyond the schema's description of `since` as 'Window start'.

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 states this is a change feed for a company over a time window, with specific verb 'change feed' and resource 'company'. It distinguishes itself from the sibling entity_profile by explicitly saying 'Use entity_profile instead for the static profile', and provides example queries showing its purpose.

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: it names entity_profile as the alternative for static profiles regardless of window, and gives example query phrasings ('What's new with X') to indicate when to use this tool. It also explains the fallback behavior (GDELT to GNews on rate limit/5xx), which helps decide when to invoke it.

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.7/5.0
Disambiguation2/5

Several tools have unclear boundaries: ask_pipeworx and ask_pipeworx_beta are explicitly identical in behavior today, while discover_tools and suggest_questions overlap as discovery/onboarding entry points. The Polymarket tools also blur together across arbitrage, edges, edge tracking, and fill risk, making tool selection prone to mistakes despite long descriptions.

Naming Consistency3/5

Names are consistently lowercase snake_case and readable, but they mix conventions: some are clear verb_noun actions like validate_claim and compare_entities, while others are noun-led like recent_alerts and entity_profile, or domain-prefixed like polymarket_edges and opensensemap_nearby. There is no single predictable naming pattern across the set.

Tool Count2/5

At 34 tools, this exceeds the 25+ threshold for a heavy tool set, and the tools span several unrelated domains: OpenSenseMap sensors, Pipeworx data access, Polymarket research, memory, subscriptions, and AI visibility. A server named Opensensemap hosting this much unrelated functionality feels poorly scoped.

Completeness3/5

The OpenSenseMap portion covers nearby discovery, box lookup, and area averages, but lacks historical/time-series access and station lifecycle operations, which are notable gaps for a sensor data server. The broader Pipeworx surface has strong lookup, research, validation, and subscription coverage, so the main incompleteness is in the named domain.