Skip to main content
Glama

get_institutional_holdings

Get institutional investor 13F SEC filings for a given CIK or institution name. Default is Berkshire Hathaway (CIK 0001067983).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cikNoSEC CIK number (e.g. 0001067983 for Berkshire Hathaway)0001067983
institutionNoInstitution name to search for CIK (e.g. "Bridgewater Associates")

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the burden of disclosing behavior. It discloses the read-only nature ('Get'), the selection mechanism (CIK or institution name), and a default value. However, it does not mention what happens if both parameters are provided, the return format, or any access limitations, so transparency is moderate. Score 3.

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 a single concise sentence with a second clarifying sentence about the default. It is front-loaded with the action and resource, with no filler. Score 5.

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 simple getter with two optional parameters, the description provides enough context for an agent to understand the tool's function. Since there is no output schema, the description does not explain the return structure, but that is acceptable for a straightforward data retrieval tool. Score 4.

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 describes both parameters fully, including a default for cik, so schema coverage is 100%. The description adds minimal semantic value beyond repeating that the tool accepts CIK or institution name. Baseline of 3 is appropriate.

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?

The description uses a specific verb 'Get' and clearly identifies the resource 'institutional investor 13F SEC filings'. It specifies the key parameters (CIK or institution name) and includes a default, making the purpose unambiguous. However, it does not explicitly differentiate from sibling tools like get_market_indices, so a score of 4 is appropriate.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is used to retrieve 13F filings for a given CIK or institution, which provides clear context. However, it does not state when to prefer this tool over siblings or mention any exclusions or alternatives, so it lacks explicit usage guidance. Thus a score of 3.

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.

Resources