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?

Annotations already declare readOnlyHint/idempotentHint/destructiveHint, so the description doesn't need to restate safety. It adds substantial behavioral context: multi-source fan-out (SEC EDGAR, GDELT→GNews, USPTO), rate-limit fallback, soft-fail for patents, and the return structure. This goes well beyond annotations, giving the agent a clear model of what happens when the tool runs.

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?

Despite being long, every sentence contributes: user intents, core function, source details, fallback logic, parameter syntax, return shape, and alternative. It's a single dense paragraph that front-loads the most important information (what it does) before getting into specifics. 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?

The tool is complex (multi-source, fallback, flexible date parsing, citation URIs), and the description covers all these aspects without needing an output schema. It explains the return structure, source grouping, and limitations (patents soft-fail). It also positions the tool within the sibling set via the entity_profile contrast, making it fully contextualized.

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 extra value by clarifying `since` formats (ISO vs relative shorthand) with examples and a recommended usage ('Use "30d" or "1m" for typical monitoring'). This goes beyond the schema's basic description, though it doesn't add much for `type` and `value` since those are already well-described.

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 intents ('What's new with X', 'latest on Y') and then clearly defines the tool: 'change feed for a company in the last N days/weeks/months in ONE parallel call.' It also explicitly contrasts with sibling tool entity_profile, which targets static profiles. This is a specific verb+resource+scope definition that distinguishes it from alternatives.

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 triggers (queries about recent changes, news, updates) and a direct when-not-to-use recommendation: 'Use entity_profile instead when you want the static profile... regardless of window.' Also describes fallback behavior (GDELT→GNews, PatentsView sunset) which helps an agent decide if this tool fits the request.

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
Disambiguation4/5

Most tools have distinct purposes due to detailed descriptions. Some overlap exists, especially among research tools (ask_pipeworx, ask_pipeworx_grounded, deep_research) and prediction market tools, but boundaries are clear enough for an agent to differentiate.

Naming Consistency4/5

The majority follow a consistent verb_noun pattern with underscores (e.g., get_cpi, list_subscriptions). A few deviations exist (e.g., forget, recall, pipeworx_feedback using a prefix), but overall the pattern is predictable.

Tool Count2/5

With 34 tools, the server exceeds the typical well-scoped range of 3-15 tools. While it covers many domains, the high number makes the set feel heavy and harder to navigate, warranting a score of 2 according to calibration.

Completeness4/5

The tool set is comprehensive for its broad scope, covering economic data, company research, prediction markets, and utilities. Minor gaps exist (e.g., missing explicit GDP or stock quote tools), but the powerful ask_pipeworx meta-tool fills many gaps.