Skip to main content
Glama

Modes MCP Server

by mkc909

validate_mode

Verify mode configurations for correctness in the Modes MCP Server without saving changes. Ensures valid setups using schema validation before implementation.

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mkc909/modes-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server