Skip to main content
Glama

Recent announcements across funds

list_events
Read-onlyIdempotent

Lists recent announcements across all U.S. closed-end funds (buy-back offers, votes, closings, mergers, offers of new shares, payout notices), newest first, each with the fund, the deadline and what to do, from SEC filings, with as-of dates and links to the original documents. Results are informational, read automatically from public filings and may contain errors; always show the source link and never present results as personal investment advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoOnly one kind of announcement, written as its code: tender_offer (offer to buy back shares), tender_update (buy-back offer updated), tender_result (buy-back offer results), proxy_contest (a fight over the shareholder vote), liquidation (closing down), open_ending (vote on becoming a regular mutual fund), term_change (vote on the fund's planned closing date), merger (folding into another fund), merger_acquirer (taking in another fund), rights_offering (offer of more shares to holders), share_offering (may sell new shares), managed_distribution (fixed payout notice), preferred_redemption (repaying borrowed money), deregistration (stopped reporting to the regulator), delisting (shares no longer trade).
sinceNoOnly announcements filed on or after this date, written YYYY-MM-DD.
only_openNoTrue = only announcements a holder can still act on.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior5/5

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

Annotations already mark the operation as read-only, idempotent, and non-destructive. The description adds valuable behavioral context: results are informational, read automatically from public filings, may contain errors, and must always show the source link and never be presented as investment advice. This goes beyond annotations and sets expectations for reliability and usage.

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 well-structured: front-loaded with the main purpose, then details of content, followed by caveats. While slightly long, each sentence contributes (scope, content, reliability, advice disclaimer), with no filler. It earns its length.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description explains the return structure (fund, deadline, what to do, as-of dates, links) and the data source (SEC filings). It covers the essentials for an agent to call and interpret results, though pagination or result limits are not mentioned, which is a minor gap.

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

Parameters3/5

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

Schema coverage is 100%, so all three parameters (kind, since, only_open) are fully documented in the schema with detailed descriptions. The tool description adds no additional parameter meaning beyond what the schema provides, matching the baseline of 3 for high coverage.

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 states the tool lists recent announcements across all U.S. closed-end funds, specifying the types (buy-back offers, votes, closings, etc.) and the content per item (fund, deadline, action). This specific verb-resource-scope combination distinguishes it from fund-specific tools like get_fund_events.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for cross-fund announcement scanning but does not explicitly contrast with siblings like get_fund_events or latest_filings, nor state when to prefer this tool over alternatives. The scope is clear but exclusions or conditions are missing.

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.

Resources