Miro · Capability

Miro Developer Platform — Board classification: Team level

Miro Developer Platform — Board classification: Team level. 3 operations. Lead operation: Bulk update boards classification. Self-contained Naftiko capability covering one Miro business surface.

Run with Naftiko MiroBoard classification: Team level

What You Can Do

PATCH
Enterprisedataclassificationteamboardsbulk — Bulk update boards classification
/v1/v2/orgs/{org-id}/teams/{team-id}/data-classification
GET
Enterprisedataclassificationteamsettingsget — Get team settings
/v1/v2/orgs/{org-id}/teams/{team-id}/data-classification-settings
PATCH
Enterprisedataclassificationteamsettingsset — Update team settings
/v1/v2/orgs/{org-id}/teams/{team-id}/data-classification-settings

MCP Tools

bulk-update-boards-classification

Bulk update boards classification

idempotent
get-team-settings

Get team settings

read-only idempotent
update-team-settings

Update team settings

idempotent

Capability Spec

miro-board-classification-team-level.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Miro Developer Platform — Board classification: Team level'
  description: 'Miro Developer Platform — Board classification: Team level. 3 operations. Lead operation: Bulk update boards
    classification. Self-contained Naftiko capability covering one Miro business surface.'
  tags:
  - Miro
  - 'Board classification: Team 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-team-level
    baseUri: https://api.miro.com
    description: 'Miro Developer Platform — Board classification: Team level business capability. Self-contained, no shared
      references.'
    resources:
    - name: v2-orgs-org_id-teams-team_id-data-classification
      path: /v2/orgs/{org_id}/teams/{team_id}/data-classification
      operations:
      - name: enterprisedataclassificationteamboardsbulk
        method: PATCH
        description: Bulk update boards classification
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: org_id
          in: path
          type: string
          description: id of the organization
          required: true
        - name: team_id
          in: path
          type: string
          description: id of the team
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v2-orgs-org_id-teams-team_id-data-classification-settings
      path: /v2/orgs/{org_id}/teams/{team_id}/data-classification-settings
      operations:
      - name: enterprisedataclassificationteamsettingsget
        method: GET
        description: Get team settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: org_id
          in: path
          type: string
          description: id of the organization
          required: true
        - name: team_id
          in: path
          type: string
          description: id of the team
          required: true
      - name: enterprisedataclassificationteamsettingsset
        method: PATCH
        description: Update team settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: org_id
          in: path
          type: string
          description: id of the organization
          required: true
        - name: team_id
          in: path
          type: string
          description: id of the team
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.MIRO_API_KEY}}'
  exposes:
  - type: rest
    namespace: miro-board-classification-team-level-rest
    port: 8080
    description: 'REST adapter for Miro Developer Platform — Board classification: Team level. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/v2/orgs/{org-id}/teams/{team-id}/data-classification
      name: v2-orgs-org-id-teams-team-id-data-classification
      description: REST surface for v2-orgs-org_id-teams-team_id-data-classification.
      operations:
      - method: PATCH
        name: enterprisedataclassificationteamboardsbulk
        description: Bulk update boards classification
        call: miro-board-classification-team-level.enterprisedataclassificationteamboardsbulk
        with:
          org_id: rest.org_id
          team_id: rest.team_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v2/orgs/{org-id}/teams/{team-id}/data-classification-settings
      name: v2-orgs-org-id-teams-team-id-data-classification-settings
      description: REST surface for v2-orgs-org_id-teams-team_id-data-classification-settings.
      operations:
      - method: GET
        name: enterprisedataclassificationteamsettingsget
        description: Get team settings
        call: miro-board-classification-team-level.enterprisedataclassificationteamsettingsget
        with:
          org_id: rest.org_id
          team_id: rest.team_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: enterprisedataclassificationteamsettingsset
        description: Update team settings
        call: miro-board-classification-team-level.enterprisedataclassificationteamsettingsset
        with:
          org_id: rest.org_id
          team_id: rest.team_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: miro-board-classification-team-level-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Miro Developer Platform — Board classification: Team level. One tool per consumed operation,
      routed inline through this capability''s consumes block.'
    tools:
    - name: bulk-update-boards-classification
      description: Bulk update boards classification
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: miro-board-classification-team-level.enterprisedataclassificationteamboardsbulk
      with:
        org_id: tools.org_id
        team_id: tools.team_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-team-settings
      description: Get team settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: miro-board-classification-team-level.enterprisedataclassificationteamsettingsget
      with:
        org_id: tools.org_id
        team_id: tools.team_id
      outputParameters:
      - type: object
        mapping: $.
    - name: update-team-settings
      description: Update team settings
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: miro-board-classification-team-level.enterprisedataclassificationteamsettingsset
      with:
        org_id: tools.org_id
        team_id: tools.team_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.