Skip to main content
Glama
thesma-dev

Thesma MCP Server

Official
by thesma-dev

get_institutional_holders

Check which institutional funds own a stock. See shares, market value, and discretion type from 13F filings, with the latest quarter automatically if not specified.

Instructions

Get which institutional funds hold a company's stock. Shows shares held, market value, and discretion type. Response rows carry the 13F report_quarter and filed_at timestamp; when quarter is omitted the API returns the latest available quarter. Args: ticker: Stock ticker (e.g. 'AAPL'), 10-digit CIK ('0000320193'), stripped CIK ('320193'), or historical ticker ('FB' resolves to META).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
tickerYes
quarterNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It adds useful context beyond the name: response rows include report_quarter and filed_at, omitting quarter returns the latest available data, and historical tickers are resolved. It does not mention limit behavior or pagination, but for a read-only lookup this is sufficient.

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 tightly written in four sentences, leading with the core purpose and output, then efficiently covering parameter details with concrete examples in an 'Args:' section. No wasted words or redundant information.

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?

An output schema is present, so return values are covered there. The description sufficiently covers input formats, quarter default, and output row fields. Minor omissions like limit behavior and explicit differentiation from fund-holding tools prevent a perfect score, but overall it is complete for a focused lookup tool.

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 0%, so the description needs to compensate. It thoroughly explains the required ticker parameter (accepting CIK, stripped CIK, and historical ticker) and quarter semantics, but it does not mention the limit parameter at all, leaving it to the schema default of 20. This is a noticeable gap in an otherwise useful parameter explanation.

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's function with a specific verb and resource: 'Get which institutional funds hold a company's stock.' It distinguishes itself from sibling tools like get_fund_holdings by focusing on company stockholders rather than fund holdings, and lists output fields (shares held, market value, discretion type).

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 on how to specify the company, including accepted formats like ticker, CIK, and historical ticker, and explains the quarter parameter's behavior when omitted. However, it does not explicitly mention alternative tools or when not to use this tool, so it stops short of full exclusion guidance.

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

Install Server

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/thesma-dev/thesma-mcp'

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