MCP documentation | MCP docs for agents

ark_set_customer_team_visibility

ark.set_customer_team_visibility

Replace the visible-team mappings for a customer while preserving existing mappings outside the connection team scope.

Availability
Expanded preview
Scopes
customers:write
ARK permissions
canEditCustomer
Team visibility
Required and enforced
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

customerIdstringrequired

Visible ARK customer ID.

format: uuid

teamIdsarray<string>required

Visible ARK team IDs to set for the customer. Existing customer mappings outside the connection team scope are preserved and returned.

min items: 1; max items: 100

Result

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