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

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

Discloses rich behavioral detail beyond the readOnly/idempotent annotations: fans out to SEC EDGAR, GDELT→GNews fallback behavior, USPTO soft-fail due to PatentsView API sunset, and the exact return structure (changes[] grouped by source, total_changes, pipeworx:// citation URIs). This is substantial added context.

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 front-loaded with user-intent phrases, then efficiently packs essential details—sources, fallbacks, date formats, return shape, and alternative tool—into a dense but well-organized paragraph. Every sentence earns its place; no filler or redundancy.

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 (multi-source, fallback logic, date parsing, output schema absent), the description covers all critical aspects: source APIs, fallback strategy, error/soft-fail behavior, return format, and an explicit alternative. An agent can confidently decide to invoke this tool and know what to expect.

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 baseline is 3. The description adds value by providing concrete date format examples ('7d', '30d', '3m', '1y') and a recommended default for typical monitoring, helping agents choose appropriate `since` values. It doesn't add much for `type`/`value` beyond the schema, but the extra usage guidance justifies a 4.

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 defines the tool as a change feed for a company over a time window, with explicit examples ('What's new with X') and a concrete verb phrase. It distinguishes itself from siblings by explicitly naming entity_profile as the alternative for static profiles, making the purpose unmistakable.

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 guidance via NLP-style examples, and directly states 'Use entity_profile instead when you want the static profile... regardless of window.' It also offers practical parameter advice ('Use "30d" or "1m" for typical monitoring'), going beyond a vague 'when needed'.

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

A4/5.0
Disambiguation3/5

Some tools have distinct purposes (e.g., color tools, memory tools), but many data query tools (ask_pipeworx, ask_pipeworx_grounded, deep_research, entity_profile) overlap significantly, making it hard for an agent to choose the right one without deep knowledge of their nuances.

Naming Consistency4/5

Most tool names use snake_case with a verb_noun pattern (e.g., convert_color, identify_color, resolve_entity), but there is inconsistency in prefixes: some use 'ask_pipeworx', others 'pipeworx_', 'polymarket_', or 'scan_'. Overall, still readable and predictable.

Tool Count3/5

33 tools is on the high side for a single server, especially one named 'colorapi' which misleadingly suggests a focus on color only. The tool count is borderline appropriate for the actual broad data integration scope, but the mismatch with the server name is problematic.

Completeness4/5

The tool set covers a wide range of data sources and operations (SEC, FDA, patents, news, Polymarket, memory, subscriptions), with few obvious gaps. Minor lacks: no direct tool for updating stored memories or handling non-US companies, but overall comprehensive.