toon-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 | {} |
| logging | {} |
| completions | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| encode_toonB | Convert JSON data into compact TOON format to save tokens. |
| decode_toonB | Convert TOON formatted text back into standard JSON. |
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 2 tools
The two tools have clearly distinct purposes: one converts TOON to JSON, the other JSON to TOON, with no overlap in functionality.
Both tools follow a consistent verb_noun pattern (decode_toon, encode_toon), making the action and target clear.
With exactly two tools covering the bidirectional conversion, the count is perfectly scoped for the domain; each tool is essential.
The tool set fully covers the conversion domain with both directions present, leaving no gaps in functionality.