Miro MCP

by k-jarzyna

create-board-export-job

Generate an export job for multiple Miro boards in PDF or CSV format, specifying organization and board IDs for enterprise-level data extraction and management.

Instructions

Creates an export job for one or more boards (Enterprise only)

Input Schema

NameRequiredDescriptionDefault
boardIdsYesArray of board IDs to export
formatNoExport format (default: pdf)
orgIdYesUnique identifier of the organization
requestIdYesUnique identifier of the board export job

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "boardIds": { "description": "Array of board IDs to export", "items": { "type": "string" }, "type": "array" }, "format": { "description": "Export format (default: pdf)", "enum": [ "pdf", "csv" ], "type": "string" }, "orgId": { "description": "Unique identifier of the organization", "type": "string" }, "requestId": { "description": "Unique identifier of the board export job", "type": "string" } }, "required": [ "orgId", "requestId", "boardIds" ], "type": "object" }

You must be authenticated.

Other Tools from Miro MCP

Related Tools

ID: kagg0s1404