MCP documentation | MCP docs for agents

ark_get_aging_report

ark.get_aging_report

Return permissioned AR and AP aging summaries with bounded outstanding invoice/payment details for visible teams.

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

directionstring

one of: receivables, payables, both; default: "both"

teamIdsarray<string>

Optional visible team IDs. Omit to use all teams available to the connection.

min items: 1; max items: 100

detailLimitinteger

Maximum details to return per AR/AP section. Summary totals remain complete.

default: 100; min: 0; max: 1000

Result

The tool returns the canonical ark.get_aging_report 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.