code-mode-toon
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CODE_MODE_TOON_CONFIG | Yes | The path to your MCP configuration file (e.g., ~/.cursor/mcp.json or ~/Library/Application\ Support/Claude/claude_desktop_config.json) which allows the orchestrator to locate and lazy-load other MCP servers. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| execute_codeA | WHEN TO USE:
DO NOT USE:
AVAILABLE SERVERS: LAZY-LOAD ON DEMAND: WORKFLOWS (use execute_workflow instead for these):
USAGE PATTERN: ERROR RECOVERY:
All results TOON-compressed by default. |
| execute_workflowB | USE WHEN you need research, K8s auditing, or incident analysis. Pre-built automation with parallel execution and automatic retries. |
| list_workflowsA | CALL FIRST to discover available automations before writing custom code. Returns workflow names, descriptions, and required parameters. |
| search_toolsA | USE WHEN you don't know which server has the tool you need. Searches across all loaded MCP servers by name/description. |
| get_tool_apiB | CALL BEFORE using a server to see exact parameter schemas. Returns all tools with their input requirements. |
| set_project_rootC | Set project root for path resolution |
| list_serversA | CALL FIRST to see what MCP servers are available. Shows loaded, lazy (on-demand), and disabled servers. |
| usage_guideA | CALL WHEN confused about CodeModeTOON. Returns step-by-step guides for quickstart, troubleshooting, and best practices. |
| suggest_approachA | CALL WHEN UNSURE whether to use execute_code, execute_workflow, or direct MCP. Analyzes your task and recommends the most efficient approach. Considers: operation count, data size, existing workflows. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 9 tools
Most tools have distinct purposes, but execute_code and execute_workflow could be confused without reading descriptions. suggest_approach and usage_guide also overlap slightly in guiding the user.
All tool names follow a consistent verb_noun pattern in snake_case, with no mixing of conventions.
9 tools is appropriate for a meta-orchestration server, covering listing, searching, execution, and guidance without being overwhelming.
The tool surface covers key actions like executing code/workflows, discovering resources, and getting help. A tool to view workflow status or cancel executions would make it more complete.