Modes MCP Server

get_mode

Retrieve details of a specific mode by providing its slug using Modes MCP Server. Designed for managing and configuring custom operational modes programmatically.

Instructions

Get details of a specific mode

Input Schema

NameRequiredDescriptionDefault
slugYesSlug of the mode to retrieve

Input Schema (JSON Schema)

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

Other Tools from Modes MCP Server

Related Tools

ID: kwqxkri24g