Skip to main content
Glama
emanuelmoraes

Local File Manager

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOCAL_WORKSPACE_PATHYesCaminho 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 7 tools

Disambiguation5/5

Each tool serves a distinct file operation (create, delete, read, info, list, move, write) with no overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case, making them predictable and easy to understand.

Tool Count5/5

Seven tools provide a balanced set of file management operations without being too few or too many for the domain.

Completeness4/5

Covers core CRUD and listing, but lacks a copy operation and advanced features like search; minor gaps for typical file management.

Maintenance

ActivityInactive
ResponsivenessNo issues