Skip to main content
Glama

Mode Manager MCP

update_chatmode

Modify and update VS Code .chatmode.md files by editing descriptions, content, or integrated tools using 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
filenameYes
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": { "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