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 declare readOnlyHint, openWorldHint, idempotentHint; the description adds valuable behavioral context: it fans out to multiple sources, describes fallback logic (GDELT→GNews), notes soft-fail for USPTO due to API sunset, explains 'since' parameter formats, and outlines the return structure (changes[], total_changes, URIs). 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single paragraph that efficiently packs multiple details (use cases, sources, fallback, return structure, sibling distinction). It is front-loaded with usage examples, but could be slightly more structured for easier scanning. Still, every sentence earns its place.

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 complexity (multiple data sources, fallback logic, parameter formats) and the lack of an output schema, the description thoroughly covers how to use the tool, what to expect, and how it differs from a sibling. No gaps remain for correct invocation.

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

Parameters5/5

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

Schema description coverage is 100%, but the description adds extra meaning: it explains the 'since' parameter's ISO date and relative shorthand formats with examples, recommends '30d' or '1m', and clarifies that 'value' accepts ticker or CIK. This goes beyond the schema's brief descriptions.

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 starts with concrete user queries (e.g., 'What's new with X') and then explicitly states it's a change feed for a company in a time window via one parallel call. It lists the specific sources (SEC EDGAR, GDELT→GNews, USPTO) and clearly distinguishes itself from the sibling tool 'entity_profile' by stating when to use that instead.

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 example queries that map to the tool's use, and directly tells when NOT to use it by directing to 'entity_profile' for static profiles. This gives clear when-to-use and when-not-to-use 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

A3.9/5.0
Disambiguation3/5

Several tool families overlap heavily: ask_pipeworx, ask_pipeworx_beta, and ask_pipeworx_grounded share routing and differ mainly in grounding/output, while polymarket_edges, polymarket_arbitrage, polymarket_kalshi_spread, and bet_research all surface opportunity-like signals. Strong descriptions mitigate but do not eliminate the risk of selecting the wrong one.

Naming Consistency3/5

Most tools use snake_case, but conventions mix verb-first names (resolve_entity, generate_llms_txt), noun-first names (entity_profile, recent_alerts, polymarket_edges), and object-verb names (ai_visibility_check, bet_research). The polymorphic ask_pipeworx variants and pipeworx_* prefix group add further inconsistency, though each individual cluster is internally readable.

Tool Count2/5

32 tools is well beyond the 16-25 range flagged as heavy, and the set includes unrelated subdomains: prediction markets, memory storage, npm dependency scanning, AI visibility probes, llms.txt generation, and a single meeting-analysis tool. The count feels like a bundled platform rather than a focused server.

Completeness3/5

The dominant Pipeworx data/research/prediction-market surface is strong: query, grounded query, deep research, entity resolution, comparison, change feeds, claim validation, arbitrage, fill-risk, subscriptions, and memory are covered. However, the server's namesake 'could have been email' domain contains exactly one tool, and unrelated utilities like generate_llms_txt and scan_dependency are not developed beyond single functions, leaving those implied surfaces incomplete.