travaso
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRAVASO_DIR | No | The directory where Travaso stores its data. Defaults to ~/.travaso. | ~/.travaso |
| TRAVASO_AUTO | No | When set to 1, facts exit the tank immediately after being queried, without requiring confirmation. | 0 |
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 |
|---|---|
| travaso_statoA | Livello del serbatoio di memoria da travasare: quanti fatti restano, quanti sono stati assorbiti, file e istruzioni. Chiamalo per primo. |
| travaso_cercaB | Cerca nel serbatoio e consegna solo fatti non ancora consegnati, con i termini da cercare dopo (next_queries). Salva i fatti nella tua memoria permanente e poi chiama travaso_assorbi. |
| travaso_prossimiA | Consegna in ordine i prossimi fatti del serbatoio, per svuotarlo tutto. Ripeti finché exhausted=true, assorbendo dopo ogni blocco. |
| travaso_assorbiC | Conferma che hai salvato questi fatti nella tua memoria: escono dal serbatoio per sempre (restano solo in archivio). |
| travaso_archivioB | Cerca nell'archivio originale, che non si svuota mai. Da usare solo per ricordare qualcosa dopo il travaso. |
| travaso_ripristinaC | Riempie di nuovo il serbatoio dall'archivio. Solo su richiesta esplicita dell'utente. |
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 6 tools
Each tool has a clearly distinct purpose: checking state, searching for facts, sequential delivery, absorbing, archive search, and restore. No two tools overlap in function.
All tools share the consistent 'travaso_' prefix followed by a clear verb or noun (stato, cerca, prossimi, assorbi, archivio, ripristina). The pattern is uniform and predictable.
Six tools is well within the ideal 3-15 range and each tool serves a necessary step in the transfer workflow without redundancy.
The tool set covers the full lifecycle of the transfer process: status check, search-based retrieval, sequential delivery, absorption confirmation, archive lookup, and restore. No obvious gaps in the workflow.