Skip to main content
Glama

One credit provider or BDC in full

get_credit_provider
Read-onlyIdempotent

A credit manager: its classes with basis, the BDCs it advises (from each BDC's own 10-K) with their latest schedules, its credit funds on Form ADV, its sponsor relationships ranked by borrowers financed, and its links to the RIA and private equity graphs by shared CRD or CIK. A BDC: its portfolio every quarter end (fair value, principal held, borrowers, mark on cost, PIK positions, average spread), its largest facilities held with the co-lenders, and the sponsors it finances. Accepts a dfx:pc: provider or BDC id, or a BDC's CIK.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dfx_idYesA dfx:pc:<uuid> provider or BDC id, or a BDC CIK number as a string.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds data provenance context (10-K, Form ADV) but does not describe response structure, pagination, or other runtime behavior; there is no contradiction with annotations.

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 with relevant detail and every clause contributes information, but it is structured as one long run-on paragraph with no bullet points or clear visual separation between the two entity types. It is effective but not well organized.

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 carries the burden of explaining the return contract, and it does so by enumerating fields for both credit managers and BDCs plus accepted identifiers. A few terms such as 'classes with basis' could be clearer, but the essential information for invoking the tool 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?

The single parameter dfx_id is fully documented in the schema (100% coverage) with the accepted formats. The description repeats the same identifier forms without adding meaning beyond the schema, so the baseline of 3 applies.

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 clearly identifies both supported resources (a credit manager and a BDC) and enumerates what is returned for each, plus the accepted identifier forms. It does not explicitly contrast with focused siblings such as get_bdc_portfolio, but the content makes the 'full record' purpose evident.

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 makes clear that this tool returns a comprehensive profile of a credit provider or BDC, which implies when to use it. However, it does not explicitly state when to prefer this over more targeted sibling tools, nor does it mention any exclusions or conditions.

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.