Skip to main content
Glama
tickernelz

FastApply MCP Server

by tickernelz

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MAX_FILE_SIZENoMaximum file size in bytes10485760
FAST_APPLY_URLNoFastApply server URLhttp://localhost:1234/v1
FAST_APPLY_MODELNoFastApply model namefastapply-1.5b
FAST_APPLY_TIMEOUTNoRequest timeout in seconds300.0
FAST_APPLY_MAX_TOKENSNoMaximum number of tokens for model responses8000
FAST_APPLY_AUTO_BACKUPNoEnable automatic backups before file modificationsFalse
FAST_APPLY_TEMPERATURENoModel temperature for response generation0.05

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_toolsB

Return metadata for available tools.

call_toolC

Handle tool calls.

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 clearly distinct purposes: call_tool handles tool execution, while list_tools provides metadata about available tools. There is no overlap or ambiguity between these functions, making it easy for an agent to select the correct tool.

Naming Consistency5/5

Both tools follow a consistent verb_noun naming pattern (call_tool and list_tools) with the same snake_case convention. This predictability aids in understanding and usage without any deviations.

Tool Count2/5

With only 2 tools, this server feels thin and under-scoped for most practical applications. While it covers basic MCP functionality, it lacks domain-specific operations that would justify a dedicated server, making the count too low for effective agent use.

Completeness1/5

The tool surface is severely incomplete for any meaningful domain. It only provides meta-operations (calling and listing tools) without any actual functionality for a specific purpose, leaving obvious gaps that will cause agent failures in real-world tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues