Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging level (DEBUG, INFO, WARNING, ERROR)INFO
CRIBL_PASSWORDNoPassword for authentication
CRIBL_USERNAMENoUsername for authentication
CRIBL_SERVER_URLNoBase URL of your Cribl deployment
CRIBL_TIMEOUT_MSNoAPI request timeout in milliseconds10000
CRIBL_VERIFY_SSLNoVerify SSL certificatestrue
CRIBL_BEARER_TOKENNoPre-existing bearer token

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    },
    "prompts": {
      "get": {}
    },
    "resources": {
      "read": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_groupsA

Return JSON describing all Stream worker groups and Edge fleets in the configured Cribl deployment.

list_sourcesA

Return JSON describing all configured Stream and Edge sources in all groups in the Cribl deployment. Includes both regular input sources and collector sources (S3, REST, database, etc.).

list_destinationsA

Return JSON describing all configured Stream and Edge destinations in all groups in the Cribl deployment.

list_pipelinesA

Return JSON describing configured Stream and Edge pipelines in all groups in the Cribl deployment. Optionally filter by pipeline_id to fetch a specific pipeline.

list_routesA

Return JSON describing all configured Stream and Edge routes in all groups in the Cribl deployment.

list_breakersB

Return JSON describing all configured Stream and Edge event breakers in all groups in the Cribl deployment.

list_lookupsA

Return JSON describing all configured Stream and Edge lookups in all groups in the Cribl deployment.

Prompts

Interactive templates invoked by user choice

NameDescription
Summarize Cribl ConfigurationCreate a prompt to summarize the current Cribl configuration.
Find Broken SourcesCreate a prompt to find broken sources.
Analyze PipelineAnalyze a specific pipeline for best practices and potential issues.
Troubleshoot DestinationHelp troubleshoot issues with a specific destination.

Resources

Contextual data attached and managed by the client

NameDescription
Cribl GroupsReturn a JSON list of all worker groups and Edge fleets.
Cribl SourcesReturn a JSON list of all configured sources.
Cribl DestinationsReturn a JSON list of all configured destinations.
Cribl PipelinesReturn a JSON list of all configured pipelines.
Cribl RoutesReturn a JSON list of all configured routes.
Cribl Event BreakersReturn a JSON list of all configured event breakers.
Cribl LookupsReturn a JSON list of all configured lookups.

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/atree1023/snc-cribl-mcp'

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