Skip to main content
Glama

get_bond_portfolio

Read-only

Retrieve FCC surety bond portfolios and financial responsibility data for satellite operators, separating documented posted bonds from computed 47 CFR 25.165 liability figures.

Instructions

Get FCC surety bond portfolio for satellite operators. Two distinct figures per operator: the POSTED bond, which is an amount an FCC document states and is absent for most authorizations, and the COMPUTED 47 CFR 25.165 liability, which is Orbit Sentinel's own arithmetic and is not a bond anyone has posted. Never report a computed figure as an operator's actual bond, and read 'not documented' as unknown rather than zero. Also returns summary statistics and FAA financial responsibility data. Use for questions about satellite operator financial obligations, bond compliance, or TPL coverage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default 1)
operatorNoSearch operator name (partial match)
per_pageNoResults per page (default 20, max 100)
entity_idNoFilter by entity UUID
orbit_typeNoFilter by orbit type: NGSO or GSO

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.1

TDQS

A4.3/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true, so safety is covered, yet the description adds crucial interpretive behavior: the POSTED vs COMPUTED distinction, the warning never to report a computed figure as an actual bond, and the instruction to treat 'not documented' as unknown rather than zero. These are exactly the semantics an agent cannot infer from structured fields and prevent materially wrong answers.

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?

Four sentences, front-loaded with the purpose before the caveats, and each sentence carries real informational weight. Slightly long, but the length is justified by the data-interpretation warnings rather than padding.

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 must characterize the return, and it does: two figures per operator plus summary statistics and FAA financial responsibility data. It omits return shape details like pagination metadata and per-operator fields, but an agent has enough to call and interpret it correctly.

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 100%, and the description adds no filtering syntax or format details beyond what the schema already documents (operator partial match, orbit_type NGSO/GSO, pagination). The baseline of 3 applies when the schema does the heavy lifting.

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 first sentence states a specific verb and resource with domain scope: 'Get FCC surety bond portfolio for satellite operators.' No sibling tool covers bonds or financial obligations, so the purpose is unambiguous and distinguishable from the rest of the registry.

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 final sentence gives clear trigger conditions ('questions about satellite operator financial obligations, bond compliance, or TPL coverage'), which tells the agent when to reach for this tool. It stops short of naming an exclusion or an alternative sibling, so it is clear context rather than fully explicit routing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.