Skip to main content
Glama

XOOMAR market data

SEC Form 4 insider trades

insider_trades

Insider transactions from SEC Form 4: insider name and title, transaction code, shares, price, value, date. History for a ticker from filings since 2020 (from, to and limit select the window, up to 2,000 rows) or the latest trades across companies (type P for open-market purchases, S for sales).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoYYYY-MM-DD (ticker history only)
fromNoYYYY-MM-DD (ticker history only)
typeNoP purchases, S sales (latest view only)
limitNoNewest rows in the window (ticker history only, default 200)
tickerNoUS ticker symbol, e.g. GME. Class shares as on the SEC list, e.g. BRK-B.
windowNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. 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 full burden of behavioral disclosure. It does reveal useful traits: data available since 2020, up to 2,000 rows, and the two modes. But it omits important behaviors such as what happens with no parameters, how 'latest' is defined, whether results are sorted, and what the response structure looks like.

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 at two sentences, and the key output details are front-loaded. However, the second sentence is a long run-on that mixes the two modes into one clause; breaking it into separate sentences or bullets would improve scannability.

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

Completeness2/5

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

The tool has 6 parameters, 0 required, no output schema, and two distinct modes. The description fails to cover the window parameter entirely, does not explain parameter interactions (e.g., can ticker be combined with type?), and does not state defaults when no arguments are supplied. This leaves significant gaps for an agent deciding how to call the tool correctly.

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 description coverage is 83%, so the baseline is 3. The description adds minimal beyond the schema: it groups from/to/limit as 'select the window' and explains type P/S, but the schema already conveys most of that. Critically, the window parameter is not mentioned in the description and has no schema description, so the meaning of '7d/30d/90d' remains unexplained.

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 states the tool returns insider transactions from SEC Form 4, lists the specific data fields (insider name/title, transaction code, shares, price, value, date), and distinguishes the two primary modes: ticker history and latest trades across companies. However, it does not explicitly contrast itself with sibling tools such as insider_clusters or planned_insider_sales, so it falls short of full differentiation.

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

Usage Guidelines4/5

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

The description gives clear conditions for using the two modes: from/to/limit for ticker history, and type P/S for latest trades across companies. It does not, however, provide any guidance about when to prefer this tool over sibling alternatives, nor does it state exclusions like 'do not use when tracking planned sales'.

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.