Skip to main content
Glama

Mode Manager MCP

update_chatmode

Modify an existing .chatmode.md file to update its description, content, or tools for enhanced configuration in the Mode Manager MCP server.

Instructions

Update an existing VS Code .chatmode.md file with new description, content, or tools.

Input Schema

NameRequiredDescriptionDefault
contentNo
descriptionNo
filenameYesThe filename of the chatmode to update (with or without extension)
toolsNo

Input Schema (JSON Schema)

{ "properties": { "content": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Content" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "filename": { "description": "The filename of the chatmode to update (with or without extension)", "title": "Filename", "type": "string" }, "tools": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Tools" } }, "required": [ "filename" ], "type": "object" }

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/NiclasOlofsson/mode-manager-mcp'

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