MCP documentation | MCP docs for agents

ark_update_edi_partner_connection

ark.update_edi_partner_connection

Update an EDI partner connection status, transport identifiers, AS2/ISA/GS routing values, and setup notes.

Availability
Expanded preview
Scopes
edi:write
ARK permissions
canAdminEdi
Team visibility
Not entity-scoped
Approval policy
ask_before_write
ARK approval request
Required before execution
Idempotency
Required for external execution
Read-only
No
Destructive
No
External side effect
No
Rate limit
OAuth MCP credential and organization budgets

Input

connectionIdstringrequired

EDI partner assignment ID.

format: uuid

partnerDisplayNamestring

min length: 1; max length: 200

requestNotesstring | null

max length: 5000

onboardingStatusstring

one of: requested, internal_review, testing, active, suspended, error, archived

transportStatusstring

one of: pending, configured, testing, active, suspended, error

assignmentStatusstring

one of: active, suspended, archived

serverKeystring | null

max length: 200

agreementIdstring | null

max length: 200

connectorIdstring | null

max length: 200

inboundAs2Identitystring | null

max length: 200

outboundAs2Identitystring | null

max length: 200

isaSenderIdstring | null

max length: 50

isaReceiverIdstring | null

max length: 50

gsSenderIdstring | null

max length: 50

gsReceiverIdstring | null

max length: 50

routingDiscriminatorstring | null

max length: 100

Result

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