list_subscriptions
List root subscription fields from a GraphQL schema with optional name filter and limit. Use this to discover available subscriptions for informational purposes.
Instructions
List all root subscription fields (e.g. messageAdded, onUserUpdate). Note: this MCP server uses HTTP request/response, so subscriptions cannot be executed here — list is informational only. Use a websocket-based GraphQL client to consume subscriptions. Returns an empty list if the schema has no subscription type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Case-insensitive substring filter on subscription name | |
| limit | No | Max number of subscriptions to return (default: 200) |