Miro · Capability

Miro Developer Platform — Organizations

Miro Developer Platform — Organizations. 1 operations. Lead operation: Get organization info. Self-contained Naftiko capability covering one Miro business surface.

Run with Naftiko MiroOrganizations

What You Can Do

GET
Enterprisegetorganization — Get organization info
/v1/v2/orgs/{org-id}

MCP Tools

get-organization-info

Get organization info

read-only idempotent

Capability Spec

miro-organizations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Miro Developer Platform — Organizations
  description: 'Miro Developer Platform — Organizations. 1 operations. Lead operation: Get organization info. Self-contained
    Naftiko capability covering one Miro business surface.'
  tags:
  - Miro
  - Organizations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MIRO_API_KEY: MIRO_API_KEY
capability:
  consumes:
  - type: http
    namespace: miro-organizations
    baseUri: https://api.miro.com
    description: Miro Developer Platform — Organizations business capability. Self-contained, no shared references.
    resources:
    - name: v2-orgs-org_id
      path: /v2/orgs/{org_id}
      operations:
      - name: enterprisegetorganization
        method: GET
        description: Get organization info
        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-organizations-rest
    port: 8080
    description: REST adapter for Miro Developer Platform — Organizations. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v2/orgs/{org-id}
      name: v2-orgs-org-id
      description: REST surface for v2-orgs-org_id.
      operations:
      - method: GET
        name: enterprisegetorganization
        description: Get organization info
        call: miro-organizations.enterprisegetorganization
        with:
          org_id: rest.org_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: miro-organizations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Miro Developer Platform — Organizations. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-organization-info
      description: Get organization info
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: miro-organizations.enterprisegetorganization
      with:
        org_id: tools.org_id
      outputParameters:
      - type: object
        mapping: $.