Skip to main content
Glama

Seq MCP Server

by ahmad2x4

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" }
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/ahmad2x4/mcp-server-seq'

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