Skip to main content
Glama

Modes MCP Server

update_mode

Modify an existing custom mode by updating its name, role definition, groups, or custom instructions using the provided slug. Supports schema validation and real-time configuration changes for precise mode management.

Instructions

Update an existing custom mode

Input Schema

NameRequiredDescriptionDefault
slugYesSlug of the mode to update
updatesYes

Input Schema (JSON Schema)

{ "properties": { "slug": { "description": "Slug of the mode to update", "type": "string" }, "updates": { "properties": { "customInstructions": { "type": "string" }, "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": { "type": "string" }, "roleDefinition": { "type": "string" } }, "type": "object" } }, "required": [ "slug", "updates" ], "type": "object" }

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