Skip to main content
Glama

Fintel Discovery — Financial Intelligence for AI Agents

Get Holders & Ownership Data

GetHolders
Read-onlyIdempotent
    Fetch ownership data for a stock: top institutional holders, mutual fund
    holders, and recent insider transactions (buys/sells by executives).

    Use this tool when:
    - You want to know which institutions or funds own a stock
    - You are checking for insider buying or selling activity
    - You need institutional ownership concentration data

    holder_type options: 'institutional', 'mutualfund', 'insider', 'all'.

    Source: Yahoo Finance via yfinance. No API key required.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

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 idempotentHint=true, so the safety profile is covered. The description adds useful behavioral context: the data source is Yahoo Finance via yfinance, no API key is required, holders are 'top' holders, and insider data is 'recent'. It does not contradict the annotations.

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: a purpose sentence, three usage bullets, a holder_type line, and a source line. Every sentence earns its place and there is no filler or redundancy.

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?

Confidently covers core use cases, data source, and auth requirements, and an output schema exists to define return values. Advanced optional parameters like source_resource_id and wholesaler_ids are documented in the schema, so the description is sufficient for typical calls even though it does not explain those internal fin features.

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?

The nested schema already provides thorough documentation for symbol and holder_type, including examples and allowed values. The description only restates the holder_type options and adds minor context about insider transactions, so it adds little beyond what the schema already conveys.

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?

States a specific verb ('Fetch') and resource ('ownership data for a stock') and enumerates the exact data subtypes: institutional holders, mutual fund holders, and insider transactions. This clearly scopes the tool relative to siblings like GetFundProfile or GetAnalystRatings, though it does not explicitly name any sibling as a point of contrast.

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?

Provides an explicit 'Use this tool when' list covering institutions/funds, insider buying/selling activity, and ownership concentration data. This is clear context for when the tool is appropriate, but it does not mention exclusions or alternative sibling tools such as Get13FHoldings or GetFundProfile.

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.9/5.0
Disambiguation4/5

Most tools target a distinct resource and action, with clear separation between search and detail tools (e.g., SearchIAPDFirm vs GetIAPDFirmDetail, SearchBrokerCheck vs GetBrokerCheckDetail). A few pairs like SearchBrokerCheck and SearchBrokerCheckFirm could cause momentary confusion, but descriptions clarify individual vs firm scope.

Naming Consistency4/5

The dominant pattern is consistent: Search* for discovery, Get* for retrieval, with CamelCase throughout. Minor deviations like LookupTicker and MapInstrumentIds introduce different verbs, and SearchBrokerCheck does not explicitly signal 'individual' unlike SearchBrokerCheckFirm, but the overall convention remains predictable.

Tool Count2/5

With 32 tools, the surface is quite heavy and exceeds the 25+ threshold for 'too many.' While the financial intelligence domain is broad, several search/detail pairs and overlapping data-source tools could be consolidated to reduce cognitive load for agents.

Completeness4/5

The toolset covers major workflows well: 13F holdings, fund fee comparison, advisor due diligence, macro data, price history, options, and identifier mapping. Minor gaps exist, such as no standalone real-time quote tool, no news/sentiment data, and no direct CUSIP-to-company-name search, but these are workable around.

Resources