Microsoft Graph · Capability

Microsoft Graph Users — users.agreementAcceptance

Microsoft Graph Users — users.agreementAcceptance. 3 operations. Lead operation: Microsoft Graph Get agreementAcceptances from users. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphusers.agreementAcceptance

What You Can Do

GET
Userslistagreementacceptances — Microsoft Graph Get agreementAcceptances from users
/v1/users/{user-id}/agreementacceptances
GET
Usersagreementacceptancesgetcountb659 — Microsoft Graph Get the number of the resource
/v1/users/{user-id}/agreementacceptances/count
GET
Usersgetagreementacceptances — Microsoft Graph Get agreementAcceptances from users
/v1/users/{user-id}/agreementacceptances/{agreementacceptance-id}

MCP Tools

microsoft-graph-get-agreementacceptances-users

Microsoft Graph Get agreementAcceptances from users

read-only idempotent
microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-agreementacceptances-users-2

Microsoft Graph Get agreementAcceptances from users

read-only idempotent

Capability Spec

users-users-agreementacceptance.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Users — users.agreementAcceptance
  description: 'Microsoft Graph Users — users.agreementAcceptance. 3 operations. Lead operation: Microsoft Graph Get agreementAcceptances
    from users. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - users.agreementAcceptance
  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: users-users-agreementacceptance
    baseUri: ''
    description: Microsoft Graph Users — users.agreementAcceptance business capability. Self-contained, no shared references.
    resources:
    - name: users-user-id-agreementAcceptances
      path: /users/{user-id}/agreementAcceptances
      operations:
      - name: userslistagreementacceptances
        method: GET
        description: Microsoft Graph Get agreementAcceptances from users
        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: users-user-id-agreementAcceptances-$count
      path: /users/{user-id}/agreementAcceptances/$count
      operations:
      - name: usersagreementacceptancesgetcountb659
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: users-user-id-agreementAcceptances-agreementAcceptance-id
      path: /users/{user-id}/agreementAcceptances/{agreementAcceptance-id}
      operations:
      - name: usersgetagreementacceptances
        method: GET
        description: Microsoft Graph Get agreementAcceptances from users
        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
  exposes:
  - type: rest
    namespace: users-users-agreementacceptance-rest
    port: 8080
    description: REST adapter for Microsoft Graph Users — users.agreementAcceptance. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/users/{user-id}/agreementacceptances
      name: users-user-id-agreementacceptances
      description: REST surface for users-user-id-agreementAcceptances.
      operations:
      - method: GET
        name: userslistagreementacceptances
        description: Microsoft Graph Get agreementAcceptances from users
        call: users-users-agreementacceptance.userslistagreementacceptances
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/users/{user-id}/agreementacceptances/count
      name: users-user-id-agreementacceptances-count
      description: REST surface for users-user-id-agreementAcceptances-$count.
      operations:
      - method: GET
        name: usersagreementacceptancesgetcountb659
        description: Microsoft Graph Get the number of the resource
        call: users-users-agreementacceptance.usersagreementacceptancesgetcountb659
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/users/{user-id}/agreementacceptances/{agreementacceptance-id}
      name: users-user-id-agreementacceptances-agreementacceptance-id
      description: REST surface for users-user-id-agreementAcceptances-agreementAcceptance-id.
      operations:
      - method: GET
        name: usersgetagreementacceptances
        description: Microsoft Graph Get agreementAcceptances from users
        call: users-users-agreementacceptance.usersgetagreementacceptances
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: users-users-agreementacceptance-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Users — users.agreementAcceptance. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-agreementacceptances-users
      description: Microsoft Graph Get agreementAcceptances from users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: users-users-agreementacceptance.userslistagreementacceptances
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      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: users-users-agreementacceptance.usersagreementacceptancesgetcountb659
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-agreementacceptances-users-2
      description: Microsoft Graph Get agreementAcceptances from users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: users-users-agreementacceptance.usersgetagreementacceptances
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.