Skip to main content
Glama

xpay✦ Finance Collection

getLatestHouseDisclosures

Access real-time financial disclosures from U.S. House members with the FMP Latest House Financial Disclosures API. Track recent trades, asset ownership, and financial holdings for enhanced visibility into political figures' financial activities.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination
limitNoLimit the number of results

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. First observed

TDQS

A3.5/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the type of data (trades, asset ownership, holdings) but does not disclose pagination behavior, data freshness limits, or the exact response structure. For a real-time data API, the lack of detail about how 'latest' is defined and how pagination works is a notable gap.

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 two sentences and effectively front-loads the core purpose. Every sentence provides useful information without redundancy, and the structure is clean and easy to parse.

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

Completeness3/5

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

Given the tool's simplicity (2 optional params, no output schema), the description provides adequate context about the tool's purpose and content but lacks details on response format, pagination behavior, and data limits. Without an output schema, the description should compensate more fully to set expectations for the returned data.

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 covers both parameters (page, limit) with descriptions, achieving 100% schema coverage. The description adds no additional semantic meaning for these parameters, so the baseline of 3 applies. It does not explain how pagination parameters interact with the 'latest' disclosures.

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's function: accessing real-time financial disclosures from U.S. House members. It specifies the resource (House financial disclosures) and the action (access/track), and it implicitly distinguishes from sibling tools like getLatestSenateDisclosures by focusing on the House.

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 gives context about when this tool is relevant (tracking political figures' financial activities) but does not explicitly state when to use it over alternatives like getLatestSenateDisclosures or getHouseTrades. The usage guidance is implied rather than explicit, lacking exclusionary or comparative statements.

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