Microsoft Graph · Capability

Microsoft Graph Me — me.agreementAcceptance

Microsoft Graph Me — me.agreementAcceptance. 3 operations. Lead operation: Microsoft Graph List agreementAcceptances. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphme.agreementAcceptance

What You Can Do

GET
Melistagreementacceptances — Microsoft Graph List agreementAcceptances
/v1/me/agreementacceptances
GET
Meagreementacceptancesgetcountdea5 — Microsoft Graph Get the number of the resource
/v1/me/agreementacceptances/count
GET
Megetagreementacceptances — Microsoft Graph Get agreementAcceptances from me
/v1/me/agreementacceptances/{agreementacceptance-id}

MCP Tools

microsoft-graph-list-agreementacceptances

Microsoft Graph List agreementAcceptances

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

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-agreementacceptances-me

Microsoft Graph Get agreementAcceptances from me

read-only idempotent

Capability Spec

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