Distill MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DISTILL_PORT | No | Port of Distill's local HTTP server | 22200 |
| DISTILL_TOKEN | Yes | Bearer token from Distill Settings (required) |
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
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| rename_filesB | Benennt Dateien um: Analysiert den Inhalt mit KI und benennt die Dateien mit beschreibenden Namen um |
| suggest_namesB | Schlägt neue Dateinamen vor ohne umzubenennen |
| revert_renameB | Macht eine Umbenennung rückgängig |
| get_rename_historyC | Zeigt die Umbenennungs-Historie |
| watch_folderC | Fügt einen Ordner zur Überwachung hinzu |
| app_statusA | Gibt den aktuellen App-Status und Einstellungen zurück |
| set_providerB | Wechselt den KI-Provider (Claude, OpenAI, Gemini, Ollama, Apple) |
| get_rulesA | Zeigt die aktuellen Umbenennungsregeln (Format, Datum, Casing, Kategorien) |
| set_rulesC | Ändert die Umbenennungsregeln |
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 9 tools
Each tool has a distinct purpose: status, history, rules (get/set), rename, revert, provider switch, suggestions, and folder watching. No overlapping functions.
All tool names use consistent snake_case with clear verbs (get_, set_, rename_, revert_, suggest_, watch_) and follow a predictable pattern.
9 tools cover the core functionality of an AI-powered file renaming application without being excessive or insufficient.
The tool set includes all essential operations: renaming, reverting, rule management, provider switching, suggestions, history, and folder watching. No obvious gaps.