Skip to main content
Glama

Mode Manager MCP

update_instruction

Modify or refresh the content and description in a VS Code .instructions.md file to ensure accurate and updated instructional details for users.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
contentNo
descriptionNo
filenameYes

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" } }, "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