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

directionstringrequired

receivables 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

searchstring

max length: 200

bucketstring

one of: 0-30, 31-60, 61-90, 90+

onHoldOnlyboolean
currencyCodestring

one of: USD, CAD, MXN

pageinteger

default: 1; min: 1

pageSizeinteger

default: 25; min: 1; max: 500

sortColumnstring

one of: entityName, currencyCode, totalOutstanding, oldestAgeDays, oldestBucket, itemCount, onHoldCount; default: "totalOutstanding"

sortDirectionstring

one 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.