Skip to main content
Glama

Market and Regulatory Data Feeds — Zinin M2M Hub

Insider Trading Tracker

insider-trading-tracker
Read-only

Track insider stock trades — SEC Form 3/4/5 filings — for any list of tickers. Official SEC EDGAR data, free, no API key or login. Get filing counts, an at-a-glance activity signal (none/low/high) and direct document links per company. — $0.01/call, x402 (USDC on base).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickersYesStock tickers to check for recent insider trading activity (e.g. `AAPL`, `TSLA`, `NVDA`). One row per ticker.
sinceDaysNoOnly include insider filings (Form 3, 4 or 5) from the last N days.
maxConcurrencyNoHow many tickers to process in parallel. SEC EDGAR's documented rate limit is 10 requests/second — keep this at or below 10.

TDQS

A4.2/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 tool is safe. The description adds value by noting it's free and uses official SEC EDGAR data, and transparently mentions the cost ($0.01/call) and currency (USDC on Base). It does not describe pagination or the exact format of the return value, but given that there is no output schema, this is a minor gap.

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 fairly concise at two sentences plus pricing info. It is front-loaded with the core purpose. The only minor inefficiency is the redundant mention of 'free' and 'no API key or login' which could be streamlined, but overall it's well-structured.

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

Completeness3/5

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

The description covers the tool's core purpose and constraints (free, no login), and the schema fully documents parameters. However, it lacks details about the output format (is it a list of filing documents? a summary table?) and pagination behavior. Without an output schema, the description should provide more information on what the response contains to be considered complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds value by summarizing the output 'Get filing counts, an at-a-glance activity signal (none/low/high) and direct document links per company', which clarifies what data the `tickers` parameter will return. However, the description does not add new constraints or semantics beyond what the schema already provides for each parameter.

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 verb 'Track', the resource 'insider stock trades — SEC Form 3/4/5 filings', and the scope 'for any list of tickers'. It explicitly differentiates from siblings like 'sec-edgar-watcher' (which likely monitors filings in general) and 'thirteen-f-tracker' (which tracks 13F institutional holdings) by specifying Form 3/4/5 insider filings and providing specific output elements (filing counts, activity signal, direct document links).

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 context for when to use this tool: to get an at-a-glance signal of insider trading activity (none/low/high) and filing counts per company. It mentions using official SEC EDGAR data with no API key or login needed, which sets expectations. However, it lacks explicit guidance on when NOT to use it or what alternatives (e.g., 'thirteen-f-tracker' for institutional, not insider, holdings) would be more appropriate.

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.

TDQS

B3.4/5.0
Disambiguation2/5

Many tools have overlapping purposes, with over a dozen real-estate scrapers and half a dozen job boards differentiated only by geography. While descriptions are clear, an agent would struggle to pick the correct tool without prior knowledge of the specific site or region, leading to frequent misselection.

Naming Consistency2/5

Tool names use a mix of lowercase-hyphenated (boss-az, clinical-trials-monitor), underscore (pricing_info), and long descriptive phrases (official-gazette-regulatory-action-router). No consistent verb_noun pattern exists; some start with source domains, others with action nouns. This lack of predictability makes navigation confusing.

Tool Count3/5

36 tools is on the heavy side for a server that could have been more focused. While a 'data hub' can justify many endpoints, the high number of near-identical scrapers (12+ real estate, 6+ job boards) suggests bloat rather than well-scoped functionality. A leaner set with parameterized regional filters would be more appropriate.

Completeness2/5

The claimed domain 'Market and Regulatory Data Feeds' is poorly served: there are no stock/forex/commodity price feeds, few global regulatory sources (only FDA, SEC, EU tenders), and many tools are for job and property listings which are tangential. The set feels like a random aggregation rather than a coherent surface, with obvious gaps for core market and regulatory data.

Resources