Microsoft Graph · Capability

Microsoft Graph Contacts — Me.contact

Microsoft Graph Contacts — Me.contact. 19 operations. Lead operation: Microsoft Graph List contacts. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphMe.contact

What You Can Do

GET
Melistcontacts — Microsoft Graph List contacts
/v1/me/contacts
POST
Mecreatecontacts — Microsoft Graph Create contact
/v1/me/contacts
GET
Mecontactsgetcount9c39 — Microsoft Graph Get the number of the resource
/v1/me/contacts/count
GET
Mecontactsdelta — Microsoft Graph Invoke function delta
/v1/me/contacts/delta
GET
Megetcontacts — Microsoft Graph Get contact
/v1/me/contacts/{contact-id}
PATCH
Meupdatecontacts — Microsoft Graph Update contact
/v1/me/contacts/{contact-id}
DELETE
Medeletecontacts — Microsoft Graph Delete contact
/v1/me/contacts/{contact-id}
GET
Mecontactslistextensions — Microsoft Graph Get extensions from me
/v1/me/contacts/{contact-id}/extensions
POST
Mecontactscreateextensions — Microsoft Graph Create new navigation property to extensions for me
/v1/me/contacts/{contact-id}/extensions
GET
Mecontactsextensionsgetcount10dd — Microsoft Graph Get the number of the resource
/v1/me/contacts/{contact-id}/extensions/count
GET
Mecontactsgetextensions — Microsoft Graph Get extensions from me
/v1/me/contacts/{contact-id}/extensions/{extension-id}
PATCH
Mecontactsupdateextensions — Microsoft Graph Update the navigation property extensions in me
/v1/me/contacts/{contact-id}/extensions/{extension-id}
DELETE
Mecontactsdeleteextensions — Microsoft Graph Delete navigation property extensions for me
/v1/me/contacts/{contact-id}/extensions/{extension-id}
POST
Mecontactscontactpermanentdelete — Microsoft Graph Invoke action permanentDelete
/v1/me/contacts/{contact-id}/permanentdelete
GET
Mecontactsgetphoto — Microsoft Graph Get photo from me
/v1/me/contacts/{contact-id}/photo
PATCH
Mecontactsupdatephoto — Microsoft Graph Update the navigation property photo in me
/v1/me/contacts/{contact-id}/photo
GET
Mecontactsgetphotocontent — Microsoft Graph Get media content for the navigation property photo from me
/v1/me/contacts/{contact-id}/photo/value
PUT
Mecontactsupdatephotocontent — Microsoft Graph Update media content for the navigation property photo in me
/v1/me/contacts/{contact-id}/photo/value
DELETE
Mecontactsdeletephotocontent — Microsoft Graph Delete media content for the navigation property photo in me
/v1/me/contacts/{contact-id}/photo/value

MCP Tools

microsoft-graph-list-contacts

Microsoft Graph List contacts

read-only idempotent
microsoft-graph-create-contact

Microsoft Graph Create contact

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-invoke-function-delta

Microsoft Graph Invoke function delta

read-only idempotent
microsoft-graph-get-contact

Microsoft Graph Get contact

read-only idempotent
microsoft-graph-update-contact

Microsoft Graph Update contact

idempotent
microsoft-graph-delete-contact

Microsoft Graph Delete contact

idempotent
microsoft-graph-get-extensions-me

Microsoft Graph Get extensions from me

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

Microsoft Graph Create new navigation property to extensions for me

microsoft-graph-get-number-resource-2

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-extensions-me-2

Microsoft Graph Get extensions from me

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

Microsoft Graph Update the navigation property extensions in me

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property extensions for me

idempotent
microsoft-graph-invoke-action-permanentdelete

Microsoft Graph Invoke action permanentDelete

microsoft-graph-get-photo-me

Microsoft Graph Get photo from me

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

Microsoft Graph Update the navigation property photo in me

idempotent
microsoft-graph-get-media-content

Microsoft Graph Get media content for the navigation property photo from me

read-only idempotent
microsoft-graph-update-media-content

Microsoft Graph Update media content for the navigation property photo in me

idempotent
microsoft-graph-delete-media-content

Microsoft Graph Delete media content for the navigation property photo in me

idempotent

Capability Spec

