Modes MCP Server
by mkc909
validate_mode
Validate a mode configuration without saving it
Input Schema
Name | Required | Description | Default |
---|---|---|---|
mode | Yes |
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.