Skip to main content
Glama

Mode Manager MCP

create_chatmode

Generate a .chatmode.md file in VS Code by defining filename, description, content, and tools. Streamlines chatmode creation for efficient instruction management.

Instructions

Create a new VS Code .chatmode.md file with the specified description, content, and tools.

Input Schema

NameRequiredDescriptionDefault
contentYes
descriptionYes
filenameYes
toolsNo

Input Schema (JSON Schema)

{ "properties": { "content": { "title": "Content", "type": "string" }, "description": { "title": "Description", "type": "string" }, "filename": { "title": "Filename", "type": "string" }, "tools": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Tools" } }, "required": [ "filename", "description", "content" ], "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