Skip to main content
GET
Get toolset

Authorizations

Authorization
string
header
required

Enter your JWT token

Path Parameters

toolsetId
string
required

The identifier of the toolset to retrieve.

Response

The requested 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.