Microsoft Graph · Capability

Microsoft Graph Me — chats.conversationMember

Microsoft Graph Me — chats.conversationMember. 8 operations. Lead operation: Microsoft Graph List conversationMembers. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphchats.conversationMember

What You Can Do

GET
Chatslistmembers — Microsoft Graph List conversationMembers
/v1/chats/{chat-id}/members
POST
Chatscreatemembers — Microsoft Graph Add member to a chat
/v1/chats/{chat-id}/members
GET
Chatsmembersgetcount9627 — Microsoft Graph Get the number of the resource
/v1/chats/{chat-id}/members/count
POST
Chatschatmembersadd — Microsoft Graph Invoke action add
/v1/chats/{chat-id}/members/add
POST
Chatschatmembersremove — Microsoft Graph Invoke action remove
/v1/chats/{chat-id}/members/remove
GET
Chatsgetmembers — Microsoft Graph Get conversationMember in a chat
/v1/chats/{chat-id}/members/{conversationmember-id}
PATCH
Chatsupdatemembers — Microsoft Graph Update the navigation property members in chats
/v1/chats/{chat-id}/members/{conversationmember-id}
DELETE
Chatsdeletemembers — Microsoft Graph Remove member from chat
/v1/chats/{chat-id}/members/{conversationmember-id}

MCP Tools

microsoft-graph-list-conversationmembers

Microsoft Graph List conversationMembers

read-only idempotent
microsoft-graph-add-member-chat

Microsoft Graph Add member to a chat

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-invoke-action-add

Microsoft Graph Invoke action add

microsoft-graph-invoke-action-remove

Microsoft Graph Invoke action remove

microsoft-graph-get-conversationmember-chat

Microsoft Graph Get conversationMember in a chat

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

Microsoft Graph Update the navigation property members in chats

idempotent
microsoft-graph-remove-member-chat

Microsoft Graph Remove member from chat

idempotent

Capability Spec

me-chats-conversationmember.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Me — chats.conversationMember
  description: 'Microsoft Graph Me — chats.conversationMember. 8 operations. Lead operation: Microsoft Graph List conversationMembers.
    Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - chats.conversationMember
  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-chats-conversationmember
    baseUri: ''
    description: Microsoft Graph Me — chats.conversationMember business capability. Self-contained, no shared references.
    resources:
    - name: chats-chat-id-members
      path: /chats/{chat-id}/members
      operations:
      - name: chatslistmembers
        method: GET
        description: Microsoft Graph List conversationMembers
        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: chatscreatemembers
        method: POST
        description: Microsoft Graph Add member to a chat
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: chats-chat-id-members-$count
      path: /chats/{chat-id}/members/$count
      operations:
      - name: chatsmembersgetcount9627
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: chats-chat-id-members-add
      path: /chats/{chat-id}/members/add
      operations:
      - name: chatschatmembersadd
        method: POST
        description: Microsoft Graph Invoke action add
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: chats-chat-id-members-remove
      path: /chats/{chat-id}/members/remove
      operations:
      - name: chatschatmembersremove
        method: POST
        description: Microsoft Graph Invoke action remove
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: chats-chat-id-members-conversationMember-id
      path: /chats/{chat-id}/members/{conversationMember-id}
      operations:
      - name: chatsgetmembers
        method: GET
        description: Microsoft Graph Get conversationMember in a chat
        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: chatsupdatemembers
        method: PATCH
        description: Microsoft Graph Update the navigation property members in chats
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: chatsdeletemembers
        method: DELETE
        description: Microsoft Graph Remove member from chat
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: me-chats-conversationmember-rest
    port: 8080
    description: REST adapter for Microsoft Graph Me — chats.conversationMember. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/chats/{chat-id}/members
      name: chats-chat-id-members
      description: REST surface for chats-chat-id-members.
      operations:
      - method: GET
        name: chatslistmembers
        description: Microsoft Graph List conversationMembers
        call: me-chats-conversationmember.chatslistmembers
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: chatscreatemembers
        description: Microsoft Graph Add member to a chat
        call: me-chats-conversationmember.chatscreatemembers
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/chats/{chat-id}/members/count
      name: chats-chat-id-members-count
      description: REST surface for chats-chat-id-members-$count.
      operations:
      - method: GET
        name: chatsmembersgetcount9627
        description: Microsoft Graph Get the number of the resource
        call: me-chats-conversationmember.chatsmembersgetcount9627
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/chats/{chat-id}/members/add
      name: chats-chat-id-members-add
      description: REST surface for chats-chat-id-members-add.
      operations:
      - method: POST
        name: chatschatmembersadd
        description: Microsoft Graph Invoke action add
        call: me-chats-conversationmember.chatschatmembersadd
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/chats/{chat-id}/members/remove
      name: chats-chat-id-members-remove
      description: REST surface for chats-chat-id-members-remove.
      operations:
      - method: POST
        name: chatschatmembersremove
        description: Microsoft Graph Invoke action remove
        call: me-chats-conversationmember.chatschatmembersremove
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/chats/{chat-id}/members/{conversationmember-id}
      name: chats-chat-id-members-conversationmember-id
      description: REST surface for chats-chat-id-members-conversationMember-id.
      operations:
      - method: GET
        name: chatsgetmembers
        description: Microsoft Graph Get conversationMember in a chat
        call: me-chats-conversationmember.chatsgetmembers
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: chatsupdatemembers
        description: Microsoft Graph Update the navigation property members in chats
        call: me-chats-conversationmember.chatsupdatemembers
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: chatsdeletemembers
        description: Microsoft Graph Remove member from chat
        call: me-chats-conversationmember.chatsdeletemembers
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: me-chats-conversationmember-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Me — chats.conversationMember. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-graph-list-conversationmembers
      description: Microsoft Graph List conversationMembers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: me-chats-conversationmember.chatslistmembers
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-add-member-chat
      description: Microsoft Graph Add member to a chat
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: me-chats-conversationmember.chatscreatemembers
      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: me-chats-conversationmember.chatsmembersgetcount9627
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-invoke-action-add
      description: Microsoft Graph Invoke action add
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: me-chats-conversationmember.chatschatmembersadd
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-invoke-action-remove
      description: Microsoft Graph Invoke action remove
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: me-chats-conversationmember.chatschatmembersremove
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-conversationmember-chat
      description: Microsoft Graph Get conversationMember in a chat
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: me-chats-conversationmember.chatsgetmembers
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property members in chats
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: me-chats-conversationmember.chatsupdatemembers
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-remove-member-chat
      description: Microsoft Graph Remove member from chat
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: me-chats-conversationmember.chatsdeletemembers
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.