Skip to main content
Glama
n1snt
by n1snt

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
redux_get_stateA

Return the current Redux store snapshot.

redux_get_actionsB

Return available actions and optionally dispatched history.

redux_get_state_diffA

Return field-level changes between current state and the previous snapshot (or a provided baseline).

redux_dispatch_actionC

Dispatch an action to the Redux store.

redux_reset_stateA

Reset Redux state and action history to initial values.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 5 tools

Disambiguation5/5

Each tool serves a unique purpose: dispatching actions, retrieving actions/history, getting state, computing state diffs, and resetting state. No overlaps exist.

Naming Consistency5/5

All tools follow the consistent pattern 'redux_verb_noun', using snake_case and clear verbs (dispatch, get, reset). No deviations.

Tool Count5/5

Five tools cover the essential operations for Redux state management without being excessive or insufficient. The count matches the domain scope.

Completeness5/5

The set covers all key Redux interactions: dispatching, reading state, diffing, resetting, and viewing action history. No obvious gaps for a basic server.

Maintenance

ActivityInactive
ResponsivenessNo issues