Skip to main content
Glama
NewJerseyStyle

ELIZA MCP Server

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
eliza_chatC

Send a message to ELIZA chatbot and receive a response. ELIZA is a classic chatbot that simulates a Rogerian psychotherapist.

eliza_resetA

Reset the ELIZA conversation, clearing all memory and starting fresh.

eliza_get_initialA

Get ELIZA's initial greeting message to start a new conversation.

eliza_get_finalA

Get ELIZA's farewell message when ending the conversation.

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 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: chat, reset, get initial greeting, and get final farewell. No overlap in functionality.

Naming Consistency5/5

All tools follow a consistent snake_case pattern with the 'eliza_' prefix, making them predictable and easy to distinguish.

Tool Count5/5

Four tools provide a well-scoped set that covers the essential operations for interacting with a simple chatbot without redundancy.

Completeness5/5

The toolset covers the full conversation lifecycle: starting (initial greeting), interacting (chat), resetting, and ending (final farewell). No obvious gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues