Skip to main content
Glama
grok.json1.01 kB
{ "id": "grok", "schema": { "type": "object", "title": "", "required": ["pattern"], "flag": { "name": "native/pcre" }, "properties": { "pattern": { "type": "string", "title": "Pattern", "description": "Grok pattern to extract fields. Syntax supported: %{PATTERN_NAME:FIELD_NAME}" }, "patternList": { "type": "array", "title": "Additional Grok patterns", "default": [], "items": { "type": "object", "required": ["pattern"], "properties": { "pattern": { "type": "string", "title": "Pattern", "description": "Grok pattern to extract fields. Syntax supported: %{PATTERN_NAME:FIELD_NAME}" } } } }, "source": { "type": "string", "title": "Source field", "description": "Field on which to perform Grok extractions", "default": "_raw" } } } }

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