Skip to main content
Glama

Mode Manager MCP

create_instruction

Generate a VS Code .instructions.md file with a specified name, description, and markdown content to define and manage coding instructions within Mode Manager MCP.

Instructions

Create a new VS Code .instructions.md file with the specified description and content.

Input Schema

NameRequiredDescriptionDefault
contentYesThe main content/instructions in markdown format
descriptionYesA brief description of what this instruction does
instruction_nameYesThe name for the new instruction (with or without extension)

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "The main content/instructions in markdown format", "title": "Content", "type": "string" }, "description": { "description": "A brief description of what this instruction does", "title": "Description", "type": "string" }, "instruction_name": { "description": "The name for the new instruction (with or without extension)", "title": "Instruction Name", "type": "string" } }, "required": [ "instruction_name", "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