Skip to main content
PATCH
Update toolset

Authorizations

Authorization
string
header
required

Enter your JWT token

Path Parameters

toolsetId
string
required

The identifier of the toolset to update.

Body

application/json

The fields to update on the toolset.

Request body for updating a toolset; null members are left unchanged.

name
string | null

New display name; null leaves it unchanged.

connections
object[] | null

Replacement connection set; null leaves it unchanged.

workflows
string[] | null

Replacement workflow set; null leaves it unchanged.

Response

The updated toolset.

Public-shape DTO for a toolset (per-account-user, named scope bundling specific connections + an allowed tool set). See toolsets-and-connections-spec.md.

toolsetId
string
required

Unique identifier of the toolset (the MCPServer token GUID).

name
string
required

Display name of the toolset.

connections
object[]
required

Connections included in this toolset and their permitted tools.

workflows
string[]
required

Workflow token GUIDs included in this toolset.

createdDate
string<date-time>
required

When the toolset was created.

updatedDate
string<date-time> | null

When the toolset was last updated; null if never updated.

createdByAccountUserId
integer<int32> | null

Account-user ID that created the toolset.

updatedByAccountUserId
integer<int32> | null

Account-user ID that last updated the toolset; null/0 until first updated.