Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — agreementAcceptances.agreementAcceptance

Microsoft Graph OData Service for namespace microsoft.graph — agreementAcceptances.agreementAcceptance. 5 operations. Lead operation: Microsoft Graph Get entities from agreementAcceptances. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphagreementAcceptances.agreementAcceptance

What You Can Do

GET
Agreementacceptancesagreementacceptancelistagreementacceptance — Microsoft Graph Get entities from agreementAcceptances
/v1/agreementacceptances
POST
Agreementacceptancesagreementacceptancecreateagreementacceptance — Microsoft Graph Add new entity to agreementAcceptances
/v1/agreementacceptances
GET
Agreementacceptancesagreementacceptancegetagreementacceptance — Microsoft Graph Get entity from agreementAcceptances by key
/v1/agreementacceptances/{agreementacceptance-id}
PATCH
Agreementacceptancesagreementacceptanceupdateagreementacceptance — Microsoft Graph Update entity in agreementAcceptances
/v1/agreementacceptances/{agreementacceptance-id}
DELETE
Agreementacceptancesagreementacceptancedeleteagreementacceptance — Microsoft Graph Delete entity from agreementAcceptances
/v1/agreementacceptances/{agreementacceptance-id}

MCP Tools

microsoft-graph-get-entities-agreementacceptances

Microsoft Graph Get entities from agreementAcceptances

read-only idempotent
microsoft-graph-add-new-entity

Microsoft Graph Add new entity to agreementAcceptances

microsoft-graph-get-entity-agreementacceptances

Microsoft Graph Get entity from agreementAcceptances by key

read-only idempotent
microsoft-graph-update-entity-agreementacceptances

Microsoft Graph Update entity in agreementAcceptances

idempotent
microsoft-graph-delete-entity-agreementacceptances

Microsoft Graph Delete entity from agreementAcceptances

idempotent

Capability Spec

microsoft-graph-agreementacceptances-agreementacceptance.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — agreementAcceptances.agreementAcceptance
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — agreementAcceptances.agreementAcceptance. 5
    operations. Lead operation: Microsoft Graph Get entities from agreementAcceptances. Self-contained Naftiko capability
    covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - agreementAcceptances.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: microsoft-graph-agreementacceptances-agreementacceptance
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — agreementAcceptances.agreementAcceptance business
      capability. Self-contained, no shared references.
    resources:
    - name: agreementAcceptances
      path: /agreementAcceptances
      operations:
      - name: agreementacceptancesagreementacceptancelistagreementacceptance
        method: GET
        description: Microsoft Graph Get entities from 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: agreementacceptancesagreementacceptancecreateagreementacceptance
        method: POST
        description: Microsoft Graph Add new entity to agreementAcceptances
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: agreementAcceptances-agreementAcceptance-id
      path: /agreementAcceptances/{agreementAcceptance-id}
      operations:
      - name: agreementacceptancesagreementacceptancegetagreementacceptance
        method: GET
        description: Microsoft Graph Get entity from agreementAcceptances by key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
      - name: agreementacceptancesagreementacceptanceupdateagreementacceptance
        method: PATCH
        description: Microsoft Graph Update entity in agreementAcceptances
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: agreementacceptancesagreementacceptancedeleteagreementacceptance
        method: DELETE
        description: Microsoft Graph Delete entity from agreementAcceptances
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: microsoft-graph-agreementacceptances-agreementacceptance-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — agreementAcceptances.agreementAcceptance.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/agreementacceptances
      name: agreementacceptances
      description: REST surface for agreementAcceptances.
      operations:
      - method: GET
        name: agreementacceptancesagreementacceptancelistagreementacceptance
        description: Microsoft Graph Get entities from agreementAcceptances
        call: microsoft-graph-agreementacceptances-agreementacceptance.agreementacceptancesagreementacceptancelistagreementacceptance
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: agreementacceptancesagreementacceptancecreateagreementacceptance
        description: Microsoft Graph Add new entity to agreementAcceptances
        call: microsoft-graph-agreementacceptances-agreementacceptance.agreementacceptancesagreementacceptancecreateagreementacceptance
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/agreementacceptances/{agreementacceptance-id}
      name: agreementacceptances-agreementacceptance-id
      description: REST surface for agreementAcceptances-agreementAcceptance-id.
      operations:
      - method: GET
        name: agreementacceptancesagreementacceptancegetagreementacceptance
        description: Microsoft Graph Get entity from agreementAcceptances by key
        call: microsoft-graph-agreementacceptances-agreementacceptance.agreementacceptancesagreementacceptancegetagreementacceptance
        with:
          $select: rest.$select
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: agreementacceptancesagreementacceptanceupdateagreementacceptance
        description: Microsoft Graph Update entity in agreementAcceptances
        call: microsoft-graph-agreementacceptances-agreementacceptance.agreementacceptancesagreementacceptanceupdateagreementacceptance
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: agreementacceptancesagreementacceptancedeleteagreementacceptance
        description: Microsoft Graph Delete entity from agreementAcceptances
        call: microsoft-graph-agreementacceptances-agreementacceptance.agreementacceptancesagreementacceptancedeleteagreementacceptance
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-agreementacceptances-agreementacceptance-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — agreementAcceptances.agreementAcceptance.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-entities-agreementacceptances
      description: Microsoft Graph Get entities from agreementAcceptances
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-agreementacceptances-agreementacceptance.agreementacceptancesagreementacceptancelistagreementacceptance
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-add-new-entity
      description: Microsoft Graph Add new entity to agreementAcceptances
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-agreementacceptances-agreementacceptance.agreementacceptancesagreementacceptancecreateagreementacceptance
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-entity-agreementacceptances
      description: Microsoft Graph Get entity from agreementAcceptances by key
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-agreementacceptances-agreementacceptance.agreementacceptancesagreementacceptancegetagreementacceptance
      with:
        $select: tools.$select
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-entity-agreementacceptances
      description: Microsoft Graph Update entity in agreementAcceptances
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-agreementacceptances-agreementacceptance.agreementacceptancesagreementacceptanceupdateagreementacceptance
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-entity-agreementacceptances
      description: Microsoft Graph Delete entity from agreementAcceptances
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-agreementacceptances-agreementacceptance.agreementacceptancesagreementacceptancedeleteagreementacceptance
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.