Skip to main content
Glama
cfdude

mcp-finnhub

by cfdude

finnhub_stock_ownership

Access insider trades, institutional ownership, and congressional trading data. Query by stock symbol or CIK to retrieve holdings and portfolios.

Instructions

Insider trades, institutional ownership, and congressional trading.

Operations:

  • get_insider_transactions: Get insider trading activity

  • get_institutional_ownership: Get institutional holders

  • get_institutional_portfolio: Get institution's portfolio by CIK

  • get_congressional_trades: Get congressional trading activity

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cikNo
symbolNo
projectNo
operationYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

There are no annotations, so the description must stand alone. It reveals the dispatcher-like behavior by listing four operation modes, but doesn't disclose read-only status, rate limits, or any data caveats; the 'Get' verbs imply reads but are not explicit about behavioral constraints.

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, with a one-line domain summary followed by a clear operation list. Every bullet adds distinct, useful information without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Although an output schema is present, the description is missing critical invocation details for a multi-operation tool: which parameters are required per operation and what `project` means. This makes correct usage under-specified despite the clear operation list.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has no property descriptions, and the description only hints at `cik` for get_institutional_portfolio. It does supply operation values, which is important, but leaves `symbol`, `project`, and operation-to-parameter mapping unexplained.

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 name and intro clearly scope the tool to insider trades, institutional ownership, and congressional trading. The bulleted operations provide specific verbs and resources, and this data domain distinguishes it from sibling Finnhub tools.

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

Usage Guidelines2/5

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

No explicit guidance is given on when to use this tool over finnhub_sec_filings or finnhub_stock_fundamentals, nor on how to choose between the four operations. The domain description implies usage, but lacks exclusions or alternatives.

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/cfdude/mcp-finnhub'

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