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. Added

TDQS

A4.8/5.0
Behavior5/5

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

Beyond the annotations (readOnly, idempotent), the description explains the fan-out to SEC EDGAR, GDELT/GNews fallback logic, USPTO soft-fail status, and return structure (grouped changes[], total_changes, citation URIs). This adds substantial behavioral context that annotations alone do not convey.

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: it front-loads user-intent phrases, then states the core function, then details backends and output. A few extra paraphrases ('news on Tesla recently') could be trimmed, but every sentence contributes to mapping user questions to tool capabilities, so it's appropriately sized for 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?

For a tool with three parameters and no output schema, the description covers all essential context: what sources are hit, fallback and failure behavior, output shape, and the alternative tool. The presence of strong annotations (read-only, idempotent) and detailed parameter descriptions means the description can focus on behavioral nuance, which it does thoroughly.

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%, so the baseline is 3. The description adds value by giving examples for `since` ('7d', '30d', '1y') and a recommendation ('Use "30d" or "1m" for typical monitoring'), plus clarifying that `value` can be a ticker or CIK. This goes beyond the schema's stated types.

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 sample queries ('What's new with X' etc.) then clearly defines the tool: 'change feed for a company in the last N days/weeks/months in ONE parallel call.' It also distinguishes itself from entity_profile, making the purpose specific and 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?

Provides explicit usage guidance: 'Use entity_profile instead when you want the static profile ... regardless of window.' It also communicates the tool's scope via example queries and notes fallback behavior (GDELT->GNews), giving the agent strong direction on 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.5/5.0
Disambiguation2/5

Several tools have heavily overlapping purposes: ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, deep_research, validate_claim, and discover_tools all route to the same 5,743-tool catalog, and the six Polymarket tools (bet_research, polymarket_arbitrage, polymarket_edges, polymarket_edge_tracker, polymarket_fill_risk, polymarket_kalshi_spread) all target prediction-market analysis. Long descriptions clarify some boundaries, but an agent could easily misroute a query to the wrong variant.

Naming Consistency3/5

Names are mostly snake_case and readable, with consistent families like ask_pipeworx_* and polymarket_*, but conventions vary widely: verb-first (validate_claim, compare_entities, generate_llms_txt), noun-first (entity_profile, bet_research, recent_changes), and standalone verbs (remember, recall, forget). The pipeworx_ prefix is applied inconsistently, and get_memes sits apart from the data-tool naming style.

Tool Count2/5

32 tools exceeds the comfortable range and the count is inflated by near-duplicate variants (three ask_pipeworx versions, six Polymarket tools). The scope mismatch compounds the issue: the server is named imgflip but nearly all tools belong to Pipeworx data/prediction-market functionality, so the set feels bloated rather than deliberately scoped.

Completeness1/5

As an imgflip/meme server the surface is severely incomplete: get_memes explicitly refers to caption_image for creating memes, but that tool is absent, creating a dead end. The remaining tools cover a broad but unrelated Pipeworx data domain, so no coherent domain gets full lifecycle coverage and the tool set fails its apparent core purpose.