naftiko: 1.0.0-alpha2 info: label: Microsoft Graph OData Service for namespace microsoft.graph — chats.conversationMember description: 'Microsoft Graph OData Service for namespace microsoft.graph — 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: microsoft-graph-chats-conversationmember baseUri: https://graph.microsoft.com/v1.0 description: Microsoft Graph OData Service for namespace microsoft.graph — 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: microsoft-graph-chats-conversationmember-rest port: 8080 description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — 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: microsoft-graph-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: microsoft-graph-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: microsoft-graph-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: microsoft-graph-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: microsoft-graph-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: microsoft-graph-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: microsoft-graph-chats-conversationmember.chatsupdatemembers with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: chatsdeletemembers description: Microsoft Graph Remove member from chat call: microsoft-graph-chats-conversationmember.chatsdeletemembers with: If-Match: rest.If-Match outputParameters: - type: object mapping: $. - type: mcp namespace: microsoft-graph-chats-conversationmember-mcp port: 9090 transport: http description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — 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: microsoft-graph-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: microsoft-graph-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: microsoft-graph-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: microsoft-graph-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: microsoft-graph-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: microsoft-graph-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: microsoft-graph-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: microsoft-graph-chats-conversationmember.chatsdeletemembers with: If-Match: tools.If-Match outputParameters: - type: object mapping: $.