Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

datasets_pitchbook_investors_search

Search PitchBook investor profiles by name, type, location, and portfolio metrics. Filter results to identify relevant fund managers for outreach or market research.

Instructions

Search PitchBook investors dataset. Searches the crawled public PitchBook investor (fund manager/firm) profile catalog stored in a search index. Discovered from PitchBook's public sitemap. Sort enum: relevance, name_asc, portfolio_count_desc, recently_crawled_desc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFull-text query over name and description, max 256 characters
pageNoPage number, defaults to 1
sortNoSort enum: relevance, name_asc, portfolio_count_desc, recently_crawled_desc
run_idNoExact crawl run-id filter, max 128 characters
statusNoExact status filter (e.g. Active, Inactive), max 128 characters
hq_stateNoExact headquarters state/region filter, max 128 characters
page_sizeNoPage size, defaults to 20 and maxes at 100; page * page_size must be <= 10000
hq_countryNoExact headquarters country filter, max 128 characters
investor_typeNoExact investor type filter (e.g. Venture Capital, Private Equity, Angel), max 128 characters
min_exits_countNoMinimum number of exits
min_portfolio_countNoMinimum current portfolio size
Behavior3/5

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

No annotations exist, so the description carries the burden. It adds context about the data source (crawled public profiles, discovered from PitchBook's public sitemap) and that it is stored in a search index. However, it does not disclose pagination behavior, result format, or staleness implications beyond the crawl mention.

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 concise, with three sentences that each add value: purpose, data source context, and sort options. It is front-loaded and contains no fluff or redundant information.

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

Completeness3/5

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

Given 11 parameters and no output schema, the description provides enough context about what the tool searches and the data source. However, it does not describe return values or pagination limits beyond what the schema already contains. It is minimally sufficient but lacks rich behavioral context.

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 coverage is 100%, so the baseline is 3. The description repeats the sort enum but does not add meaning beyond what the schema already provides. The schema descriptions are self-explanatory for all 11 parameters.

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 the PitchBook investors dataset, specifies the resource (investor profile catalog) and action (search). It distinguishes from siblings like datasets_pitchbook_investors_item and pitchbook_investor by emphasizing it searches a dataset, not a specific item.

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 on when to use this tool versus alternatives. It does not mention when to prefer facets, item, or singular lookup tools. The usage is implied by the name and description but no exclusions or alternatives are provided.

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/Crawlora-org/crawlora-mcp'

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