Skip to main content
Glama
cstamigo-droid

equity-intel-mcp

equity_superinvestors

Read-onlyIdempotent

Check which renowned value investors own a stock and their recent buying or selling activity. Blends ownership breadth with net buying/selling for a directional score.

Instructions

Check which renowned value investors hold a stock and their recent activity.

Reads Dataroma's tracking of ~80 superinvestors' 13F portfolios. Returns a directional score blending ownership breadth (how many hold it) with recent net buying/selling. A widely-held, recently-bought name scores positive.

Args: params: ticker (str) and response_format ('markdown'|'json').

Returns: str: Markdown or JSON with score, confidence, and data: count_owners, recent_buys, recent_sells, avg_hold_price, owners_sample.

Examples: - "Do any famous investors own Berkshire?" -> ticker='BRK.B' - "Smart-money interest in GOOGL" -> ticker='GOOGL'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Annotations (readOnlyHint, idempotentHint, destructiveHint) already indicate a safe, read-only operation. Description adds rich behavioral details: tracks ~80 investors, computes directional score blending ownership breadth and net activity, lists returned fields. No contradictions.

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?

Description is concise and well-structured: purpose paragraph, usage context, clearly labeled Args/Returns/Examples sections. No unnecessary words; every sentence adds value.

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

Completeness5/5

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

Given a single-ticker tool with two parameters and an existing output schema, the description fully covers purpose, data source, scoring logic, output fields, and usage examples. No gaps remain.

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?

Input schema already provides clear descriptions for both parameters (ticker format, response_format options). Description does not add significant meaning beyond restating schema and providing usage examples. With high schema coverage, baseline of 3 is appropriate.

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?

Clearly states 'Check which renowned value investors hold a stock and their recent activity', using a specific verb and resource. Easily distinguishes from sibling tools like analyst consensus, options signals, etc.

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?

Provides explicit context with examples ('Do any famous investors own Berkshire?') and explains the tool's data source (Dataroma) and output (directional score). Lacks explicit when-not-to-use guidance, but implied by sibling coverage.

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/cstamigo-droid/equity-intel-mcp'

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