Skip to main content
Glama

Seq MCP Server

by ahmad2x4

get-signals

Retrieve signals from Seq MCP Server using owner ID, shared/private filters, and partial matches for targeted event monitoring and analysis.

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" }

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