Skip to main content
Glama

Get Institution Holdings

get_institution_holdings
Read-only

Get the full portfolio holdings for a specific institution by CIK. Returns all positions from their latest 13F filing with shares, value, and portfolio weight. Supports pagination for institutions with large portfolios.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cikYesSEC CIK number of the institution
limitNoMaximum results to return (default: 20, max: 100)
offsetNoOffset for pagination (default: 0)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo

TDQS

A4.2/5.0
Behavior4/5

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

Annotations indicate readOnlyHint=true, and the description aligns with that by stating it returns holdings details. It adds behavioral context beyond annotations by noting pagination support and the specific data returned (shares, value, weight).

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, no wasted words, and front-loaded with the key action and inputs. It is concise and well-structured.

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?

With an output schema present, the description does not need to detail return structures. It covers the core functionality, pagination, and what data is returned, making it sufficient for the agent to select and invoke the 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 description does not need to re-explain parameters. It adds context about pagination and the nature of the returned data (latest 13F filing), but does not significantly enhance understanding beyond the schema definitions.

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 tool retrieves the full portfolio holdings for a specific institution by CIK, returning positions from the latest 13F filing with shares, value, and portfolio weight. It differentiates from sibling tools like get_institution_activity or get_institution_detail by focusing on portfolio 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?

The description provides clear context for when to use the tool (e.g., when needing complete portfolio data for an institution by CIK). It does not explicitly state when not to use it or mention alternatives, but the use case is well-defined.

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
Disambiguation3/5

Many tools have distinct purposes, but there are several groups of closely related tools (e.g., multiple insider trading and politician tools) that could cause confusion. Overall, an agent can generally distinguish tools, but the boundaries between some are fuzzy.

Naming Consistency5/5

All tool names use a consistent verb_noun pattern (get_, search_, screen_) with snake_case. This makes the tool set predictable and easy to navigate.

Tool Count1/5

With 91 tools, the server is far too large. The number of tools is excessive for a single MCP server, leading to cognitive overload and suggesting it should be split into multiple focused servers.

Completeness4/5

The tool surface covers an impressively wide domain including company data, insider trading, institutional holdings, political trading, and SEC filings. Minor gaps exist (e.g., no options or bonds), but the coverage is comprehensive for the stated purpose.