Skip to main content
Glama

xpay✦ Finance Collection

getLatestInsiderTrading

Access the latest insider trading activity using the Latest Insider Trading API. Track which company insiders are buying or selling stocks and analyze their transactions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoDate of insider trades (YYYY-MM-DD)
pageNoPage number (default: 0)
limitNoLimit on number of results (default: 100, max: 100)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. First observed

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description must disclose behavioral traits, but it only states that it accesses latest activity and tracks transactions. It does not mention pagination behavior, data recency definitions, rate limits, or any limitations. The schema's default page/limit provide some context, but the description itself adds little.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise at two sentences but includes an unnecessary reference to 'the Latest Insider Trading API' and a somewhat redundant second sentence. It earns a middling score because it is not as crisp as it could be.

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 and complete schema coverage, the description is mostly adequate, but with no output schema and no annotations, it would benefit from mentioning what fields are returned (e.g., insider name, company, transaction type). The lack of any caveats or exclusions leaves some gaps.

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 provides comprehensive descriptions for date, page, and limit (100% coverage). The description does not add any additional meaning about how these parameters affect results, so baseline 3 applies.

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 tool as accessing the latest insider trading activity and tracking insider buys/sells. It is specific about the resource and action, though it does not explicitly contrast with sibling search tools like searchInsiderTrades.

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

Usage Guidelines2/5

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

No explicit guidance is provided on when to use this tool versus alternatives such as searchInsiderTrades or getInsiderTradeStatistics. The description only states what the tool does, leaving the user to infer appropriate use cases.

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