mcp-servers

Update Workspace Mcp Server

Update a server. Organization owners/admins or this workspace's owners/admins.

Only the fields sent are applied. Omit authorization_token to leave the stored token alone, send an empty string to clear it, or send a value to rotate it.

patch/v1/workspaces/{workspace_id}/mcp-servers/{server_id}

Path parameters

workspace_idstring uuid required
server_idstring uuid required

Request body

allowed_toolsstring[] nullable
authorization_tokenstring nullable
enabledboolean
namestring
purpose_hintstring nullable
urlstring

Response

Successful Response

allowed_toolsstring[] nullable required
created_atstring required
enabledboolean required
has_tokenboolean required
idstring uuid required
namestring required
purpose_hintstring nullable required
updated_atstring required
urlstring required
workspace_idstring uuid required

Changes