Skip to main content
Glama

New Relic MCP Server

by piekstra

test_log_parsing_rule

Test log parsing rules against sample logs to validate pattern accuracy. Automatically generates grok patterns when none are provided for log data analysis.

Instructions

Test a log parsing rule against sample logs. If no grok_pattern is provided, it will generate one automatically.

Input Schema

NameRequiredDescriptionDefault
log_samplesYes
grok_patternNo
account_idNo

Input Schema (JSON Schema)

{ "properties": { "account_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Account Id" }, "grok_pattern": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Grok Pattern" }, "log_samples": { "items": { "type": "string" }, "title": "Log Samples", "type": "array" } }, "required": [ "log_samples" ], "type": "object" }

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/piekstra/newrelic-mcp-server'

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