Skip to main content
Glama

Modes MCP Server

by mkc909

delete_mode

Remove a custom operational mode by specifying its unique slug. Integrates with Modes MCP Server to enable programmatic mode management and schema validation.

Instructions

Delete a custom mode

Input Schema

NameRequiredDescriptionDefault
slugYesSlug of the mode to delete

Input Schema (JSON Schema)

{ "properties": { "slug": { "description": "Slug of the mode to delete", "type": "string" } }, "required": [ "slug" ], "type": "object" }

You must be authenticated.

Other Tools from Modes MCP Server

Related Tools

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/mkc909/modes-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server