Modes MCP Server

validate_mode

Validate a mode configuration without saving it

Input Schema

NameRequiredDescriptionDefault
modeYes

Input Schema (JSON Schema)

{ "properties": { "mode": { "properties": { "customInstructions": { "type": "string" }, "groups": { "type": "array" }, "name": { "type": "string" }, "roleDefinition": { "type": "string" }, "slug": { "type": "string" } }, "required": [ "slug", "name", "roleDefinition", "groups" ], "type": "object" } }, "required": [ "mode" ], "type": "object" }