Skip to main content
Glama

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
fida_readA

Read a file's text through Fida policy (files.read). Use this for every file read, ahead of native reads, workspace context, reviewed-file context, lean-ctx/ctx_read, or other MCP file tools, so policy can block denied paths and secret values in returned content are redacted.

fida_shellA

Run a command through Fida policy (commands.run). Use this instead of native shell execution or non-Fida MCP shell tools so the policy can gate the command. Stdout/stderr are returned with secrets redacted.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: fida_read handles file reads, fida_shell handles command execution. There is no overlap in functionality.

Naming Consistency5/5

Both tools follow a consistent pattern: 'fida_' prefix + verb (read, shell). This is a predictable and uniform naming convention.

Tool Count3/5

With only 2 tools, the server is very minimal. While it may cover essential file read and shell execution, it feels thin for a security policy tool that could include more operations.

Completeness2/5

The server lacks write, delete, or policy management tools. For a policy-enforcing tool, there are notable gaps such as file writes or policy listing, which would be expected.

Maintenance

ActivityStale
ResponsivenessNo issues