Banana
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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| addA | Add two numbers |
| create_text_fileB | Creates a txt file with the given name and text content in the 'deine_texte' folder. |
| log_entryA | Appends a timestamped log entry to 'banana.log' in the server folder. |
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 3 tools
Each tool has a clearly distinct purpose: arithmetic, file creation, and logging. No overlap or ambiguity.
Inconsistent naming: 'add' is a bare verb, while 'create_text_file' and 'log_entry' follow a verb_noun pattern. Mixed styles reduce predictability.
Three tools is appropriate for a small utility server. Not too few or too many.
The tool set appears to be a random collection (arithmetic, file, logging) with no clear domain coverage. Missing any coherent lifecycle or purpose.