Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LLM_REDTEAM_PROBE_DIRNoProbe library directory../probes
LLM_REDTEAM_OLLAMA_URLNoOllama base URL.http://localhost:11434
LLM_REDTEAM_REPORTS_DIRNoWhere export_report writes../reports

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_modelsA

List the LLM models installed in the local Ollama instance.

Returns a mapping with a ``models`` list (name, size, family, parameters),
or an ``error`` string if Ollama cannot be reached.
list_probesA

List every probe category and the probes it contains.

Returns a mapping of category name to its description and probe metadata
(id, description, whether it installs a system prompt, and its fail
markers), or an ``error`` string if the probe library is invalid.
run_probeA

Run every probe in category against model and score the results.

Args:
    model: Name of an installed Ollama model (see ``list_models``).
    category: A probe category name (see ``list_probes``).

Returns:
    A report dict (model, scope, summary, per-probe results), or an
    ``error`` string if the category is unknown or the library is invalid.
run_singleA

Run one ad-hoc prompt against model and score the response.

No fail markers are defined for an ad-hoc prompt, so the verdict will be
``pass`` only if the model clearly refuses, and ``needs_review`` otherwise.

Args:
    model: Name of an installed Ollama model (see ``list_models``).
    prompt: The single prompt to send.

Returns:
    A report dict with one result, or an ``error`` string on failure.
export_reportA

Write the most recent run to timestamped JSON and Markdown in ./reports.

Returns:
    A mapping with the written ``json`` and ``markdown`` file paths, or an
    ``error`` string if no run has been performed yet this session.

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/Aeronique/llm-redteam-mcp'

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