Skip to main content
Glama

Get Institutional Holdings

get_institutional_holdings
Read-onlyIdempotent

Retrieve an institutional manager's latest 13F-HR portfolio with all reported positions, largest first. Merges duplicate rows across filings to show true holding size, accepting ticker or CIK.

Instructions

Latest 13F-HR portfolio for an institutional manager — every reported position, largest first. Accepts a ticker (BRK-B) or a raw CIK (1067983).

Positions are merged across the manager rows a fund files separately: Berkshire reports Apple across 12 rows, and reading only the first understates the holding threefold.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many positions to show (default 25).
sourceNo"13F" for quarterly manager holdings (default), or "NPORT" for a registered fund's monthly portfolio, which also covers bonds and derivatives that 13F omits entirely.13F
institutionYesTicker or CIK of the filer (e.g. 1067983 for Berkshire Hathaway).
Install Server

TDQS

A4.2/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, so the bar for added value is lower. The description adds a crucial behavioral nuance—positions are merged across separate fund rows (e.g., Berkshire's Apple across 12 rows)—which prevents undercounting. It also discloses accepted identifiers.

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?

Two sentences, no redundancy: the first states purpose and output order, the second explains a non-obvious data-integrity detail. Every word is useful.

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 read-only list tool with good schema coverage and safe annotations, the description covers the essential behavior, input, and output ordering. It doesn't specify the exact fields in each position, but the merging nuance and input flexibility make it adequate.

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 input schema already covers all three parameters with descriptions (100% coverage). The description reinforces the ticker/CIK alternative and the merging behavior but doesn't add parameter-level detail beyond what the schema provides, so baseline 3 applies.

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 opens with 'Latest 13F-HR portfolio for an institutional manager — every reported position, largest first,' using a specific verb and resource, and clarifies input formats (ticker or CIK). This clearly distinguishes it from sibling tools like read_filing or get_edgar_filings by focusing on institutional manager holdings.

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?

It gives clear context: this is for retrieving a manager's complete 13F portfolio, with a note about merging multiple rows. It doesn't explicitly name alternatives or exclusions, but the specificity implies when it's appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Blahaj-gif/Finance-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server