Local File Manager
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOCAL_WORKSPACE_PATH | Yes | Caminho absoluto do diretório local que o servidor deve gerenciar. |
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": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_filesA | Lista o conteúdo de uma pasta do diretório gerenciado (arquivos e subpastas). |
| download_fileB | Lê e retorna o conteúdo de um arquivo de texto dentro do diretório gerenciado. |
| upload_fileA | Grava ou sobrescreve um arquivo de texto no diretório gerenciado. |
| get_file_infoB | Retorna metadados detalhados de um arquivo ou diretório. |
| delete_fileA | Exclui um arquivo ou uma pasta vazia do diretório gerenciado. |
| create_directoryB | Cria um novo diretório dentro da pasta gerenciada. |
| move_fileB | Move ou renomeia um arquivo ou diretório dentro da pasta gerenciada. |
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 7 tools
Each tool serves a distinct file operation (create, delete, read, info, list, move, write) with no overlap in functionality.
All tool names follow a consistent verb_noun pattern in snake_case, making them predictable and easy to understand.
Seven tools provide a balanced set of file management operations without being too few or too many for the domain.
Covers core CRUD and listing, but lacks a copy operation and advanced features like search; minor gaps for typical file management.