Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TRAVASO_DIRNoThe directory where Travaso stores its data. Defaults to ~/.travaso.~/.travaso
TRAVASO_AUTONoWhen 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 6 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

Six tools is well within the ideal 3-15 range and each tool serves a necessary step in the transfer workflow without redundancy.

Completeness5/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues