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. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| execute_code | 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_workflow | USE WHEN you need research, K8s auditing, or incident analysis. Pre-built automation with parallel execution and automatic retries. |
| list_workflows | CALL FIRST to discover available automations before writing custom code. Returns workflow names, descriptions, and required parameters. |
| search_tools | USE WHEN you don't know which server has the tool you need. Searches across all loaded MCP servers by name/description. |
| get_tool_api | CALL BEFORE using a server to see exact parameter schemas. Returns all tools with their input requirements. |
| set_project_root | Set project root for path resolution |
| list_servers | CALL FIRST to see what MCP servers are available. Shows loaded, lazy (on-demand), and disabled servers. |
| usage_guide | CALL WHEN confused about CodeModeTOON. Returns step-by-step guides for quickstart, troubleshooting, and best practices. |
| suggest_approach | 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 | |
Latest Blog Posts
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/ziad-hsn/code-mode-toon'
If you have feedback or need assistance with the MCP directory API, please join our Discord server