Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_TRANSPORTNo

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
dcl_evaluate_fastA

FAST Pre-Action Audit ($0.01). Quick policy check of an agent's response using the default policy.

dcl_evaluate_strictC

STRICT Pre-Action Audit ($0.05). Rigorous check with a higher confidence threshold.

dcl_evaluate_jailbreakA

PRE-ACTION Instruction Adherence Check ($0.02). Detects jailbreak attempts.

dcl_evaluate_safetyD

PRE-ACTION Baseline Safety Check ($0.01).

dcl_evaluate_qualityD

PRE-ACTION Content Quality & Drift Check ($0.03).

dcl_evaluate_secretsA

POST-ACTION Secret & Credential Leak Scan ($0.02). Regex-based scan across 8 categories (API keys, cloud credentials, tokens/JWTs, private keys, DB URLs, connection strings, env assignments, webhook secrets, internal endpoints with auth). Any finding results in NO_COMMIT.

dcl_evaluate_piiA

POST-ACTION PII Detection Scan ($0.02). Regex-based scan across 8 personal-data categories, with a Luhn checksum on card numbers to reduce false positives. Any finding results in NO_COMMIT.

dcl_evaluate_batchB

PRE-ACTION Bulk Processing ($0.10). Evaluates multiple responses in a single call.

dcl_pipeline_startA

SESSION Management ($0.05). Opens a pipeline session for a series of checks.

dcl_audit_decodeA

POST-ACTION Basic Audit ($0.10). Retrieves a record from the tamper-evident chain by tx_hash.

dcl_audit_decode_deepA

POST-ACTION Deep Forensic Audit ($0.50). Extended output with drift_context and full chain integrity verification.

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/Fronesis-Labs/dcl-webhook'

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