Microsoft Graph · Capability

Microsoft Graph Me — me.licenseDetails

Microsoft Graph Me — me.licenseDetails. 7 operations. Lead operation: Microsoft Graph List licenseDetails. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphme.licenseDetails

What You Can Do

GET
Melistlicensedetails — Microsoft Graph List licenseDetails
/v1/me/licensedetails
POST
Mecreatelicensedetails — Microsoft Graph Create new navigation property to licenseDetails for me
/v1/me/licensedetails
GET
Melicensedetailsgetcount481c — Microsoft Graph Get the number of the resource
/v1/me/licensedetails/count
GET
Melicensedetailsgetteamslicensingdetails — Microsoft Graph Invoke function getTeamsLicensingDetails
/v1/me/licensedetails/getteamslicensingdetails
GET
Megetlicensedetails — Microsoft Graph Get licenseDetails from me
/v1/me/licensedetails/{licensedetails-id}
PATCH
Meupdatelicensedetails — Microsoft Graph Update the navigation property licenseDetails in me
/v1/me/licensedetails/{licensedetails-id}
DELETE
Medeletelicensedetails — Microsoft Graph Delete navigation property licenseDetails for me
/v1/me/licensedetails/{licensedetails-id}

MCP Tools

microsoft-graph-list-licensedetails

Microsoft Graph List licenseDetails

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

Microsoft Graph Create new navigation property to licenseDetails for me

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-invoke-function-getteamslicensingdetails

Microsoft Graph Invoke function getTeamsLicensingDetails

read-only idempotent
microsoft-graph-get-licensedetails-me

Microsoft Graph Get licenseDetails from me

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

Microsoft Graph Update the navigation property licenseDetails in me

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property licenseDetails for me

idempotent

Capability Spec

me-me-licensedetails.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Me — me.licenseDetails
  description: 'Microsoft Graph Me — me.licenseDetails. 7 operations. Lead operation: Microsoft Graph List licenseDetails.
    Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - me.licenseDetails
  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: me-me-licensedetails
    baseUri: ''
    description: Microsoft Graph Me — me.licenseDetails business capability. Self-contained, no shared references.
    resources:
    - name: me-licenseDetails
      path: /me/licenseDetails
      operations:
      - name: melistlicensedetails
        method: GET
        description: Microsoft Graph List licenseDetails
        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: mecreatelicensedetails
        method: POST
        description: Microsoft Graph Create new navigation property to licenseDetails for me
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: me-licenseDetails-$count
      path: /me/licenseDetails/$count
      operations:
      - name: melicensedetailsgetcount481c
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: me-licenseDetails-getTeamsLicensingDetails()
      path: /me/licenseDetails/getTeamsLicensingDetails()
      operations:
      - name: melicensedetailsgetteamslicensingdetails
        method: GET
        description: Microsoft Graph Invoke function getTeamsLicensingDetails
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: me-licenseDetails-licenseDetails-id
      path: /me/licenseDetails/{licenseDetails-id}
      operations:
      - name: megetlicensedetails
        method: GET
        description: Microsoft Graph Get licenseDetails from me
        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: meupdatelicensedetails
        method: PATCH
        description: Microsoft Graph Update the navigation property licenseDetails in me
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: medeletelicensedetails
        method: DELETE
        description: Microsoft Graph Delete navigation property licenseDetails for me
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: me-me-licensedetails-rest
    port: 8080
    description: REST adapter for Microsoft Graph Me — me.licenseDetails. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/me/licensedetails
      name: me-licensedetails
      description: REST surface for me-licenseDetails.
      operations:
      - method: GET
        name: melistlicensedetails
        description: Microsoft Graph List licenseDetails
        call: me-me-licensedetails.melistlicensedetails
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: mecreatelicensedetails
        description: Microsoft Graph Create new navigation property to licenseDetails for me
        call: me-me-licensedetails.mecreatelicensedetails
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/me/licensedetails/count
      name: me-licensedetails-count
      description: REST surface for me-licenseDetails-$count.
      operations:
      - method: GET
        name: melicensedetailsgetcount481c
        description: Microsoft Graph Get the number of the resource
        call: me-me-licensedetails.melicensedetailsgetcount481c
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/me/licensedetails/getteamslicensingdetails
      name: me-licensedetails-getteamslicensingdetails
      description: REST surface for me-licenseDetails-getTeamsLicensingDetails().
      operations:
      - method: GET
        name: melicensedetailsgetteamslicensingdetails
        description: Microsoft Graph Invoke function getTeamsLicensingDetails
        call: me-me-licensedetails.melicensedetailsgetteamslicensingdetails
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/me/licensedetails/{licensedetails-id}
      name: me-licensedetails-licensedetails-id
      description: REST surface for me-licenseDetails-licenseDetails-id.
      operations:
      - method: GET
        name: megetlicensedetails
        description: Microsoft Graph Get licenseDetails from me
        call: me-me-licensedetails.megetlicensedetails
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: meupdatelicensedetails
        description: Microsoft Graph Update the navigation property licenseDetails in me
        call: me-me-licensedetails.meupdatelicensedetails
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: medeletelicensedetails
        description: Microsoft Graph Delete navigation property licenseDetails for me
        call: me-me-licensedetails.medeletelicensedetails
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: me-me-licensedetails-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Me — me.licenseDetails. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: microsoft-graph-list-licensedetails
      description: Microsoft Graph List licenseDetails
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: me-me-licensedetails.melistlicensedetails
      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 licenseDetails for me
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: me-me-licensedetails.mecreatelicensedetails
      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: me-me-licensedetails.melicensedetailsgetcount481c
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-invoke-function-getteamslicensingdetails
      description: Microsoft Graph Invoke function getTeamsLicensingDetails
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: me-me-licensedetails.melicensedetailsgetteamslicensingdetails
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-licensedetails-me
      description: Microsoft Graph Get licenseDetails from me
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: me-me-licensedetails.megetlicensedetails
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property licenseDetails in me
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: me-me-licensedetails.meupdatelicensedetails
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property licenseDetails for me
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: me-me-licensedetails.medeletelicensedetails
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.