MCP documentation | MCP docs for agents

ark_get_cash_flow_float_exposure

ark.get_cash_flow_float_exposure

List visible loads where carrier cash has been paid while customer receivables remain open.

Availability
Expanded preview
Scopes
reports:read
ARK permissions
canViewReportscanViewCashFlowForecast
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

currencyCodestring

one of: USD, CAD, MXN; default: "USD"

teamIdsarray<string>

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

min items: 1; max items: 100

customerIdsarray<string>

max items: 100

carrierIdsarray<string>

max items: 100

factoringIdsarray<string>

max items: 100

statusesarray<string>

max items: 20

floatDateFromstring

format: date

floatDateTostring

format: date

minAmountnumber

min: 0

minDaysOfFloatinteger

min: 0

searchstring

max length: 200

sortColumnstring

one of: loadNumber, customerName, carrierName, factoringName, recipientName, currencyCode, receivableCurrencyCode, paidCurrencyCode, customerPaymentStatuses, carrierPaidAmount, carrierPaidDate, remainingCustomerBalance, daysOfFloatExposure, teamId; default: "daysOfFloatExposure"

sortDirectionstring

one of: asc, desc; default: "desc"

limitinteger

default: 25; min: 1; max: 500

Result

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