Modes MCP Server

by ccc0168
Verified

get_mode

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