Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EVERIFY_API_KEYYesYour eleata API key, sent as Authorization: Bearer header.
EVERIFY_API_BASENoRequired if EVERIFY_RAPIDAPI=1. The RapidAPI host URL.
EVERIFY_RAPIDAPINoSet to '1' to use the RapidAPI marketplace channel. The key is sent as X-RapidAPI-Key instead of Authorization: Bearer.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
verify_claimA

Fact-check a claim against a piece of evidence using natural-language inference. Returns a grounded verdict — Supported, Refuted, or Not Enough Evidence — with a confidence (0..1) and an abstained flag. Use it to check whether a statement is actually backed by a source before trusting or repeating it. If abstained is true, treat the result as 'cannot verify — do not rely'.

check_groundednessA

Hallucination guard for RAG / agent answers. Pass the model's generated answer and the retrieved context; returns whether the answer is grounded in the context. Treat any verdict other than 'Supported', or abstained=true, as 'ungrounded / likely hallucination' and have the agent retract or re-retrieve.

verify_strictA

Same as verify_claim but with a raised abstention threshold — abstains more readily. Use when a wrong 'Supported' is costly (compliance, legal, medical-adjacent) and the agent must not over-assert.

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

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