Skip to main content
Glama
jaenster
by jaenster

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
getTypeAtPositionC

Get the TypeScript type at a specific position in a file

getDefinitionA

Get the definition location(s) for a symbol at a position (go-to-definition)

getReferencesB

Find all references to a symbol at a position

getHoverB

Get hover information (documentation, type signature) at a position

getCompletionsC

Get autocomplete suggestions at a position

getDiagnosticsB

Get TypeScript diagnostics (errors, warnings) for a file or project

traceTypeC

Trace where a type comes from and how it is composed

runTypeTestsB

Run type test assertions from files with @ts-lsp-mcp expect-type/expect-error comments

checkInlineCodeA

Type-check inline TypeScript code without creating a file

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 9 tools

Disambiguation5/5

Each tool targets a distinct LSP feature (type-checking, completions, definitions, diagnostics, hover, references, type queries, type tests, type tracing). There is no overlap or ambiguity between tools.

Naming Consistency4/5

Most tools follow a 'get' + noun pattern (getCompletions, getDefinition, etc.), with two exceptions: 'checkInlineCode' uses 'check' and 'runTypeTests' uses 'run'. This minor inconsistency prevents a perfect score.

Tool Count5/5

9 tools is an appropriate size for a TypeScript LSP server. It covers essential features without being bloated or too sparse.

Completeness4/5

The tools cover core LSP operations (diagnostics, hover, definition, references, completions, type queries) and even include niche features (type tracing, type tests). Missing common operations like code actions, rename, or formatting, but the set is largely complete for its apparent purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues