Skip to content
MCP tools
View as Markdown
Read-onlyCommission ledgerMCP tool

commission_ledger_get

Get the full details of a single commission ledger entry by its ID — amounts, splits, status, payout dates, and the linked escrow.

Get the full details of a single commission ledger entry by its ID — amounts, splits, status, payout dates, and the linked escrow. Use after commission_ledger_list when you need every field for one entry. Scoped to the caller — returns not-found if the entry belongs to another agent outside the caller scope. Returns the complete ledger entry.

Parameters#

ParameterTypeRequiredDescription
idstringYesUUID of the commission ledger entry · Format: UUID

Example prompts#

  • "Pull up the details on one of my commission ledger."

Safety#

Read-only. This tool never changes your data — it only looks things up. Safe to run anytime.