Skip to main content
Glama
Swanand33

mcp-llm-behave

by Swanand33

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
run_behavior_testA

Run a single behavioral assertion using llm-behave embedding similarity.

Checks whether the model output semantically satisfies the expected behavior. Uses sentence-level max similarity so long outputs are handled correctly.

compare_outputsA

Compare two LLM outputs for semantic similarity (regression detection).

Useful for catching silent model regressions: run this in CI against a known-good baseline output to detect drift when you change prompts or models.

list_builtin_behaviorsA

Return the catalog of built-in behavioral checks available in llm-behave.

Returns: list of dicts, each with 'name', 'method', and 'description' keys.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Swanand33/mcp_llm_behave'

If you have feedback or need assistance with the MCP directory API, please join our Discord server