Skip to main content
Glama

Mode Manager MCP

update_instruction

Modify a VS Code .instructions.md file by updating its description or content using the specified instruction name. Simplifies instruction management in Mode Manager MCP.

Instructions

Update an existing VS Code .instructions.md file with new description or content.

Input Schema

NameRequiredDescriptionDefault
contentNo
descriptionNo
instruction_nameYesThe name of the instruction to update (with or without extension)

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" }, "instruction_name": { "description": "The name of the instruction to update (with or without extension)", "title": "Instruction Name", "type": "string" } }, "required": [ "instruction_name" ], "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