Skip to main content
Glama
Dedcode14

DedcodeMCP File Manager

by Dedcode14

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
crear_archivoC

Crea un archivo nuevo en el sistema

leer_archivoC

Lee el contenido de un archivo existente

editar_archivoC

Edita el contenido de un archivo existente (sobrescribe el contenido)

mover_archivoC

Mueve o renombra un archivo

eliminar_archivoC

Elimina un archivo del sistema

listar_archivosB

Lista todos los archivos en el sandbox

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 with no ambiguity: crear_archivo (create), editar_archivo (edit), eliminar_archivo (delete), leer_archivo (read), listar_archivos (list), and mover_archivo (move/rename). The actions and targets are well-defined and non-overlapping.

Naming Consistency5/5

All tool names follow a consistent Spanish verb_noun pattern (e.g., crear_archivo, editar_archivo, eliminar_archivo). The naming is uniform across all six tools, making them predictable and readable.

Tool Count5/5

With 6 tools, this server is well-scoped for file management in a sandbox environment. Each tool earns its place by covering essential file operations (create, read, update, delete, list, move), which is appropriate for the domain.

Completeness5/5

The tool set provides complete CRUD/lifecycle coverage for file management: create (crear_archivo), read (leer_archivo), update (editar_archivo), delete (eliminar_archivo), list (listar_archivos), and move/rename (mover_archivo). There are no obvious gaps for the stated purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues