Skip to main content
Glama

subscribe_event

Enable real-time Figma event monitoring or cessation by subscribing or unsubscribing to specific events (e.g., selection_change, document_change). Returns a subscription ID for subscriptions and a success status for unsubscriptions.

Instructions

Subscribe or unsubscribe to a Figma event (e.g., selection_change, document_change).

Returns: { subscriptionId } for subscribe, { success: true } for unsubscribe

Input Schema

NameRequiredDescriptionDefault
eventTypeYes
filterNo
subscribeYes
subscriptionIdNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "eventType": { "type": "string" }, "filter": {}, "subscribe": { "type": "boolean" }, "subscriptionId": { "type": "string" } }, "required": [ "eventType", "subscribe" ], "type": "object" }

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/amalinakurniasari/conduit'

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