Skip to main content
Glama

Insider transaction feed

insider_feed
Read-onlyIdempotent

Recent Form 4/5 insider transactions across all held stocks, newest first. Filterable by transaction type and owner. Page 2+ requires FolioFact Pro.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoOwner name query.
dirNoSort direction.
pageNoPage number (deep pages require Pro).
sortNoSort column.
filterNoTransaction type filter.
per_pageNoRows per page.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dirYes
sortYes
queryYes
filterYes
paginationYes
provenanceYes
coverage_onYes
transactionsYes

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive; the description adds valuable context such as default ordering ('newest first'), the pagination paywall ('Page 2+ requires FolioFact Pro'), and the universe of stocks ('all held stocks'). These go beyond the structured annotations to inform the agent of constraints.

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-loads the primary purpose, and includes only high-value constraints (newest first, Pro requirement, filterability). Every phrase earns its place with no fluff or repetition.

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?

Given the tool's moderate complexity (6 optional parameters), strong annotations, and an existing output schema, the description covers the core semantics, scope, ordering, filtering, and a key limitation (Pro paywall). The output schema handles return value details, so the description is sufficient for an agent to select and invoke this tool correctly.

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%, so the baseline is 3. The description reinforces that the tool is filterable by transaction type and owner, which maps to parameters, and its pagination note aligns with the 'page' parameter already explained in the schema. However, it adds no new parameter-level detail beyond what the schema provides.

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 states a specific resource ('Form 4/5 insider transactions') and action/scope ('across all held stocks, newest first'), which clearly distinguishes it from sibling tools like fund_holdings or get_stock. It also mentions filterability, making the tool's function unmistakable.

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 provides clear context for when to use the tool (viewing recent insider transactions for held stocks) and implicitly excludes other uses by naming its specific scope. It does not explicitly name alternatives or when-not-to-use, but the domain is sufficiently distinct from siblings.

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

A3.8/5.0
Disambiguation4/5

Most tools target distinct resources (funds, stocks, investors, insider transactions, pages). Slight overlap between get_fund (latest filing + investors) and fund_history (filing history) could cause minor confusion, but descriptions clarify the difference.

Naming Consistency2/5

Tool names mix styles: some use verb_noun (get_fund, fetch_page), some are noun phrases (fund_history, fund_holdings), and one is a bare verb (search). No consistent pattern or prefix.

Tool Count5/5

Eight tools is a well-scoped set for a financial data API, covering funds, holdings, investors, stocks, insider transactions, and site content without redundancy or bloat.

Completeness5/5

The surface covers the core lifecycle for a read-only investment data API: fund details, historical filings, current holdings, investor links, stock holders, insider feed, and cross-domain search. No obvious dead ends or missing operations for the stated domain.

Resources