Skip to main content
Glama

SEQ MCP Server

by RoeeJ

search_events

Filter and retrieve events from SEQ logs using query parameters, date ranges, and log levels for efficient log analysis and debugging.

Instructions

Search for events in SEQ logs with powerful filtering

Input Schema

NameRequiredDescriptionDefault
countNo
fromDateNo
levelNo
queryNo
toDateNo

Input Schema (JSON Schema)

{ "properties": { "count": { "_def": { "description": "Number of events to return", "innerType": { "_def": { "checks": [ { "inclusive": true, "kind": "min", "value": 1 }, { "inclusive": true, "kind": "max", "value": 1000 } ], "coerce": false, "typeName": "ZodNumber" }, "~standard": { "vendor": "zod", "version": 1 } }, "typeName": "ZodDefault" }, "~standard": { "vendor": "zod", "version": 1 } }, "fromDate": { "_def": { "description": "Start date in ISO format", "innerType": { "_def": { "checks": [], "coerce": false, "typeName": "ZodString" }, "~standard": { "vendor": "zod", "version": 1 } }, "typeName": "ZodOptional" }, "~standard": { "vendor": "zod", "version": 1 } }, "level": { "_def": { "description": "Filter by log level", "innerType": { "_def": { "typeName": "ZodEnum", "values": [ "Verbose", "Debug", "Information", "Warning", "Error", "Fatal" ] }, "~standard": { "vendor": "zod", "version": 1 } }, "typeName": "ZodOptional" }, "~standard": { "vendor": "zod", "version": 1 } }, "query": { "_def": { "description": "SEQ query filter (e.g., \"Level = 'Error'\" or \"@Message like '%failed%'\")", "innerType": { "_def": { "checks": [], "coerce": false, "typeName": "ZodString" }, "~standard": { "vendor": "zod", "version": 1 } }, "typeName": "ZodOptional" }, "~standard": { "vendor": "zod", "version": 1 } }, "toDate": { "_def": { "description": "End date in ISO format", "innerType": { "_def": { "checks": [], "coerce": false, "typeName": "ZodString" }, "~standard": { "vendor": "zod", "version": 1 } }, "typeName": "ZodOptional" }, "~standard": { "vendor": "zod", "version": 1 } } }, "required": [], "type": "object" }
Install Server

Other Tools from SEQ MCP Server

Related Tools

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/RoeeJ/seq-mcp'

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