Skip to main content
Glama

Modes MCP Server

create_mode

Design and configure a new operational mode with custom instructions, tool groups, and role definitions to enhance management workflows on the Modes MCP Server.

Instructions

Create a new custom mode

Input Schema

NameRequiredDescriptionDefault
customInstructionsNoOptional additional instructions for the mode
groupsYesArray of allowed tool groups
nameYesDisplay name for the mode
roleDefinitionYesDetailed description of the mode's role and capabilities
slugYesUnique slug for the mode (lowercase letters, numbers, and hyphens)

Input Schema (JSON Schema)

{ "properties": { "customInstructions": { "description": "Optional additional instructions for the mode", "type": "string" }, "groups": { "description": "Array of allowed tool groups", "items": { "oneOf": [ { "type": "string" }, { "items": [ { "type": "string" }, { "properties": { "description": { "type": "string" }, "fileRegex": { "type": "string" } }, "required": [ "fileRegex", "description" ], "type": "object" } ], "type": "array" } ] }, "type": "array" }, "name": { "description": "Display name for the mode", "type": "string" }, "roleDefinition": { "description": "Detailed description of the mode's role and capabilities", "type": "string" }, "slug": { "description": "Unique slug for the mode (lowercase letters, numbers, and hyphens)", "type": "string" } }, "required": [ "slug", "name", "roleDefinition", "groups" ], "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/ccc0168/modes-mcp-server'

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