Microsoft Bookings · Capability

Microsoft Bookings API (Microsoft Graph) — Currencies

Microsoft Bookings API (Microsoft Graph) — Currencies. 1 operations. Lead operation: List booking currencies. Self-contained Naftiko capability covering one Microsoft Bookings business surface.

Run with Naftiko Microsoft BookingsCurrencies

What You Can Do

GET
Listbookingcurrencies — List booking currencies
/v1/solutions/bookingcurrencies

MCP Tools

list-booking-currencies

List booking currencies

read-only idempotent

Capability Spec

microsoft-bookings-currencies.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Bookings API (Microsoft Graph) — Currencies
  description: 'Microsoft Bookings API (Microsoft Graph) — Currencies. 1 operations. Lead operation: List booking currencies.
    Self-contained Naftiko capability covering one Microsoft Bookings business surface.'
  tags:
  - Microsoft Bookings
  - Currencies
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_BOOKINGS_API_KEY: MICROSOFT_BOOKINGS_API_KEY
capability:
  consumes:
  - type: http
    namespace: microsoft-bookings-currencies
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Bookings API (Microsoft Graph) — Currencies business capability. Self-contained, no shared references.
    resources:
    - name: solutions-bookingCurrencies
      path: /solutions/bookingCurrencies
      operations:
      - name: listbookingcurrencies
        method: GET
        description: List booking currencies
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_BOOKINGS_API_KEY}}'
  exposes:
  - type: rest
    namespace: microsoft-bookings-currencies-rest
    port: 8080
    description: REST adapter for Microsoft Bookings API (Microsoft Graph) — Currencies. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/solutions/bookingcurrencies
      name: solutions-bookingcurrencies
      description: REST surface for solutions-bookingCurrencies.
      operations:
      - method: GET
        name: listbookingcurrencies
        description: List booking currencies
        call: microsoft-bookings-currencies.listbookingcurrencies
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-bookings-currencies-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Bookings API (Microsoft Graph) — Currencies. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-booking-currencies
      description: List booking currencies
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-bookings-currencies.listbookingcurrencies
      outputParameters:
      - type: object
        mapping: $.