Skip to main content
Glama
LIVELUCKY

fastcontext_explore

by LIVELUCKY

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MODELYesModel ID to use (e.g., your-model-id). Corresponds to --model argument.
API_KEYYesAPI key for the endpoint (can be 'lm-studio' for local). Corresponds to --api-key argument.
BASE_URLYesBase URL of the OpenAI-compatible endpoint (e.g., http://localhost:1234/v1). Corresponds to --base-url argument.

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
fastcontext_exploreA

Find where code lives in this repo. Delegates read-only exploration to FastContext and returns verified path:line citations. Call it before editing/reviewing/debugging when unsure where the relevant code is; then open only the cited ranges.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.5/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no risk of confusion or overlap between tools. The agent will always select the correct tool.

Naming Consistency5/5

A single tool has a consistent name that clearly describes its purpose ('explore'). There is no pattern mismatch.

Tool Count3/5

The server only provides one tool, which is at the low end of the typical range. While it may be sufficient for the narrow scope of exploration, it feels thin compared to most servers.

Completeness4/5

For the stated purpose of read-only code exploration and citation retrieval, the tool appears complete. Minor gaps (e.g., no search or filter options) are outside its scope.

Maintenance

ActivityInactive
ResponsivenessNo issues