Query
Response
Queries
mcpToolPresets
Returns MCP tool presets.
QUERY
mcpToolPresets(kind: RunKind): [McpToolPreset!]!Arguments
kind
The kind used to filter or perform the operation. Omit it to leave this dimension unfiltered.
Returns
[McpToolPreset!]!
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.
Query
Response