Microsoft Graph · Capability

Microsoft Graph Applications API — Applications Extension Properties

Microsoft Graph Applications API — Applications Extension Properties. 6 operations. Lead operation: Microsoft Graph List extensionProperties (directory extensions). Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphApplications Extension Properties

What You Can Do

GET
Getapplicationsextensionproperties — Microsoft Graph List extensionProperties (directory extensions)
/v1/applications/{application-id}/extensionproperties
POST
Createapplicationsextensionproperties — Microsoft Graph Create extensionProperty (directory extension)
/v1/applications/{application-id}/extensionproperties
GET
Countapplicationsextensionproperties — Microsoft Graph Get the number of the resource
/v1/applications/{application-id}/extensionproperties/count
GET
Getapplicationsextensionproperties1 — Microsoft Graph Get extensionProperty (directory extension)
/v1/applications/{application-id}/extensionproperties/{extensionproperty-id}
PATCH
Updateapplicationsextensionproperties — Microsoft Graph Update Extension Properties
/v1/applications/{application-id}/extensionproperties/{extensionproperty-id}
DELETE
Deleteapplicationsextensionproperties — Microsoft Graph Delete extensionProperty (directory extension)
/v1/applications/{application-id}/extensionproperties/{extensionproperty-id}

MCP Tools

microsoft-graph-list-extensionproperties-directory

Microsoft Graph List extensionProperties (directory extensions)

read-only idempotent
microsoft-graph-create-extensionproperty-directory

Microsoft Graph Create extensionProperty (directory extension)

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-extensionproperty-directory

Microsoft Graph Get extensionProperty (directory extension)

read-only idempotent
microsoft-graph-update-extension-properties

Microsoft Graph Update Extension Properties

idempotent
microsoft-graph-delete-extensionproperty-directory

Microsoft Graph Delete extensionProperty (directory extension)

idempotent

Capability Spec

applications-applications-extension-properties.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Applications API — Applications Extension Properties
  description: 'Microsoft Graph Applications API — Applications Extension Properties. 6 operations. Lead operation: Microsoft
    Graph List extensionProperties (directory extensions). Self-contained Naftiko capability covering one Microsoft Graph
    business surface.'
  tags:
  - Microsoft Graph
  - Applications Extension Properties
  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: applications-applications-extension-properties
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph Applications API — Applications Extension Properties business capability. Self-contained,
      no shared references.
    resources:
    - name: applications-application-id-extensionProperties
      path: /applications/{application-id}/extensionProperties
      operations:
      - name: getapplicationsextensionproperties
        method: GET
        description: Microsoft Graph List extensionProperties (directory extensions)
        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: createapplicationsextensionproperties
        method: POST
        description: Microsoft Graph Create extensionProperty (directory extension)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: applications-application-id-extensionProperties-$count
      path: /applications/{application-id}/extensionProperties/$count
      operations:
      - name: countapplicationsextensionproperties
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: applications-application-id-extensionProperties-extensionProperty-id
      path: /applications/{application-id}/extensionProperties/{extensionProperty-id}
      operations:
      - name: getapplicationsextensionproperties1
        method: GET
        description: Microsoft Graph Get extensionProperty (directory extension)
        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: updateapplicationsextensionproperties
        method: PATCH
        description: Microsoft Graph Update Extension Properties
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteapplicationsextensionproperties
        method: DELETE
        description: Microsoft Graph Delete extensionProperty (directory extension)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: applications-applications-extension-properties-rest
    port: 8080
    description: REST adapter for Microsoft Graph Applications API — Applications Extension Properties. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/applications/{application-id}/extensionproperties
      name: applications-application-id-extensionproperties
      description: REST surface for applications-application-id-extensionProperties.
      operations:
      - method: GET
        name: getapplicationsextensionproperties
        description: Microsoft Graph List extensionProperties (directory extensions)
        call: applications-applications-extension-properties.getapplicationsextensionproperties
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createapplicationsextensionproperties
        description: Microsoft Graph Create extensionProperty (directory extension)
        call: applications-applications-extension-properties.createapplicationsextensionproperties
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/extensionproperties/count
      name: applications-application-id-extensionproperties-count
      description: REST surface for applications-application-id-extensionProperties-$count.
      operations:
      - method: GET
        name: countapplicationsextensionproperties
        description: Microsoft Graph Get the number of the resource
        call: applications-applications-extension-properties.countapplicationsextensionproperties
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/extensionproperties/{extensionproperty-id}
      name: applications-application-id-extensionproperties-extensionproperty-id
      description: REST surface for applications-application-id-extensionProperties-extensionProperty-id.
      operations:
      - method: GET
        name: getapplicationsextensionproperties1
        description: Microsoft Graph Get extensionProperty (directory extension)
        call: applications-applications-extension-properties.getapplicationsextensionproperties1
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updateapplicationsextensionproperties
        description: Microsoft Graph Update Extension Properties
        call: applications-applications-extension-properties.updateapplicationsextensionproperties
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteapplicationsextensionproperties
        description: Microsoft Graph Delete extensionProperty (directory extension)
        call: applications-applications-extension-properties.deleteapplicationsextensionproperties
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: applications-applications-extension-properties-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Applications API — Applications Extension Properties. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-list-extensionproperties-directory
      description: Microsoft Graph List extensionProperties (directory extensions)
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: applications-applications-extension-properties.getapplicationsextensionproperties
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-extensionproperty-directory
      description: Microsoft Graph Create extensionProperty (directory extension)
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: applications-applications-extension-properties.createapplicationsextensionproperties
      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: applications-applications-extension-properties.countapplicationsextensionproperties
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-extensionproperty-directory
      description: Microsoft Graph Get extensionProperty (directory extension)
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: applications-applications-extension-properties.getapplicationsextensionproperties1
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-extension-properties
      description: Microsoft Graph Update Extension Properties
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: applications-applications-extension-properties.updateapplicationsextensionproperties
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-extensionproperty-directory
      description: Microsoft Graph Delete extensionProperty (directory extension)
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: applications-applications-extension-properties.deleteapplicationsextensionproperties
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.