Skip to main content
Glama

Which lenders finance this sponsor's borrowers

get_sponsor_lenders
Read-onlyIdempotent

Sponsor by lender pairs counted once per borrower held: borrowers, facilities, principal held, first and latest quarter, new borrowers in the last four quarters against the prior four, quarters since the last new borrower, and the weakest sponsor attribution basis in the pair. Accepts a private credit sponsor id or a private equity id, which is resolved through the credit graph's own cross-reference with its basis printed. A pair whose weakest basis is an inference is an inference.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoborrowers
limitNo
dfx_idYesA dfx:pc: sponsor id, or a dfx:pe: id the credit graph carries.
min_borrowersNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3/5.0
Behavior4/5

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

Annotations already convey readOnlyHint, idempotentHint, and destructiveHint, so the bar is lower. The description adds valuable behavioral context: the 'counted once per borrower held' deduplication, the resolution of PE ids through the credit graph's cross-reference, and the handling of inference-based attribution ('A pair whose weakest basis is an inference is an inference'). This goes beyond what annotations provide.

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

Conciseness3/5

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

The description is dense and front-loaded with output metrics, but the opening sentence is a long run-on listing many fields with commas, making it harder to parse. It packs a lot of information into a few sentences, but a bulleted or more structured format would improve clarity without adding length.

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

Completeness2/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 must explain the return shape; it lists metrics but not their types, units, or how they relate to the parameters. It also omits semantics for 3 of the 4 parameters (sort, limit, min_borrowers). For a complex report tool with multiple configurable options, this leaves meaningful gaps for an agent trying to call it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Only dfx_id receives meaningful description in the schema, but the tool description does mention it accepts 'a private credit sponsor id or a private equity id' and explains resolution. However, sort, limit, and min_borrowers have no description in either the schema or the tool description, and with only 25% schema coverage, the description fails to compensate for these undocumented parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the tool returns 'Sponsor by lender pairs counted once per borrower held' and lists the exact metrics (borrowers, facilities, principal, quarters, etc.), making the purpose clear. It does not explicitly distinguish itself from sibling tools like search_sponsor_lender, though the 'get' vs 'search' naming and the report-style output imply a distinct role.

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 guidance on when to choose this tool over alternatives such as search_sponsor_lender or search_sponsor_capital_providers. The description focuses on accepted inputs ('private credit sponsor id or a private equity id') and internal resolution, but never states the use case or exclusions, so an agent must infer when this report is appropriate.

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.