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
currencyCodestringone 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
floatDateFromstringformat: date
floatDateTostringformat: date
minAmountnumbermin: 0
minDaysOfFloatintegermin: 0
searchstringmax length: 200
sortColumnstringone of: loadNumber, customerName, carrierName, factoringName, recipientName, currencyCode, receivableCurrencyCode, paidCurrencyCode, customerPaymentStatuses, carrierPaidAmount, carrierPaidDate, remainingCustomerBalance, daysOfFloatExposure, teamId; default: "daysOfFloatExposure"
sortDirectionstringone of: asc, desc; default: "desc"
limitintegerdefault: 25; min: 1; max: 500
cursorobjectResult
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.