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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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