Microsoft Graph · Capability

Microsoft Graph Me — Me.extension

Microsoft Graph Me — Me.extension. 6 operations. Lead operation: Microsoft Graph Get extensions from me. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphMe.extension

What You Can Do

GET
Melistextensions — Microsoft Graph Get extensions from me
/v1/me/extensions
POST
Mecreateextensions — Microsoft Graph Create new navigation property to extensions for me
/v1/me/extensions
GET
Meextensionsgetcountd9c8 — Microsoft Graph Get the number of the resource
/v1/me/extensions/count
GET
Megetextensions — Microsoft Graph Get extensions from me
/v1/me/extensions/{extension-id}
PATCH
Meupdateextensions — Microsoft Graph Update the navigation property extensions in me
/v1/me/extensions/{extension-id}
DELETE
Medeleteextensions — Microsoft Graph Delete navigation property extensions for me
/v1/me/extensions/{extension-id}

MCP Tools

microsoft-graph-get-extensions-me

Microsoft Graph Get extensions from me

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

Microsoft Graph Create new navigation property to extensions for me

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-extensions-me-2

Microsoft Graph Get extensions from me

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

Microsoft Graph Update the navigation property extensions in me

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property extensions for me

idempotent

Capability Spec

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