Skip to main content
Glama
secapi-dev

secapi-mcp

Official
by secapi-dev

insider_trades

Retrieve insider trading transactions from Form 4 filings by company ticker, with filters for buy/sell activity, date range, and transaction value.

Instructions

Search insider trading transactions (Form 4 filings) by company ticker. Filter by buy/sell activity, transaction type, and date range. Returns officer and director trades.

Examples:

  • insider_trades({ ticker: "TSLA", activity: "buying", limit: 10 })

  • insider_trades({ ticker: "NVDA", activity: "latest" })

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
tickerYes
endDateNo
activityNoFilter: all transactions, buying only, selling only, or latestall
minValueNoMinimum transaction value in USD
startDateNo
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It fails to mention read-only nature, pagination, rate limits, data freshness, or behavior on invalid tickers. The description only states it 'returns officer and director trades' without further behavioral context.

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 concise, with two short paragraphs and two examples. It front-loads the purpose and filtering options. However, the second sentence about examples could be integrated more smoothly.

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?

Given 6 parameters and no output schema, the description is incomplete. It lacks information about return format (e.g., fields returned), error handling, pagination, and specifics like date format validation. The tool's complexity merits more detail.

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?

With only 33% schema description coverage, the description adds value through examples showing parameter combinations, but does not explain each parameter's meaning beyond the schema. For instance, endDate references startDate but no description; the description doesn't elaborate on date format or minValue usage.

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 searches insider trading transactions (Form 4 filings) by ticker, with filtering options. It distinguishes itself from broader sibling tools like search_filings by specifying 'insider trades' and 'Form 4'.

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 provides example calls indicating typical use cases, but does not explicitly state when to avoid this tool or mention alternative tools for different types of financial data. Usage is implied rather than explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/secapi-dev/secapi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server