Skip to main content
Glama

Who could buy, fund or finance this

find_capital_for_opportunity
Read-onlyIdempotent

Investors for a company (dfx_id) or a described opportunity (sector, state, deal size, stage, control): verified independent sponsors with observed acquisitions in the sector (listed, not paired or ranked; company to sponsor pairs are withdrawn), family offices with observed investments or stated sectors in it, venture firms when the opportunity is venture-shaped, and private equity matcher rows where that graph computes them. DFX does not recommend first-time capital providers. Every row says its basis (observed_behaviour, computed_match, observed_investments, derived).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
stageNo
stateNoTwo-letter US state code.
dfx_idNoA DFX id: dfx:fo:<uuid> (family office graph), dfx:isi:<uuid> (sponsor graph), dfx:vc:<uuid> (venture graph), dfx:pe:<uuid> (private equity graph), dfx:ria:<uuid> (registered investment adviser graph), dfx:al:<uuid> (allocator graph), dfx:pc:<uuid> (private credit graph), dfx:ref:<uuid> (real estate fund graph), or a bare real estate UUID.
sectorNo
controlNo
verticalNo
asset_classNo
deal_size_usdNo
check_size_usdNo
investor_typesNoDefault: independent_sponsor, capital_provider, family_office, venture_capital. private_equity adds the private equity matcher's computed buyers for a company id (always included for a dfx:pe: company).
sponsor_involvedNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / dfx_id / description
      Previous value: -"A DFX id: dfx:fo:<uuid> (family office graph), dfx:isi:<uuid> (sponsor graph), dfx:vc:<uuid> (venture graph), dfx:pe:<uuid> (private equity graph), or a bare real estate UUID."New value: +"A DFX id: dfx:fo:<uuid> (family office graph), dfx:isi:<uuid> (sponsor graph), dfx:vc:<uuid> (venture graph), dfx:pe:<uuid> (private equity graph), dfx:ria:<uuid> (registered investment adviser graph), dfx:al:<uuid> (allocator graph), dfx:pc:<uuid> (private credit graph), dfx:ref:<uuid> (real estate fund graph), or a bare real estate UUID."
  2. Changed3 schema fields changed
    • changedInput schema / properties / dfx_id / description
      Previous value: -"A DFX id: dfx:fo:<uuid> (family office graph), dfx:isi:<uuid> (sponsor graph), dfx:vc:<uuid> (venture graph), or a bare real estate UUID."New value: +"A DFX id: dfx:fo:<uuid> (family office graph), dfx:isi:<uuid> (sponsor graph), dfx:vc:<uuid> (venture graph), dfx:pe:<uuid> (private equity graph), or a bare real estate UUID."
    • addedInput schema / properties / investor_types / description
      Added value: +"Default: independent_sponsor, capital_provider, family_office, venture_capital. private_equity adds the private equity matcher's computed buyers for a company id (always included for a dfx:pe: company)."
    • changedInput schema / properties / investor_types / items / enum
      Previous value: -[
      -  "independent_sponsor",
      -  "capital_provider",
      -  "family_office",
      -  "venture_capital"
      -]New value: +[
      +  "independent_sponsor",
      +  "capital_provider",
      +  "family_office",
      +  "venture_capital",
      +  "private_equity"
      +]
  3. Added

TDQS

A4.3/5.0
Behavior5/5

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

Annotations already indicate read-only, idempotent, non-destructive behavior. The description adds meaningful behavioral detail beyond that: results are not paired or ranked, company-to-sponsor pairs are withdrawn, first-time capital providers are not recommended, and every row carries a basis label (observed_behaviour, computed_match, observed_investments, derived). This gives an agent useful expectations about output semantics and limitations.

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 dense and front-loaded, opening with the core 'Investors for a company or described opportunity' framing. Every sentence adds distinct information: investor types, exclusion criteria, and row basis. It is long but not bloated; a slightly more structured layout could improve scannability, but nothing is wasted.

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?

For a 12-parameter tool with no output schema, the description covers the main use cases, result types, output row semantics, and a key exclusion (no first-time capital providers). It does not explain all optional parameters and does not explicitly differentiate from inverse siblings like find_opportunities_for_capital, but the core information needed to invoke the tool correctly is present.

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 only 25%, so the description must compensate. It does map several parameters (sector, state, deal_size_usd, stage, control) to the concept of a 'described opportunity' and partially explains investor_types via the listed investor categories. However, it leaves other parameters unexplained: vertical, asset_class, check_size_usd, sponsor_involved, and limit. The compensation is partial, not complete.

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 exact purpose: find investors for either a company (dfx_id) or a described opportunity (sector, state, deal size, stage, control). It enumerates the investor types returned and distinguishes itself from siblings by noting that sponsors are 'listed, not paired or ranked' and that company-to-sponsor pairs are withdrawn. This makes the tool's job unambiguous.

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 gives clear context for when to use the tool: when you need investors for a company or an opportunity described by sector/state/deal size/stage/control. It explains which investor types appear and in what circumstances, such as venture firms 'when the opportunity is venture-shaped.' It does not explicitly name alternatives or exclusions, but the guidance is concrete enough to route an agent correctly.

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.