Mutation
Variables
Response
Mutations
createMcpToolPreset
Creates an MCP tool preset and returns an MCP tool preset.
MUTATION
createMcpToolPreset(input: McpToolPresetInput!): McpToolPreset!Arguments
input
required
Values for the requested operation.
Returns
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