Types
McpToolPreset
Represents an MCP tool preset in the GraphQL API.
object
McpToolPresetFields
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.