Seq MCP Server

get-signals

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