Skip to main content
MUTATION
updateMcpToolPreset(id: ID!, input: McpToolPresetInput!): McpToolPreset!

Arguments

id
ID!
required

Identifier of the resource to return or affect.

input

Values for the requested operation.

id
ID!

Stable identifier for this MCP tool preset.

name
String!

Display name of this MCP tool preset.

description
String!

Human-readable description of this MCP tool preset.

iconKey
String!

The icon key associated with this MCP tool preset.

enabledForPlans
Boolean!

Whether the enabled for plans condition is true for this MCP tool preset.

enabledForSessions
Boolean!

Whether the enabled for sessions condition is true for this MCP tool preset.

toolNames
[String!]!

Tool names associated with this MCP tool preset.

createdAt
String!

ISO 8601 timestamp when this MCP tool preset was created.

updatedAt
String!

ISO 8601 timestamp when this MCP tool preset was last updated.

Mutation
Variables
Response