Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — groups.resourceSpecificPermissionGrant

Microsoft Graph OData Service for namespace microsoft.graph — groups.resourceSpecificPermissionGrant. 6 operations. Lead operation: Microsoft Graph List permissionGrants of a group. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphgroups.resourceSpecificPermissionGrant

What You Can Do

GET
Groupslistpermissiongrants — Microsoft Graph List permissionGrants of a group
/v1/groups/{group-id}/permissiongrants
POST
Groupscreatepermissiongrants — Microsoft Graph Create new navigation property to permissionGrants for groups
/v1/groups/{group-id}/permissiongrants
GET
Groupspermissiongrantsgetcount76af — Microsoft Graph Get the number of the resource
/v1/groups/{group-id}/permissiongrants/count
GET
Groupsgetpermissiongrants — Microsoft Graph Get permissionGrants from groups
/v1/groups/{group-id}/permissiongrants/{resourcespecificpermissiongrant-id}
PATCH
Groupsupdatepermissiongrants — Microsoft Graph Update the navigation property permissionGrants in groups
/v1/groups/{group-id}/permissiongrants/{resourcespecificpermissiongrant-id}
DELETE
Groupsdeletepermissiongrants — Microsoft Graph Delete navigation property permissionGrants for groups
/v1/groups/{group-id}/permissiongrants/{resourcespecificpermissiongrant-id}

MCP Tools

microsoft-graph-list-permissiongrants-group

Microsoft Graph List permissionGrants of a group

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

Microsoft Graph Create new navigation property to permissionGrants for groups

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-permissiongrants-groups

Microsoft Graph Get permissionGrants from groups

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

Microsoft Graph Update the navigation property permissionGrants in groups

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property permissionGrants for groups

idempotent

Capability Spec

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