Skip to main content
Glama

HYPERneobroker.com

Get insider trades

get_insider_trades
Read-onlyIdempotent

Recent insider transactions from SEC Form 4 filings (EDGAR, as-filed): insider name, role, transaction code (P=purchase, S=sale, A=grant, etc.), shares, price per share, and filing date for the 5 most recent Form 4s. Args: ticker (e.g. AAPL). Free public data, no key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYesTicker, e.g. AAPL (symbol also accepted)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already cover the safety profile (readOnly, idempotent, non-destructive), but the description adds real behavioral value: data provenance (EDGAR, as-filed), a hard result cap of 5 filings, and that no API key is required. It stops short of noting freshness/caching, so it is good rather than exhaustive.

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?

A single dense sentence front-loads the resource and source, then enumerates return fields, then the argument, then the cost/model. No filler and nothing is buried.

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

Completeness5/5

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

With no output schema, the description compensates by enumerating exactly what is returned (name, role, transaction code, shares, price, filing date) and decoding the transaction codes, plus the result limit and access model. An agent has everything needed to call and interpret it.

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 coverage is 100% and the single ticker parameter is already fully documented in the schema (including that a symbol is accepted). The description's 'Args: ticker (e.g. AAPL)' adds no meaning beyond that, so the baseline 3 for high-coverage schemas applies.

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?

States a specific verb and resource (get recent insider transactions) plus the authoritative source (SEC Form 4 filings via EDGAR) and the exact scope (5 most recent filings). An agent can distinguish this from get_fundamentals or get_earnings_history without opening the schema.

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 implies when this tool applies (you want recent insider buying/selling activity) but never names an alternative or states when not to use it. Siblings like get_fundamentals and get_earnings_history are adjacent enough that an explicit routing cue would help, and none is given.

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