Skip to main content
Glama
signal8ai

Signal8 MCP Server

Official

Search Institutions by Name

search_institutions
Read-only

Find institutional investors by name. Retrieve matching 13F filers including CIK, AUM, holdings count, and latest filing period. Results sorted by AUM.

Instructions

Search institutional investors (13F filers) by name. Returns matching institutions with CIK, name, AUM, holdings count, and latest filing period. Use this to find a specific fund or investment manager when you know part of their name (e.g., "Vanguard", "BlackRock", "Citadel"). Results are ranked by AUM descending.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYesSearch term (min 2 characters, e.g., "Vanguard", "BlackRock")
limitNoMaximum results to return (default: 25, max: 100)
offsetNoOffset for pagination (default: 0)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the tool is safe. The description adds that results are 'ranked by AUM descending,' which is a behavioral trait not in annotations. It does not cover pagination or rate limits, but these are partially addressed by the parameter schema (limit, offset). Overall, it adds value beyond annotations.

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 with no redundancy. It starts with the core action and lists return fields, then provides usage guidance and an example. Every sentence serves a purpose, and the structure is front-loaded.

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 that the output schema exists (documenting return values) and the parameter schema is fully described, this description completes the picture by explaining when to use the tool, what it returns, and how results are ordered. 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?

Schema description coverage is 100%, so the baseline is 3. The description reinforces the search term examples and purpose but does not add significant new meaning beyond the schema. It is adequate but not exceptional.

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 states the tool searches institutional investors by name, explicitly mentions the returned fields (CIK, name, AUM, holdings count, latest filing period), and distinguishes it from sibling tools like 'get_institution_*' which require a specific identifier. The verb 'search' and resource 'institutional investors (13F filers)' are precise.

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 usage context: 'Use this to find a specific fund or investment manager when you know part of their name' with examples. It does not explicitly state when NOT to use it, but the context strongly implies that for known identifiers, the 'get_institution_*' tools are alternatives. The guidance is sufficient but lacks explicit exclusion.

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/signal8ai/signal8-mcp'

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