Modes MCP Server

by ccc0168
Verified

validate_mode

Check mode configuration for errors and compliance with schema in Modes MCP Server before saving, ensuring accurate and valid operational setups.

Instructions

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" }

You must be authenticated.

Other Tools from Modes MCP Server

Related Tools

ID: kxbyxtgfut