MCP documentation | MCP docs for agents
ark_list_carrier_ach_files
ark.list_carrier_ach_files
List visible ARK carrier ACH/NACHA batches for reconciliation, filtered by status, effective date, file name, or batch number.
- Availability
- Expanded preview
- Scopes
loads:readbilling:read- ARK permissions
canViewLoadscanViewBilling- 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
statusstringOptional ACH/NACHA batch status filter.
one of: GENERATED, UPLOADED, PROCESSED, REJECTED
dateFromstringOptional effective-date start filter in YYYY-MM-DD format.
dateTostringOptional effective-date end filter in YYYY-MM-DD format.
searchstringOptional file name or batch number search.
min length: 1; max length: 100
limitintegerdefault: 25; min: 1; max: 100
offsetintegerdefault: 0; min: 0
Result
The tool returns the canonical ark.list_carrier_ach_files 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.