create_mode
Create a new operational mode on the Modes MCP Server by defining its name, role, allowed tool groups, and optional instructions, enabling tailored configurations for specific tasks.
Instructions
Create a new custom mode
Input Schema
Name | Required | Description | Default |
---|---|---|---|
customInstructions | No | Optional additional instructions for the mode | |
groups | Yes | Array of allowed tool groups | |
name | Yes | Display name for the mode | |
roleDefinition | Yes | Detailed description of the mode's role and capabilities | |
slug | Yes | Unique slug for the mode (lowercase letters, numbers, and hyphens) |