generated: '2026-08-29' method: generated source: openapi/_original/metaplane-api-openapi.yml — every operationId referenced in these skills is grounded in Metaplane's own published OpenAPI, harvested 2026-08-29. provider: Metaplane providerId: metaplane note: Metaplane publishes no skills, AGENTS.md or agent documentation of its own (searched docs.metaplane.dev/llms.txt, which indexes every published page, and the GitHub org). These three are generated by API Evangelist from the real contract and cover the API's three tags end to end. skills: - name: metaplane-onboard-a-warehouse-connection file: skills/metaplane-onboard-a-warehouse-connection.md tag: Connections operations: - getAllConnections - getConnectionStatus - syncConnection - updatePrivateKey description: Inventory connections, verify sync freshness, trigger a re-sync. Prerequisite for everything else. - name: metaplane-create-and-verify-a-monitor file: skills/metaplane-create-and-verify-a-monitor.md tag: Monitors operations: - getMonitors - createMonitor - getMonitor - updateMonitor - runMonitors - getMonitorStatus2 - getEvaluationHistory - getAllMonitorsForSource - bulkGetTableMonitors description: Create a monitor on a table or column, run it, read status and history — and back it out, given there is no delete. - name: metaplane-tag-and-triage-data-assets file: skills/metaplane-tag-and-triage-data-assets.md tag: Tags operations: - fetchTagDefinitions - tagTables - tagMonitors - removeTableTags - removeMonitorTags - fetchTaggedObjects - fetchTaggedMonitors description: Bulk-label tables and monitors and read them back by tag — the fully reversible surface. coverage: operations_covered: 20 operations_total: 23 uncovered: - importHistoricDataForMonitor - ingestDataPoint - getMonitorStatus note: importHistoricDataForMonitor and ingestDataPoint are referenced in the monitor skill's reversibility section but are deliberately not given a happy-path flow — neither has any reversal, and ingestDataPoint is in private beta per the docs. getMonitorStatus is the deprecated v1 status operation. maintainers: - FN: Kin Lane email: kin@apievangelist.com