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
connectionIdstringrequiredEDI partner assignment ID.
format: uuid
partnerDisplayNamestringmin length: 1; max length: 200
requestNotesstring | nullmax length: 5000
onboardingStatusstringone of: requested, internal_review, testing, active, suspended, error, archived
transportStatusstringone of: pending, configured, testing, active, suspended, error
assignmentStatusstringone of: active, suspended, archived
serverKeystring | nullmax length: 200
agreementIdstring | nullmax length: 200
connectorIdstring | nullmax length: 200
inboundAs2Identitystring | nullmax length: 200
outboundAs2Identitystring | nullmax length: 200
isaSenderIdstring | nullmax length: 50
isaReceiverIdstring | nullmax length: 50
gsSenderIdstring | nullmax length: 50
gsReceiverIdstring | nullmax length: 50
routingDiscriminatorstring | nullmax 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.