Skip to main content
Glama

Stratalize Intelligence

get_sec_insider_trading

Read-only

SEC Form 4 insider transaction history — executive buy/sell filings in the last 90 days with filing dates and links. Returns insider activity signal. Source: SEC EDGAR. Cryptographically attested with a post-quantum signed settlement receipt. Verify at trust.stratalize.com/verify. $0.02 USDC per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds useful operational behavior: the data source (SEC EDGAR), a $0.02 USDC cost per call, and a post-quantum signed settlement receipt with verification URL. It does not describe exact output structure or error behavior, but the core read-only nature is reinforced.

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: primary purpose first, scope and return content second, then source, attestation, verification, and cost. Every fragment adds useful information and there is no redundant or filler text.

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 one-parameter read-only tool with no output schema, the description covers what data is returned (filings, dates, links, signal), the lookback window, source, verification, and cost. It does not specify the exact response format or error behavior, but it is sufficient for most selection and invocation decisions.

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?

There is only one parameter, ticker, and the schema provides its name, type, and length but no description. The tool description does not explicitly explain that ticker should be a US-listed company's stock symbol, though the parameter name and SEC Form 4 context make it reasonably self-explanatory. Low schema coverage means the description could compensate more, but the single obvious parameter limits the practical gap.

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 states a specific resource and action: SEC Form 4 insider transaction history for executive buy/sell filings over the last 90 days, including filing dates and links. It is clear what the tool returns. However, it does not explicitly differentiate itself from the related sibling get_sec_beneficial_ownership.

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 90-day window and the mention of an insider activity signal give clear context for when this tool is relevant. It does not state exclusions or name an alternative tool, so it stops short of full when/when-not guidance.

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