search_investors
Find VCs and angel investors by stage, sector, or geography. Credits are deducted per search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| title | No | investor | |
| industry | No | ||
| location | No |
Find VCs and angel investors by stage, sector, or geography. Credits are deducted per search.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| title | No | investor | |
| industry | No | ||
| location | No |
Changes observed during successful MCP inspections.
Input schema / properties / industry / descriptionRemoved value: -"Sector focus, e.g. 'SaaS', 'fintech', 'AI', 'healthcare'"Input schema / properties / limit / descriptionRemoved value: -"Number of investors to return (max 25)"Input schema / properties / location / descriptionRemoved value: -"City, state, or country, e.g. 'San Francisco', 'NYC', 'London'"Input schema / properties / title / descriptionRemoved value: -"Investor role: 'investor', 'partner', 'managing director', 'angel'"Input schema / properties / industry / descriptionAdded value: +"Sector focus, e.g. 'SaaS', 'fintech', 'AI', 'healthcare'"Input schema / properties / limit / descriptionAdded value: +"Number of investors to return (max 25)"Input schema / properties / location / descriptionAdded value: +"City, state, or country, e.g. 'San Francisco', 'NYC', 'London'"Input schema / properties / title / descriptionAdded value: +"Investor role: 'investor', 'partner', 'managing director', 'angel'"Input schema / properties / limit / defaultPrevious value: -20New value: +5Input schema / properties / limit / maximumPrevious value: -50New value: +25Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark the tool as read-only and non-destructive; the description adds important cost information ('Credits are deducted per search'), which is valuable behavioral context beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two short sentences with no redundancy. Every word adds value: the purpose and the cost warning are both front-loaded and clear.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple search tool, the description provides core purpose and cost but omits parameter semantics and output expectations. Given no output schema and minimal annotations, it is adequate but leaves room for more detail.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It roughly maps 'sector' to industry and 'geography' to location, but leaves 'limit' and 'title' unexplained, and mentions 'stage' which has no corresponding schema parameter.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool finds VCs and angel investors, with a specific verb ('Find') and criteria (stage, sector, geography). This distinguishes it from sibling tools like search_companies and search_contacts.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The use case is implied (when you need investors), but there is no explicit guidance on when to prefer this over alternatives or when not to use it. No exclusions or alternative tool references are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.