Miro · Capability

Miro Developer Platform — Board classification: Organization level

Miro Developer Platform — Board classification: Organization level. 1 operations. Lead operation: Get organization settings. Self-contained Naftiko capability covering one Miro business surface.

Run with Naftiko MiroBoard classification: Organization level

What You Can Do

GET
Enterprisedataclassificationorganizationsettingsget — Get organization settings
/v1/v2/orgs/{org-id}/data-classification-settings

MCP Tools

get-organization-settings

Get organization settings

read-only idempotent

Capability Spec

miro-board-classification-organization-level.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Miro Developer Platform — Board classification: Organization level'
  description: 'Miro Developer Platform — Board classification: Organization level. 1 operations. Lead operation: Get organization
    settings. Self-contained Naftiko capability covering one Miro business surface.'
  tags:
  - Miro
  - 'Board classification: Organization level'
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MIRO_API_KEY: MIRO_API_KEY
capability:
  consumes:
  - type: http
    namespace: miro-board-classification-organization-level
    baseUri: https://api.miro.com
    description: 'Miro Developer Platform — Board classification: Organization level business capability. Self-contained,
      no shared references.'
    resources:
    - name: v2-orgs-org_id-data-classification-settings
      path: /v2/orgs/{org_id}/data-classification-settings
      operations:
      - name: enterprisedataclassificationorganizationsettingsget
        method: GET
        description: Get organization settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: org_id
          in: path
          type: string
          description: id of the organization
          required: true
    authentication:
      type: bearer
      token: '{{env.MIRO_API_KEY}}'
  exposes:
  - type: rest
    namespace: miro-board-classification-organization-level-rest
    port: 8080
    description: 'REST adapter for Miro Developer Platform — Board classification: Organization level. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/v2/orgs/{org-id}/data-classification-settings
      name: v2-orgs-org-id-data-classification-settings
      description: REST surface for v2-orgs-org_id-data-classification-settings.
      operations:
      - method: GET
        name: enterprisedataclassificationorganizationsettingsget
        description: Get organization settings
        call: miro-board-classification-organization-level.enterprisedataclassificationorganizationsettingsget
        with:
          org_id: rest.org_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: miro-board-classification-organization-level-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Miro Developer Platform — Board classification: Organization level. One tool per consumed
      operation, routed inline through this capability''s consumes block.'
    tools:
    - name: get-organization-settings
      description: Get organization settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: miro-board-classification-organization-level.enterprisedataclassificationorganizationsettingsget
      with:
        org_id: tools.org_id
      outputParameters:
      - type: object
        mapping: $.