Skip to main content
Glama

The maturity wall: facilities maturing inside a window

search_credit_maturities
Read-onlyIdempotent

Debt facilities still on a BDC schedule whose tagged or written maturity falls inside the window (default the next 24 months from today), ordered by date: borrower, sponsor with basis, lien, principal held (a lower bound), mark on cost, the BDCs holding it. Filter by sponsor, lien and minimum principal. A BDC that tags no maturity contributes nothing here.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromNoISO date; default today.
lienNo
limitNo
cursorNonext_cursor from a previous page of this tool, unchanged.
monthsNo
sponsor_dfx_idNoA private credit graph id of the form dfx:pc:<uuid> (from search_private_credit, resolve_name or search_entities).
min_principal_usdNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, so the safety profile is covered. The description adds meaningful behavioral context: it explains that principal held is a lower bound, that a BDC tagging no maturity contributes nothing, and that results are ordered by date. It also discloses the default window. This goes beyond the annotations without contradicting them.

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

Conciseness5/5

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

The description is a single dense paragraph that front-loads the core purpose and default window, then lists output fields and filters. Every sentence earns its place: no filler, no repetition of schema details, and the key behavioral caveats (lower bound, no-maturity exclusion) are included without bloating the text.

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 read-only search tool with 7 optional parameters and no output schema, the description covers the essential semantics: what is searched, what is returned, the default window, and the filters. It does not describe pagination behavior or the exact format of the cursor, but those are standard and the schema covers cursor. The main gap is that it doesn't explicitly state the relationship to debt_maturity_schedule, but the description is otherwise complete enough for an agent to call it correctly.

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

Parameters4/5

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

Schema description coverage is 43%, so the description must compensate for undocumented parameters. It does: it explains the window concept (months, from), the filters (sponsor, lien, minimum principal), and the meaning of the output fields. It does not explicitly explain cursor or limit, but those are pagination parameters whose semantics are standard and partially covered by the schema (cursor has a description). The description adds real meaning 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 states a specific verb ('search') and resource ('debt facilities on a BDC schedule whose maturity falls inside a window'), and clearly distinguishes it from siblings like debt_maturity_schedule by focusing on facilities still on a BDC schedule with tagged or written maturity. It also names the default window and the output fields, so an agent can tell exactly what this tool returns.

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 implies when to use it: when you need facilities maturing inside a window, with filters by sponsor, lien, and minimum principal. It does not explicitly name alternatives or exclusions, but the sibling list includes debt_maturity_schedule and get_borrower_facilities, and the description's specificity about 'still on a BDC schedule' and 'tagged or written maturity' gives enough context to select it. A clear when-not-to-use statement would push this to 5.

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.