Microsoft Graph · Capability

Microsoft Graph Me — me.resourceSpecificPermissionGrant

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

Run with Naftiko Microsoft Graphme.resourceSpecificPermissionGrant

What You Can Do

GET
Melistpermissiongrants — Microsoft Graph Get permissionGrants from me
/v1/me/permissiongrants
POST
Mecreatepermissiongrants — Microsoft Graph Create new navigation property to permissionGrants for me
/v1/me/permissiongrants
GET
Mepermissiongrantsgetcount068b — Microsoft Graph Get the number of the resource
/v1/me/permissiongrants/count
GET
Megetpermissiongrants — Microsoft Graph Get permissionGrants from me
/v1/me/permissiongrants/{resourcespecificpermissiongrant-id}
PATCH
Meupdatepermissiongrants — Microsoft Graph Update the navigation property permissionGrants in me
/v1/me/permissiongrants/{resourcespecificpermissiongrant-id}
DELETE
Medeletepermissiongrants — Microsoft Graph Delete navigation property permissionGrants for me
/v1/me/permissiongrants/{resourcespecificpermissiongrant-id}

MCP Tools

microsoft-graph-get-permissiongrants-me

Microsoft Graph Get permissionGrants from me

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

Microsoft Graph Create new navigation property to permissionGrants for me

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

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

Microsoft Graph Get permissionGrants from me

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

Microsoft Graph Update the navigation property permissionGrants in me

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property permissionGrants for me

idempotent

Capability Spec

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