Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_VERIFY_MODENoOverride mode selection: 'api' or 'sampling'. Default is 'sampling' if ANTHROPIC_API_KEY is not set.
ANTHROPIC_API_KEYNoAPI key for Anthropic. Required for 'api' mode; if not provided, the server uses sampling mode by default.

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
verifyA

Check a DRAFT text against a SOURCE (the source of truth) and report every factual claim the source does not support.

Args: source: The trusted reference text — the source of truth to check against. draft: The text to verify (e.g. a summary, answer, or generated document).

Returns a JSON string: {"passed": bool, "failures": [{"claim", "reason", "source_fact_checked", "category", "severity"}], "mode": "api"|"sampling"}. passed is true only when no unsupported claims were found.

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/zkaplan1103/mcp-verify'

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