Skip to main content
Glama

Edgar & Edgarette: SEC Filing Boards

get_charter_amendments

Charter Amendments. SEC 8-K Item 5.03 · articles, bylaws, fiscal year · renames flagged. Sourced from SEC EDGAR; every row links to its filing. Free, CC BY 4.0.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNomax rows, default 50, ceiling 200 — the reply carries total/returned/truncated, and `more` links the full board

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / limit / description
      Previous value: -"max rows, default 50"New value: +"max rows, default 50, ceiling 200 — the reply carries total/returned/truncated, and `more` links the full board"
  2. First observed

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral burden. It usefully discloses the SEC EDGAR source, that every row links to its filing, and the CC BY 4.0 license. It does not mention data freshness, rate limits, or coverage limits, but for a read-only list-style tool this is acceptable.

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 compact and front-loaded with the topic name, quickly adding filing type, subject coverage, source, link behavior, and license in a few words. Every segment earns its place, though the telegraphic style is somewhat bare.

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?

For a tool with no required parameters, a complete parameter schema, and a simple list-retrieval purpose, this description provides sufficient context: it names the data source, the filing category, the covered subjects, and the per-row linking behavior. It stops short of explicitly stating the return shape, but the SEC EDGAR and filing-link details make the use case clear.

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?

The input schema already documents the only parameter, `limit`, including its default, ceiling, and the response metadata (total/returned/truncated and `more`). With 100% schema description coverage, the tool description does not need to add parameter details; it adds a row-level fact about filing links but nothing about the parameter itself.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource as charter amendment filings under SEC 8-K Item 5.03 remain articles, bylaws, and fiscal year terms. Although it lacks an explicit verb like 'retrieve' or 'list,' the domain is specific enough to distinguish it from sibling tools such as get_agreements or get_annual_meetings.

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 scope is precisely stated—SEC 8-K Item 5.03 amendments to articles, bylaws, and fiscal year—so an agent can infer when to use it. However, no alternatives or exclusion conditions are mentioned, leaving routing decisions among the sibling tools to implicit domain separation.

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.