get_mode
Retrieve detailed information about a specific mode using its unique slug, enabling precise mode management and configuration within the Modes MCP Server.
Instructions
Get details of a specific mode
Input Schema
Name | Required | Description | Default |
---|---|---|---|
slug | Yes | Slug of the mode to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"slug": {
"description": "Slug of the mode to retrieve",
"type": "string"
}
},
"required": [
"slug"
],
"type": "object"
}