Skip to main content
Glama

Modes MCP Server

validate_mode

Test mode configurations for validation, ensuring compliance with schema requirements before implementation on the Modes MCP Server.

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

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/ccc0168/modes-mcp-server'

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