Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — solutions.bookingCurrency

Microsoft Graph OData Service for namespace microsoft.graph — solutions.bookingCurrency. 6 operations. Lead operation: Microsoft Graph List bookingCurrencies. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphsolutions.bookingCurrency

What You Can Do

GET
Solutionslistbookingcurrencies — Microsoft Graph List bookingCurrencies
/v1/solutions/bookingcurrencies
POST
Solutionscreatebookingcurrencies — Microsoft Graph Create new navigation property to bookingCurrencies for solutions
/v1/solutions/bookingcurrencies
GET
Solutionsbookingcurrenciesgetcountf6c6 — Microsoft Graph Get the number of the resource
/v1/solutions/bookingcurrencies/count
GET
Solutionsgetbookingcurrencies — Microsoft Graph Get bookingCurrency
/v1/solutions/bookingcurrencies/{bookingcurrency-id}
PATCH
Solutionsupdatebookingcurrencies — Microsoft Graph Update the navigation property bookingCurrencies in solutions
/v1/solutions/bookingcurrencies/{bookingcurrency-id}
DELETE
Solutionsdeletebookingcurrencies — Microsoft Graph Delete navigation property bookingCurrencies for solutions
/v1/solutions/bookingcurrencies/{bookingcurrency-id}

MCP Tools

microsoft-graph-list-bookingcurrencies

Microsoft Graph List bookingCurrencies

read-only idempotent
microsoft-graph-create-new-navigation

Microsoft Graph Create new navigation property to bookingCurrencies for solutions

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-bookingcurrency

Microsoft Graph Get bookingCurrency

read-only idempotent
microsoft-graph-update-navigation-property

Microsoft Graph Update the navigation property bookingCurrencies in solutions

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property bookingCurrencies for solutions

idempotent

Capability Spec

microsoft-graph-solutions-bookingcurrency.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — solutions.bookingCurrency
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — solutions.bookingCurrency. 6 operations. Lead
    operation: Microsoft Graph List bookingCurrencies. Self-contained Naftiko capability covering one Microsoft Graph business
    surface.'
  tags:
  - Microsoft Graph
  - solutions.bookingCurrency
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_GRAPH_API_KEY: MICROSOFT_GRAPH_API_KEY
capability:
  consumes:
  - type: http
    namespace: microsoft-graph-solutions-bookingcurrency
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — solutions.bookingCurrency business capability.
      Self-contained, no shared references.
    resources:
    - name: solutions-bookingCurrencies
      path: /solutions/bookingCurrencies
      operations:
      - name: solutionslistbookingcurrencies
        method: GET
        description: Microsoft Graph List bookingCurrencies
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $orderby
          in: query
          type: array
          description: Order items by property values
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
      - name: solutionscreatebookingcurrencies
        method: POST
        description: Microsoft Graph Create new navigation property to bookingCurrencies for solutions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: solutions-bookingCurrencies-$count
      path: /solutions/bookingCurrencies/$count
      operations:
      - name: solutionsbookingcurrenciesgetcountf6c6
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: solutions-bookingCurrencies-bookingCurrency-id
      path: /solutions/bookingCurrencies/{bookingCurrency-id}
      operations:
      - name: solutionsgetbookingcurrencies
        method: GET
        description: Microsoft Graph Get bookingCurrency
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
      - name: solutionsupdatebookingcurrencies
        method: PATCH
        description: Microsoft Graph Update the navigation property bookingCurrencies in solutions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: solutionsdeletebookingcurrencies
        method: DELETE
        description: Microsoft Graph Delete navigation property bookingCurrencies for solutions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: microsoft-graph-solutions-bookingcurrency-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — solutions.bookingCurrency.
      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: solutionslistbookingcurrencies
        description: Microsoft Graph List bookingCurrencies
        call: microsoft-graph-solutions-bookingcurrency.solutionslistbookingcurrencies
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: solutionscreatebookingcurrencies
        description: Microsoft Graph Create new navigation property to bookingCurrencies for solutions
        call: microsoft-graph-solutions-bookingcurrency.solutionscreatebookingcurrencies
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/solutions/bookingcurrencies/count
      name: solutions-bookingcurrencies-count
      description: REST surface for solutions-bookingCurrencies-$count.
      operations:
      - method: GET
        name: solutionsbookingcurrenciesgetcountf6c6
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-solutions-bookingcurrency.solutionsbookingcurrenciesgetcountf6c6
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/solutions/bookingcurrencies/{bookingcurrency-id}
      name: solutions-bookingcurrencies-bookingcurrency-id
      description: REST surface for solutions-bookingCurrencies-bookingCurrency-id.
      operations:
      - method: GET
        name: solutionsgetbookingcurrencies
        description: Microsoft Graph Get bookingCurrency
        call: microsoft-graph-solutions-bookingcurrency.solutionsgetbookingcurrencies
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: solutionsupdatebookingcurrencies
        description: Microsoft Graph Update the navigation property bookingCurrencies in solutions
        call: microsoft-graph-solutions-bookingcurrency.solutionsupdatebookingcurrencies
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: solutionsdeletebookingcurrencies
        description: Microsoft Graph Delete navigation property bookingCurrencies for solutions
        call: microsoft-graph-solutions-bookingcurrency.solutionsdeletebookingcurrencies
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-solutions-bookingcurrency-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — solutions.bookingCurrency.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-list-bookingcurrencies
      description: Microsoft Graph List bookingCurrencies
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-solutions-bookingcurrency.solutionslistbookingcurrencies
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-new-navigation
      description: Microsoft Graph Create new navigation property to bookingCurrencies for solutions
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-solutions-bookingcurrency.solutionscreatebookingcurrencies
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-number-resource
      description: Microsoft Graph Get the number of the resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-solutions-bookingcurrency.solutionsbookingcurrenciesgetcountf6c6
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-bookingcurrency
      description: Microsoft Graph Get bookingCurrency
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-solutions-bookingcurrency.solutionsgetbookingcurrencies
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property bookingCurrencies in solutions
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-solutions-bookingcurrency.solutionsupdatebookingcurrencies
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property bookingCurrencies for solutions
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-solutions-bookingcurrency.solutionsdeletebookingcurrencies
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.