Skip to main content
Glama
betmoar
by betmoar

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoServer host bindinglocalhost
PORTNoServer port8000
DEBUGNoDebug modefalse
LOG_LEVELNoLogging verbosityINFO
CACHE_SIZENoCache entry limit1000
QDRANT_URLNoQdrant vector databasehttp://localhost:6333
MAX_FILE_SIZENo10MB file limit10485760
FAST_APPLY_URLNoYour FastApply server URLhttp://localhost:1234/v1
OPENAI_API_KEYNoOpenAI integration
QDRANT_API_KEYNoQdrant API key
WORKSPACE_ROOTNoWorkspace confinement
TIMEOUT_SECONDSNoOperation timeout30
FAST_APPLY_MODELNoModel identifierfastapply-1.5b
ALLOWED_EXTENSIONSNoAllowed file extensions.py,.js,.ts,.jsx,.tsx,.md,.json,.yaml,.yml
FAST_APPLY_API_KEYNoAPI key if required
FAST_APPLY_TIMEOUTNoRequest timeout30.0
FAST_APPLY_MAX_TOKENSNoResponse token limit8000
FAST_APPLY_TEMPERATURENoModel consistency0.05
FAST_APPLY_STRICT_PATHSNoPath validation1
MAX_CONCURRENT_OPERATIONSNoConcurrent operations4

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
list_toolsB

Return metadata for all exposed tools (unified mode).

call_toolC

Handle tool calls with unified branching and robust safety checks.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.8/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have completely distinct purposes: call_tool handles tool execution with safety features, while list_tools provides metadata about available tools. There is no overlap in functionality, making them easily distinguishable.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern (call_tool, list_tools) with clear, descriptive names. The naming convention is uniform throughout the set, making it predictable and easy to understand.

Tool Count2/5

With only 2 tools, this server feels under-scoped for a general-purpose 'FastApply MCP Server'. The name suggests broader functionality, but the minimal tool set may limit agent capabilities in handling diverse tasks, indicating a potential mismatch with the implied scope.

Completeness2/5

Given the server name 'FastApply MCP Server', which implies application or deployment-related operations, the tool set is severely incomplete. It lacks core operations like applying configurations, managing resources, or handling deployments, leaving significant gaps for the domain it appears to target.