Skip to main content
Glama

Insider transactions

finnhub_insider_transactions
Read-only

Insider transactions (Form 3/4/5 filings) for a company, optionally within a date range. Finnhub REST: GET /stock/insider-transactions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoEnd date, yyyy-mm-dd (optional).
fromNoStart date, yyyy-mm-dd (optional).
symbolYesStock ticker symbol, e.g. 'AAPL' (required).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, and the description adds the REST GET method and the Form 3/4/5 filing types, which provide useful context. However, it does not go beyond that to describe output format, pagination, or any limitations, so it meets the baseline but lacks rich behavioral detail.

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 two sentences, front-loaded with the key purpose and followed by the API endpoint. No filler or redundant information, achieving high clarity in minimal space.

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 a simple read-only tool with three parameters and no output schema, the description gives enough context: the data type (insider transactions), the filing category (Form 3/4/5), and the optional date range. It doesn't describe the return fields but the purpose is clear within the Finnhub family context.

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?

All three parameters have full schema descriptions covering symbol, from, and to with formats and optionality. The description's mention of 'optionally within a date range' aligns with the schema but adds no extra meaning, so the schema carries the burden.

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 resource as insider transactions (Form 3/4/5 filings) for a company with an optional date range, which distinguishes it from sibling tools like market news or financials. The REST endpoint GET /stock/insider-transactions reinforces the intended action, even though no explicit verb like 'retrieve' is used.

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 usage for obtaining insider transaction filings for a company, optionally filtered by date, but it does not explicitly state when to choose this tool over siblings or mention exclusions. No direct alternatives are named, though the sibling list shows distinct financial data endpoints.

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.