Skip to main content
Glama

Signed Investors

search_investors

Read-onlyIdempotent

Search Signed's public angel investor directory by keyword: a name, a login, or a word from an investor's bio or investment description ("climate", "former founder", "pre-seed"). A query that names a sector also matches investors who list that sector. Only public profiles are searched. Add sector or check_size to narrow the hits; use list_investors to browse a facet without a keyword.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYesSearch text, matched against name, login, bio, investment description, and sector names and slugs.
pageNo1-indexed page number (default 1).
sectorNoOnly investors who list this sector. Takes the slug (devtools, fintech, health); list_sectors has the full set with names.
per_pageNoResults per page (default 30, max 100).
check_sizeNoOnly investors writing checks in this range. Takes the slug (10k-25k) or the label ($10K-$25K); list_check_sizes has both.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the description's job is to add context beyond that. It does by stating 'Only public profiles are searched' and noting that sector names in queries also match investors listing that sector. This adds useful behavioral nuance without contradicting the annotations. No contradiction detected.

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, tightly written paragraph. It front-loads the primary purpose, then gives narrowing guidance and an alternative tool reference. Every sentence earns its place, and there is no redundancy or filler.

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?

For a read-only search tool with no output schema, the description covers the essential information: what is searched, what is excluded (non-public profiles), how to narrow results, and when to use an alternative. It does not need to explain return format since no output schema exists, and the pagination parameters are already in the schema. The description is complete for an agent to invoke it correctly.

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

Parameters4/5

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

Schema coverage is 100%, so all parameters are already documented. The description adds value by explaining how sector and check_size work as filters (narrowing hits) and by referencing list_sectors and list_check_sizes for the full valid sets. This goes beyond a bare schema description, so a 4 is warranted.

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 searches Signed's public angel investor directory by keyword, and specifies the fields matched (name, login, bio, investment description, sector names/slugs). It also differentiates from the sibling list_investors by explicitly noting that list_investors is for browsing without a keyword, so an agent can immediately distinguish the two.

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

Usage Guidelines5/5

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

The description gives explicit guidance on when to use this tool versus list_investors ('use list_investors to browse a facet without a keyword') and how to narrow results ('Add sector or check_size to narrow the hits'). It also points to list_sectors and list_check_sizes for valid values, giving the agent a clear path to construct a correct query.

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