Seq MCP Server

get-signals

Retrieve signals filtered by owner ID, shared or private status, and partial matches. Designed for Seq MCP Server to efficiently manage logging and monitoring configurations.

Input Schema

NameRequiredDescriptionDefault
ownerIdNoOwner ID to filter signals by
partialNoWhether to include partial signal matches
sharedNoWhether to include only shared signals (true) or private signals (false)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ownerId": { "description": "Owner ID to filter signals by", "type": "string" }, "partial": { "description": "Whether to include partial signal matches", "type": "boolean" }, "shared": { "description": "Whether to include only shared signals (true) or private signals (false)", "type": "boolean" } }, "type": "object" }

You must be authenticated.

Other Tools from Seq MCP Server

Related Tools

ID: yljb00fc2g