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

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

Annotations already declare readOnly, idempotent, openWorld, and non-destructive. The description adds substantial behavior beyond annotations: parallel fan-out to EDGAR, GDELT→GNews fallback (with failure conditions), USPTO soft-fail due to PatentsView API sunset, and the specific return shape (changes[] grouped by source, total_changes, pipeworx:// citation URIs). No contradiction.

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 dense but every clause earns its place: intent phrases, fan-out behavior, fallback logic, date formats, return structure, and alternative tool reference. It is long but not repetitive or padded; front-loading the intent phrases helps agents recognize applicability.

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?

Despite having no output schema, the description covers return format, source behavior, parameter syntax, and an explicit alternative. For a multi-source fan-out tool, this is complete and self-sufficient guidance.

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?

Schema coverage is 100% with all three parameters described. The description adds practical guidance beyond schema: relative shorthand examples ('7d', '30d', '3m', '1y'), a typical value for monitoring ('30d' or '1m'), and clarifies value can be ticker or CIK. This earns one point above the baseline.

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 opens with concrete user-intent phrases ('What's new with X', 'latest on Y'), then states a specific verb+resource: 'change feed for a company in the last N days/weeks/months in ONE parallel call.' It clearly distinguishes from siblings by naming entity_profile as an alternative for static profiles.

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?

Provides explicit when-to-use via intent examples and gives a clear exclusion: 'Use entity_profile instead when you want the static profile... regardless of window.' The description also clarifies the window semantics with 'since' formats and typical usage ('30d' or '1m').

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

Multiple tools have blurry boundaries: ask_pipeworx, ask_pipeworx_beta, and ask_pipeworx_grounded are near-identical (beta is explicitly 'exactly' the stable version), and ai_visibility_check vs scan_competitor_ai_presence is a single-vs-batch duplicate. The six polymarket_* tools are differentiated by long descriptions, but their overlapping concerns (edges, arbitrage, fill risk, spread) would frequently misroute an agent, and discover_tools vs suggest_questions also compete.

Naming Consistency3/5

Names follow two coexisting conventions: verb_noun for actions (get_data, resolve_entity, validate_claim) and domain-prefixed families (polymarket_*, pipeworx_*, ask_pipeworx_*). Within each family the pattern is consistent, but mixing the two styles across the set, plus outliers like generate_llms_txt and bare verbs (remember, forget, recall), makes the overall scheme feel uneven though still readable.

Tool Count2/5

34 tools is well past the 'heavy' threshold and the count is not justified by the server's stated identity: a server named 'Statec Lu' (Luxembourg statistics) contains only 3 STATEC tools buried among general data-platform, prediction-market, AI-visibility, npm-scanning, and memory utilities. The sprawling, multi-domain surface would be more coherent split into separate servers.

Completeness3/5

The STATEC subset is complete (list_dataflows → dataflow_structure → get_data forms a full browse/fetch lifecycle), and the broader research surface covers entity resolution, grounded answers, comparison, claim verification, and subscription/alert/memory management. However, the overall domain is incoherent—a STATEC server missing nothing for statistics but carrying 31 unrelated tools—and there are notable gaps such as no tool to directly fetch a pipeworx:// citation URI and no execution side for the extensive Polymarket analysis tools.