contacts-me-contact.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Contacts — Me.contact
  description: 'Microsoft Graph Contacts — Me.contact. 19 operations. Lead operation: Microsoft Graph List contacts. Self-contained
    Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - Me.contact
  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-me-contact
    baseUri: ''
    description: Microsoft Graph Contacts — Me.contact business capability. Self-contained, no shared references.
    resources:
    - name: me-contacts
      path: /me/contacts
      operations:
      - name: melistcontacts
        method: GET
        description: Microsoft Graph List contacts
        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: mecreatecontacts
        method: POST
        description: Microsoft Graph Create contact
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: me-contacts-$count
      path: /me/contacts/$count
      operations:
      - name: mecontactsgetcount9c39
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: me-contacts-delta()
      path: /me/contacts/delta()
      operations:
      - name: mecontactsdelta
        method: GET
        description: Microsoft Graph Invoke function delta
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $orderby
          in: query
          type: array
          description: Order items by property values
        - name: $expand
          in: query
          type: array
          description: Expand related entities
    - name: me-contacts-contact-id
      path: /me/contacts/{contact-id}
      operations:
      - name: megetcontacts
        method: GET
        description: Microsoft Graph Get contact
        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: meupdatecontacts
        method: PATCH
        description: Microsoft Graph Update contact
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: medeletecontacts
        method: DELETE
        description: Microsoft Graph Delete contact
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
    - name: me-contacts-contact-id-extensions
      path: /me/contacts/{contact-id}/extensions
      operations:
      - name: mecontactslistextensions
        method: GET
        description: Microsoft Graph Get extensions from me
        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: mecontactscreateextensions
        method: POST
        description: Microsoft Graph Create new navigation property to extensions for me
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: me-contacts-contact-id-extensions-$count
      path: /me/contacts/{contact-id}/extensions/$count
      operations:
      - name: mecontactsextensionsgetcount10dd
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: me-contacts-contact-id-extensions-extension-id
      path: /me/contacts/{contact-id}/extensions/{extension-id}
      operations:
      - name: mecontactsgetextensions
        method: GET
        description: Microsoft Graph Get extensions 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
      - name: mecontactsupdateextensions
        method: PATCH
        description: Microsoft Graph Update the navigation property extensions in me
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: mecontactsdeleteextensions
        method: DELETE
        description: Microsoft Graph Delete navigation property extensions for me
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
    - name: me-contacts-contact-id-permanentDelete
      path: /me/contacts/{contact-id}/permanentDelete
      operations:
      - name: mecontactscontactpermanentdelete
        method: POST
        description: Microsoft Graph Invoke action permanentDelete
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: me-contacts-contact-id-photo
      path: /me/contacts/{contact-id}/photo
      operations:
      - name: mecontactsgetphoto
        method: GET
        description: Microsoft Graph Get photo 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
      - name: mecontactsupdatephoto
        method: PATCH
        description: Microsoft Graph Update the navigation property photo in me
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: me-contacts-contact-id-photo-$value
      path: /me/contacts/{contact-id}/photo/$value
      operations:
      - name: mecontactsgetphotocontent
        method: GET
        description: Microsoft Graph Get media content for the navigation property photo from me
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: mecontactsupdatephotocontent
        method: PUT
        description: Microsoft Graph Update media content for the navigation property photo in me
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: mecontactsdeletephotocontent
        method: DELETE
        description: Microsoft Graph Delete media content for the navigation property photo in me
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: contacts-me-contact-rest
    port: 8080
    description: REST adapter for Microsoft Graph Contacts — Me.contact. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/me/contacts
      name: me-contacts
      description: REST surface for me-contacts.
      operations:
      - method: GET
        name: melistcontacts
        description: Microsoft Graph List contacts
        call: contacts-me-contact.melistcontacts
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: mecreatecontacts
        description: Microsoft Graph Create contact
        call: contacts-me-contact.mecreatecontacts
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/me/contacts/count
      name: me-contacts-count
      description: REST surface for me-contacts-$count.
      operations:
      - method: GET
        name: mecontactsgetcount9c39
        description: Microsoft Graph Get the number of the resource
        call: contacts-me-contact.mecontactsgetcount9c39
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/me/contacts/delta
      name: me-contacts-delta
      description: REST surface for me-contacts-delta().
      operations:
      - method: GET
        name: mecontactsdelta
        description: Microsoft Graph Invoke function delta
        call: contacts-me-contact.mecontactsdelta
        with:
          $select: rest.$select
          $orderby: rest.$orderby
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/me/contacts/{contact-id}
      name: me-contacts-contact-id
      description: REST surface for me-contacts-contact-id.
      operations:
      - method: GET
        name: megetcontacts
        description: Microsoft Graph Get contact
        call: contacts-me-contact.megetcontacts
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: meupdatecontacts
        description: Microsoft Graph Update contact
        call: contacts-me-contact.meupdatecontacts
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: medeletecontacts
        description: Microsoft Graph Delete contact
        call: contacts-me-contact.medeletecontacts
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/me/contacts/{contact-id}/extensions
      name: me-contacts-contact-id-extensions
      description: REST surface for me-contacts-contact-id-extensions.
      operations:
      - method: GET
        name: mecontactslistextensions
        description: Microsoft Graph Get extensions from me
        call: contacts-me-contact.mecontactslistextensions
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: mecontactscreateextensions
        description: Microsoft Graph Create new navigation property to extensions for me
        call: contacts-me-contact.mecontactscreateextensions
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/me/contacts/{contact-id}/extensions/count
      name: me-contacts-contact-id-extensions-count
      description: REST surface for me-contacts-contact-id-extensions-$count.
      operations:
      - method: GET
        name: mecontactsextensionsgetcount10dd
        description: Microsoft Graph Get the number of the resource
        call: contacts-me-contact.mecontactsextensionsgetcount10dd
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/me/contacts/{contact-id}/extensions/{extension-id}
      name: me-contacts-contact-id-extensions-extension-id
      description: REST surface for me-contacts-contact-id-extensions-extension-id.
      operations:
      - method: GET
        name: mecontactsgetextensions
        description: Microsoft Graph Get extensions from me
        call: contacts-me-contact.mecontactsgetextensions
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: mecontactsupdateextensions
        description: Microsoft Graph Update the navigation property extensions in me
        call: contacts-me-contact.mecontactsupdateextensions
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: mecontactsdeleteextensions
        description: Microsoft Graph Delete navigation property extensions for me
        call: contacts-me-contact.mecontactsdeleteextensions
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/me/contacts/{contact-id}/permanentdelete
      name: me-contacts-contact-id-permanentdelete
      description: REST surface for me-contacts-contact-id-permanentDelete.
      operations:
      - method: POST
        name: mecontactscontactpermanentdelete
        description: Microsoft Graph Invoke action permanentDelete
        call: contacts-me-contact.mecontactscontactpermanentdelete
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/me/contacts/{contact-id}/photo
      name: me-contacts-contact-id-photo
      description: REST surface for me-contacts-contact-id-photo.
      operations:
      - method: GET
        name: mecontactsgetphoto
        description: Microsoft Graph Get photo from me
        call: contacts-me-contact.mecontactsgetphoto
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: mecontactsupdatephoto
        description: Microsoft Graph Update the navigation property photo in me
        call: contacts-me-contact.mecontactsupdatephoto
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/me/contacts/{contact-id}/photo/value
      name: me-contacts-contact-id-photo-value
      description: REST surface for me-contacts-contact-id-photo-$value.
      operations:
      - method: GET
        name: mecontactsgetphotocontent
        description: Microsoft Graph Get media content for the navigation property photo from me
        call: contacts-me-contact.mecontactsgetphotocontent
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: mecontactsupdatephotocontent
        description: Microsoft Graph Update media content for the navigation property photo in me
        call: contacts-me-contact.mecontactsupdatephotocontent
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: mecontactsdeletephotocontent
        description: Microsoft Graph Delete media content for the navigation property photo in me
        call: contacts-me-contact.mecontactsdeletephotocontent
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: contacts-me-contact-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Contacts — Me.contact. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: microsoft-graph-list-contacts
      description: Microsoft Graph List contacts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: contacts-me-contact.melistcontacts
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-contact
      description: Microsoft Graph Create contact
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: contacts-me-contact.mecreatecontacts
      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: contacts-me-contact.mecontactsgetcount9c39
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-invoke-function-delta
      description: Microsoft Graph Invoke function delta
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: contacts-me-contact.mecontactsdelta
      with:
        $select: tools.$select
        $orderby: tools.$orderby
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-contact
      description: Microsoft Graph Get contact
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: contacts-me-contact.megetcontacts
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-contact
      description: Microsoft Graph Update contact
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: contacts-me-contact.meupdatecontacts
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-contact
      description: Microsoft Graph Delete contact
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: contacts-me-contact.medeletecontacts
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-extensions-me
      description: Microsoft Graph Get extensions from me
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: contacts-me-contact.mecontactslistextensions
      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 extensions for me
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: contacts-me-contact.mecontactscreateextensions
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-number-resource-2
      description: Microsoft Graph Get the number of the resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: contacts-me-contact.mecontactsextensionsgetcount10dd
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-extensions-me-2
      description: Microsoft Graph Get extensions from me
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: contacts-me-contact.mecontactsgetextensions
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property extensions in me
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: contacts-me-contact.mecontactsupdateextensions
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property extensions for me
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: contacts-me-contact.mecontactsdeleteextensions
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-invoke-action-permanentdelete
      description: Microsoft Graph Invoke action permanentDelete
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: contacts-me-contact.mecontactscontactpermanentdelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-photo-me
      description: Microsoft Graph Get photo from me
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: contacts-me-contact.mecontactsgetphoto
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property-2
      description: Microsoft Graph Update the navigation property photo in me
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: contacts-me-contact.mecontactsupdatephoto
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-media-content
      description: Microsoft Graph Get media content for the navigation property photo from me
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: contacts-me-contact.mecontactsgetphotocontent
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-media-content
      description: Microsoft Graph Update media content for the navigation property photo in me
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: contacts-me-contact.mecontactsupdatephotocontent
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-media-content
      description: Microsoft Graph Delete media content for the navigation property photo in me
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: contacts-me-contact.mecontactsdeletephotocontent
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.