Miro MCP

by k-jarzyna

get-connectors

Retrieve all connectors on a Miro board by specifying the board ID, with options to limit results and enable pagination for efficient data handling.

Instructions

Retrieve all connectors on a specific Miro board

Input Schema

NameRequiredDescriptionDefault
boardIdYesUnique identifier (ID) of the board whose connectors you want to retrieve
cursorNoCursor for pagination
limitNoMaximum number of connectors to return (default: 50)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "boardId": { "description": "Unique identifier (ID) of the board whose connectors you want to retrieve", "type": "string" }, "cursor": { "description": "Cursor for pagination", "type": "string" }, "limit": { "description": "Maximum number of connectors to return (default: 50)", "type": "number" } }, "required": [ "boardId" ], "type": "object" }

You must be authenticated.

Other Tools from Miro MCP

Related Tools

ID: kagg0s1404