Skip to main content
Glama

How capital reaches this institution, and where it goes next

get_capital_paths
Read-onlyIdempotent

Published capital flow paths through one institution: which allocators back this manager and through which fund, which lenders finance this sponsor's borrowers and on what facilities, which properties sit under this real estate manager where a binding is validated. Each path names every hop with its graph, id, type and role, the amount where one is disclosed, the as-of date, the bases the hops rest on and a confidence. Paths are built only from identity-grade or measured links; a candidate link is labelled and carries a confidence below 0.5. NOT_COVERED means the path layer has not computed this, never that no relationship exists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoOne path kind as the summary names it (for example ALLOCATOR_TO_PE_FUND_TO_MANAGER).
limitNo
dfx_idYesA 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.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.9/5.0
Behavior4/5

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

The description adds meaningful behavioral detail beyond the read-only/idempotent annotations: paths are built only from identity-grade or measured links, candidate links carry confidence below 0.5, and NOT_COVERED specifically means the layer has not computed the path rather than no relationship existing. This clarifies result semantics and data quality expectations.

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 three sentences, front-loaded with the core purpose, then detailing path components and finally clarifying confidence and NOT_COVERED semantics. It is dense but each sentence earns its place, and the structure flows logically from function to interpretation.

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?

With no output schema, the description covers path components, confidence, data quality, and the critical NOT_COVERED interpretation. It does not explicitly explain limit behavior or ordering, but overall it provides sufficient context for an agent to invoke the tool and interpret results correctly for a read-only operation.

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 67% with descriptions for dfx_id and kind; limit has constraints but no description. The description reinforces the kind concept through examples but does not enumerate valid values or explain how limit affects result pagination, so it adds only marginal value beyond the schema.

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 explicitly states the tool publishes capital flow paths through one institution and gives three concrete scenarios (allocators, lenders, properties). This distinguishes it from siblings like relationship_path by focusing on capital flows with specific path components and confidence, making the purpose unmistakable.

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

Usage Guidelines3/5

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

The description implies usage when the agent needs to trace capital flows through a specific institution, but it never explicitly contrasts with similar sibling tools like relationship_path or search_relationships, nor does it provide when-not conditions. The context is implied rather than stated.

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.