Microsoft Graph · Capability

Microsoft Graph Me — me.appRoleAssignment

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

Run with Naftiko Microsoft Graphme.appRoleAssignment

What You Can Do

GET
Melistapproleassignments — Microsoft Graph Get appRoleAssignments from me
/v1/me/approleassignments
POST
Mecreateapproleassignments — Microsoft Graph Create new navigation property to appRoleAssignments for me
/v1/me/approleassignments
GET
Meapproleassignmentsgetcountf8bb — Microsoft Graph Get the number of the resource
/v1/me/approleassignments/count
GET
Megetapproleassignments — Microsoft Graph Get appRoleAssignments from me
/v1/me/approleassignments/{approleassignment-id}
PATCH
Meupdateapproleassignments — Microsoft Graph Update the navigation property appRoleAssignments in me
/v1/me/approleassignments/{approleassignment-id}
DELETE
Medeleteapproleassignments — Microsoft Graph Delete navigation property appRoleAssignments for me
/v1/me/approleassignments/{approleassignment-id}

MCP Tools

microsoft-graph-get-approleassignments-me

Microsoft Graph Get appRoleAssignments from me

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

Microsoft Graph Create new navigation property to appRoleAssignments for me

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

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

Microsoft Graph Get appRoleAssignments from me

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

Microsoft Graph Update the navigation property appRoleAssignments in me

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property appRoleAssignments for me

idempotent

Capability Spec

me-me-approleassignment.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Me — me.appRoleAssignment
  description: 'Microsoft Graph Me — me.appRoleAssignment. 6 operations. Lead operation: Microsoft Graph Get appRoleAssignments
    from me. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - me.appRoleAssignment
  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-approleassignment
    baseUri: ''
    description: Microsoft Graph Me — me.appRoleAssignment business capability. Self-contained, no shared references.
    resources:
    - name: me-appRoleAssignments
      path: /me/appRoleAssignments
      operations:
      - name: melistapproleassignments
        method: GET
        description: Microsoft Graph Get appRoleAssignments from me
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ConsistencyLevel
          in: header
          type: string
          description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries'
        - 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: mecreateapproleassignments
        method: POST
        description: Microsoft Graph Create new navigation property to appRoleAssignments 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-appRoleAssignments-$count
      path: /me/appRoleAssignments/$count
      operations:
      - name: meapproleassignmentsgetcountf8bb
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ConsistencyLevel
          in: header
          type: string
          description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries'
    - name: me-appRoleAssignments-appRoleAssignment-id
      path: /me/appRoleAssignments/{appRoleAssignment-id}
      operations:
      - name: megetapproleassignments
        method: GET
        description: Microsoft Graph Get appRoleAssignments from me
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ConsistencyLevel
          in: header
          type: string
          description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries'
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
      - name: meupdateapproleassignments
        method: PATCH
        description: Microsoft Graph Update the navigation property appRoleAssignments in me
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: medeleteapproleassignments
        method: DELETE
        description: Microsoft Graph Delete navigation property appRoleAssignments 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-approleassignment-rest
    port: 8080
    description: REST adapter for Microsoft Graph Me — me.appRoleAssignment. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/me/approleassignments
      name: me-approleassignments
      description: REST surface for me-appRoleAssignments.
      operations:
      - method: GET
        name: melistapproleassignments
        description: Microsoft Graph Get appRoleAssignments from me
        call: me-me-approleassignment.melistapproleassignments
        with:
          ConsistencyLevel: rest.ConsistencyLevel
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: mecreateapproleassignments
        description: Microsoft Graph Create new navigation property to appRoleAssignments for me
        call: me-me-approleassignment.mecreateapproleassignments
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/me/approleassignments/count
      name: me-approleassignments-count
      description: REST surface for me-appRoleAssignments-$count.
      operations:
      - method: GET
        name: meapproleassignmentsgetcountf8bb
        description: Microsoft Graph Get the number of the resource
        call: me-me-approleassignment.meapproleassignmentsgetcountf8bb
        with:
          ConsistencyLevel: rest.ConsistencyLevel
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/me/approleassignments/{approleassignment-id}
      name: me-approleassignments-approleassignment-id
      description: REST surface for me-appRoleAssignments-appRoleAssignment-id.
      operations:
      - method: GET
        name: megetapproleassignments
        description: Microsoft Graph Get appRoleAssignments from me
        call: me-me-approleassignment.megetapproleassignments
        with:
          ConsistencyLevel: rest.ConsistencyLevel
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: meupdateapproleassignments
        description: Microsoft Graph Update the navigation property appRoleAssignments in me
        call: me-me-approleassignment.meupdateapproleassignments
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: medeleteapproleassignments
        description: Microsoft Graph Delete navigation property appRoleAssignments for me
        call: me-me-approleassignment.medeleteapproleassignments
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: me-me-approleassignment-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Me — me.appRoleAssignment. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-approleassignments-me
      description: Microsoft Graph Get appRoleAssignments from me
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: me-me-approleassignment.melistapproleassignments
      with:
        ConsistencyLevel: tools.ConsistencyLevel
        $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 appRoleAssignments for me
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: me-me-approleassignment.mecreateapproleassignments
      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-approleassignment.meapproleassignmentsgetcountf8bb
      with:
        ConsistencyLevel: tools.ConsistencyLevel
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-approleassignments-me-2
      description: Microsoft Graph Get appRoleAssignments from me
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: me-me-approleassignment.megetapproleassignments
      with:
        ConsistencyLevel: tools.ConsistencyLevel
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property appRoleAssignments in me
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: me-me-approleassignment.meupdateapproleassignments
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property appRoleAssignments for me
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: me-me-approleassignment.medeleteapproleassignments
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.