Skip to main content
Glama

Private equity funds and their amounts

search_pe_funds
Read-onlyIdempotent

Funds on the private equity graph with every amount under its own name and beside its basis: target, first close, final close, announced size, Form D offering and sold, and the Form ADV gross asset value with its as-of date. adv_gross_asset_value is the gross assets the adviser REPORTED for the fund: it is not fund size, not commitments and not dry powder. Also vintage with basis, ADV fund type, lifecycle state, owner and LP counts. Filter by name, manager, ADV fund type, vintage range, lifecycle or minimum reported gross assets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNo
limitNo
queryNoFund name contains, e.g. 'Fund IV'.
cursorNo
max_vintageNoFour-digit year.
min_vintageNoFour-digit year.
adv_fund_typeNoThe fund type the adviser swore on Form ADV Schedule D.
lifecycle_stateNo
min_adv_gav_usdNoMinimum reported Form ADV gross asset value in US dollars (reported gross assets, not fund size).
organization_dfx_idNoA private equity graph id of the form dfx:pe:<uuid>, as returned by search_pe_firms, search_pe_funds, search_pe_platforms or search_entities.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already carry read-only, idempotent, and non-destructive hints, so the safety profile is established. The description adds a meaningful behavioral caveat: that the Form ADV gross asset value is the reported gross assets and not fund size, commitments, or dry powder, which prevents misinterpretation of results.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single paragraph of three sentences, front-loaded with scope and then enumerating return fields and filter criteria. It is efficient, though the field list is dense and some repetition of filter concepts exists.

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

Completeness4/5

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

Whttps://annotations already cover safety, and the description explains the key return fields and their semantics, which matters because there is no output schema. It doesn't mention pagination, cursor, or default sorting, but these are standard search parameters likely implied by the schema. The description is sufficiently complete for the tool's complexity.

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?

The schema already contains descriptions for 6 of 10 parameters (60% coverage), so the description doesn't need to fully compensate. It repeats the filter list (name, manager, ADV fund type, vintage, lifecycle, minimum GAV) but provides little additional param-level semantics beyond what the schema gives. It also mentions 'manager' which isn't a defined parameter, adding slight ambiguity.

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 a specific verb ('search'), the resource ('Funds on the private equity graph'), and the core output (amounts under their own names and bases). It lists concrete return dimensions and filter types, which distinguishes it from related siblings like search_pe_firms or search_vc_funds.

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 context that this tool targets private equity graph funds and enumerates the available filters and fields. It does not explicitly name alternatives or exclusion criteria, but the scoping is specific enough for an agent to select it over VC funds or firm search tools.

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.