Microsoft Graph · Capability

Microsoft Graph Contacts — contacts.onPremisesSyncBehavior

Microsoft Graph Contacts — contacts.onPremisesSyncBehavior. 3 operations. Lead operation: Microsoft Graph Get onPremisesSyncBehavior from contacts. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphcontacts.onPremisesSyncBehavior

What You Can Do

GET
Contactsgetonpremisessyncbehavior — Microsoft Graph Get onPremisesSyncBehavior from contacts
/v1/contacts/{orgcontact-id}/onpremisessyncbehavior
PATCH
Contactsupdateonpremisessyncbehavior — Microsoft Graph Update the navigation property onPremisesSyncBehavior in contacts
/v1/contacts/{orgcontact-id}/onpremisessyncbehavior
DELETE
Contactsdeleteonpremisessyncbehavior — Microsoft Graph Delete navigation property onPremisesSyncBehavior for contacts
/v1/contacts/{orgcontact-id}/onpremisessyncbehavior

MCP Tools

microsoft-graph-get-onpremisessyncbehavior-contacts

Microsoft Graph Get onPremisesSyncBehavior from contacts

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

Microsoft Graph Update the navigation property onPremisesSyncBehavior in contacts

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property onPremisesSyncBehavior for contacts

idempotent

Capability Spec

contacts-contacts-onpremisessyncbehavior.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Contacts — contacts.onPremisesSyncBehavior
  description: 'Microsoft Graph Contacts — contacts.onPremisesSyncBehavior. 3 operations. Lead operation: Microsoft Graph
    Get onPremisesSyncBehavior from contacts. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - contacts.onPremisesSyncBehavior
  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: contacts-contacts-onpremisessyncbehavior
    baseUri: ''
    description: Microsoft Graph Contacts — contacts.onPremisesSyncBehavior business capability. Self-contained, no shared
      references.
    resources:
    - name: contacts-orgContact-id-onPremisesSyncBehavior
      path: /contacts/{orgContact-id}/onPremisesSyncBehavior
      operations:
      - name: contactsgetonpremisessyncbehavior
        method: GET
        description: Microsoft Graph Get onPremisesSyncBehavior from contacts
        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: contactsupdateonpremisessyncbehavior
        method: PATCH
        description: Microsoft Graph Update the navigation property onPremisesSyncBehavior in contacts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: contactsdeleteonpremisessyncbehavior
        method: DELETE
        description: Microsoft Graph Delete navigation property onPremisesSyncBehavior for contacts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: contacts-contacts-onpremisessyncbehavior-rest
    port: 8080
    description: REST adapter for Microsoft Graph Contacts — contacts.onPremisesSyncBehavior. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/contacts/{orgcontact-id}/onpremisessyncbehavior
      name: contacts-orgcontact-id-onpremisessyncbehavior
      description: REST surface for contacts-orgContact-id-onPremisesSyncBehavior.
      operations:
      - method: GET
        name: contactsgetonpremisessyncbehavior
        description: Microsoft Graph Get onPremisesSyncBehavior from contacts
        call: contacts-contacts-onpremisessyncbehavior.contactsgetonpremisessyncbehavior
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: contactsupdateonpremisessyncbehavior
        description: Microsoft Graph Update the navigation property onPremisesSyncBehavior in contacts
        call: contacts-contacts-onpremisessyncbehavior.contactsupdateonpremisessyncbehavior
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: contactsdeleteonpremisessyncbehavior
        description: Microsoft Graph Delete navigation property onPremisesSyncBehavior for contacts
        call: contacts-contacts-onpremisessyncbehavior.contactsdeleteonpremisessyncbehavior
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: contacts-contacts-onpremisessyncbehavior-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Contacts — contacts.onPremisesSyncBehavior. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-onpremisessyncbehavior-contacts
      description: Microsoft Graph Get onPremisesSyncBehavior from contacts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: contacts-contacts-onpremisessyncbehavior.contactsgetonpremisessyncbehavior
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property onPremisesSyncBehavior in contacts
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: contacts-contacts-onpremisessyncbehavior.contactsupdateonpremisessyncbehavior
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property onPremisesSyncBehavior for contacts
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: contacts-contacts-onpremisessyncbehavior.contactsdeleteonpremisessyncbehavior
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.