Skip to main content
Glama
Ggowda2004

file_reader_mcp

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_filesD
read_fileD
search_filesD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.1/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: listing files, reading file contents, and searching for files. No overlap or ambiguity.

Naming Consistency4/5

All tools follow a verb_noun pattern, but read_file uses singular 'file' while list_files and search_files use plural 'files'. This minor inconsistency prevents a perfect score.

Tool Count5/5

Three tools is well-scoped for a file reader server. Each tool serves a core need without redundancy or bloat.

Completeness5/5

For a read-only file server, the surface covers listing, reading, and searching—all essential operations. No obvious gaps for the stated purpose.

Maintenance

ActivityStale
ResponsivenessNo issues