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
{
  "listChanged": true
}
resources
{
  "listChanged": true
}
completions
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
effect-documentationB

Fetches and concatenates the latest docs for the specified Effect libraries.

effect-doc-linksA

Returns resource links for the specified libraries so the client can load only what's needed.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
effectLatest documentation for effect
@effect-platformLatest documentation for @effect/platform
@effect-sqlLatest documentation for @effect/sql
@effect-vitestLatest documentation for @effect/vitest
@effect-aiLatest documentation for @effect/ai
@effect-cliLatest documentation for @effect/cli
@effect-clusterLatest documentation for @effect/cluster
@effect-rpcLatest documentation for @effect/rpc
@effect-typeclassLatest documentation for @effect/typeclass
effectLatest documentation for effect
@effect/platformLatest documentation for @effect/platform
@effect/sqlLatest documentation for @effect/sql
@effect/vitestLatest documentation for @effect/vitest
@effect/aiLatest documentation for @effect/ai
@effect/cliLatest documentation for @effect/cli
@effect/clusterLatest documentation for @effect/cluster
@effect/rpcLatest documentation for @effect/rpc
@effect/typeclassLatest documentation for @effect/typeclass

TDQS

A3.7/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one fetches and returns the actual documentation content, while the other returns resource links for the client to load. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tools follow the same 'effect-[noun]' naming pattern with descriptive, hyphenated names. The convention is consistent and predictable.

Tool Count3/5

With only two tools, the server feels thin and borderline for a documentation-focused MCP. The tools are useful, but the count is at the low end of what is considered appropriate.

Completeness4/5

The server covers the two primary operations for documentation access: fetching content and obtaining links. However, it lacks discovery tools (e.g., listing available libraries) which represents a minor gap depending on the client's needs.

Maintenance

ActivityInactive
ResponsivenessNo issues