Skip to main content
Glama

OptimistFi

Insider transactions

get_insider_trades
Read-only

Recent insider (Form 4) transactions for ONE company (ticker/name/CIK), newest first.

The PER-COMPANY insider feed — the complement to get_insider_window, which is the market-wide
"who bought the most across all issuers" scan. Reads the store first (no submissions-index
ceiling), so an active issuer's Form 4 history is not truncated to the latest ~1,000 filings.
Each record names the insider, transaction code (P=open-market buy, S=sell, A=grant, M=option
exercise, F=tax withholding, …), shares and dollar value. Returns "insider_trade" envelopes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNo
limitNo
startNo
entityYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

Beyond the readOnlyHint annotation, the description adds real behavioral context: it reads the store first to avoid the ~1,000-filing submissions-index ceiling, and it explains that records include the insider name, transaction code legend (P/S/A/M/F), shares, and dollar value, and that it returns 'insider_trade' envelopes. This tells an agent exactly what to expect.

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 compact and front-loaded: the first sentence states the core purpose and scope, the second provides the sibling contrast, and the third adds behavioral detail and output shape. There is no filler, and every sentence earns its place.

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 the core invocation, the description is sufficiently complete: it identifies the required entity parameter, the per-company scope, the ordering, the behavioral advantage, and the output envelope. The only meaningful gap is the lack of guidance on optional start/end and limit parameters, which prevents a perfect score.

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

Parameters2/5

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

The schema has 0% description coverage, so the description must compensate for the parameters. It only clarifies that entity accepts a ticker/name/CIK; it does not explain the start/end date formats, the meaning of limit, or how these interact with the 'newest first' ordering. Most optional parameters remain under-specified.

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 states a specific verb and resource: it returns recent insider (Form 4) transactions for ONE company, identified by ticker/name/CIK, newest first. It also explicitly contrasts itself with get_insider_window, making the tool's scope instantly distinguishable from its closest sibling.

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?

The description explicitly names get_insider_window as the market-wide complement ('who bought the most across all issuers') and positions this tool as the per-company feed. This gives clear guidance on when to use this tool versus the alternative, leaving no ambiguity about scope.

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