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

Capabilities

Features and capabilities supported by this server

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_groups

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

list_sources

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_destinations

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

list_pipelines

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_routes

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

list_breakers

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

list_lookups

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