MCP documentation | MCP docs for agents
ark_list_aging_summary
ark.list_aging_summary
List AR customer or AP carrier aging summary rows with search, bucket, hold, currency, team, pagination, and sort controls.
- Availability
- Expanded preview
- Scopes
reports:read- ARK permissions
canViewReportscanViewAgingReport- Team visibility
- Required and enforced
- Approval policy
none- ARK approval request
- Not required
- Idempotency
- Not required
- Read-only
- Yes
- Destructive
- No
- External side effect
- No
- Rate limit
- OAuth MCP credential and organization budgets
Input
directionstringrequiredreceivables lists customer AR aging. payables lists carrier AP aging.
one of: receivables, payables
teamIdsarray<string>Optional visible team IDs. Omit to use all teams available to the connection.
min items: 1; max items: 100
searchstringmax length: 200
bucketstringone of: 0-30, 31-60, 61-90, 90+
onHoldOnlybooleancurrencyCodestringone of: USD, CAD, MXN
pageintegerdefault: 1; min: 1
pageSizeintegerdefault: 25; min: 1; max: 500
sortColumnstringone of: entityName, currencyCode, totalOutstanding, oldestAgeDays, oldestBucket, itemCount, onHoldCount; default: "totalOutstanding"
sortDirectionstringone of: asc, desc; default: "desc"
Result
The tool returns the canonical ark.list_aging_summary operation result in structuredContent and mirrors the same JSON as text. Errors set isError: true and return a stable error code, message, and optional details.