naftiko: 1.0.0-alpha2 info: label: Microsoft Graph Chats — chats.pinnedChatMessageInfo description: 'Microsoft Graph Chats — chats.pinnedChatMessageInfo. 7 operations. Lead operation: Microsoft Graph List pinnedChatMessages in a chat. Self-contained Naftiko capability covering one Microsoft Graph business surface.' tags: - Microsoft Graph - chats.pinnedChatMessageInfo 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: chats-chats-pinnedchatmessageinfo baseUri: '' description: Microsoft Graph Chats — chats.pinnedChatMessageInfo business capability. Self-contained, no shared references. resources: - name: chats-chat-id-pinnedMessages path: /chats/{chat-id}/pinnedMessages operations: - name: chatslistpinnedmessages method: GET description: Microsoft Graph List pinnedChatMessages in a chat 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: chatscreatepinnedmessages method: POST description: Microsoft Graph Pin a message in 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-pinnedMessages-$count path: /chats/{chat-id}/pinnedMessages/$count operations: - name: chatspinnedmessagesgetcountad15 method: GET description: Microsoft Graph Get the number of the resource outputRawFormat: json outputParameters: - name: result type: object value: $. - name: chats-chat-id-pinnedMessages-pinnedChatMessageInfo-id path: /chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id} operations: - name: chatsgetpinnedmessages method: GET description: Microsoft Graph Get pinnedMessages from chats 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: chatsupdatepinnedmessages method: PATCH description: Microsoft Graph Update the navigation property pinnedMessages in chats outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: chatsdeletepinnedmessages method: DELETE description: Microsoft Graph Unpin a message from a chat outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: If-Match in: header type: string description: ETag - name: chats-chat-id-pinnedMessages-pinnedChatMessageInfo-id-message path: /chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}/message operations: - name: chatspinnedmessagesgetmessage method: GET description: Microsoft Graph Get message from chats 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 exposes: - type: rest namespace: chats-chats-pinnedchatmessageinfo-rest port: 8080 description: REST adapter for Microsoft Graph Chats — chats.pinnedChatMessageInfo. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/chats/{chat-id}/pinnedmessages name: chats-chat-id-pinnedmessages description: REST surface for chats-chat-id-pinnedMessages. operations: - method: GET name: chatslistpinnedmessages description: Microsoft Graph List pinnedChatMessages in a chat call: chats-chats-pinnedchatmessageinfo.chatslistpinnedmessages with: $orderby: rest.$orderby $select: rest.$select $expand: rest.$expand outputParameters: - type: object mapping: $. - method: POST name: chatscreatepinnedmessages description: Microsoft Graph Pin a message in a chat call: chats-chats-pinnedchatmessageinfo.chatscreatepinnedmessages with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/chats/{chat-id}/pinnedmessages/count name: chats-chat-id-pinnedmessages-count description: REST surface for chats-chat-id-pinnedMessages-$count. operations: - method: GET name: chatspinnedmessagesgetcountad15 description: Microsoft Graph Get the number of the resource call: chats-chats-pinnedchatmessageinfo.chatspinnedmessagesgetcountad15 outputParameters: - type: object mapping: $. - path: /v1/chats/{chat-id}/pinnedmessages/{pinnedchatmessageinfo-id} name: chats-chat-id-pinnedmessages-pinnedchatmessageinfo-id description: REST surface for chats-chat-id-pinnedMessages-pinnedChatMessageInfo-id. operations: - method: GET name: chatsgetpinnedmessages description: Microsoft Graph Get pinnedMessages from chats call: chats-chats-pinnedchatmessageinfo.chatsgetpinnedmessages with: $select: rest.$select $expand: rest.$expand outputParameters: - type: object mapping: $. - method: PATCH name: chatsupdatepinnedmessages description: Microsoft Graph Update the navigation property pinnedMessages in chats call: chats-chats-pinnedchatmessageinfo.chatsupdatepinnedmessages with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: chatsdeletepinnedmessages description: Microsoft Graph Unpin a message from a chat call: chats-chats-pinnedchatmessageinfo.chatsdeletepinnedmessages with: If-Match: rest.If-Match outputParameters: - type: object mapping: $. - path: /v1/chats/{chat-id}/pinnedmessages/{pinnedchatmessageinfo-id}/message name: chats-chat-id-pinnedmessages-pinnedchatmessageinfo-id-message description: REST surface for chats-chat-id-pinnedMessages-pinnedChatMessageInfo-id-message. operations: - method: GET name: chatspinnedmessagesgetmessage description: Microsoft Graph Get message from chats call: chats-chats-pinnedchatmessageinfo.chatspinnedmessagesgetmessage with: $select: rest.$select $expand: rest.$expand outputParameters: - type: object mapping: $. - type: mcp namespace: chats-chats-pinnedchatmessageinfo-mcp port: 9090 transport: http description: MCP adapter for Microsoft Graph Chats — chats.pinnedChatMessageInfo. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: microsoft-graph-list-pinnedchatmessages-chat description: Microsoft Graph List pinnedChatMessages in a chat hints: readOnly: true destructive: false idempotent: true call: chats-chats-pinnedchatmessageinfo.chatslistpinnedmessages with: $orderby: tools.$orderby $select: tools.$select $expand: tools.$expand outputParameters: - type: object mapping: $. - name: microsoft-graph-pin-message-chat description: Microsoft Graph Pin a message in a chat hints: readOnly: false destructive: false idempotent: false call: chats-chats-pinnedchatmessageinfo.chatscreatepinnedmessages 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: chats-chats-pinnedchatmessageinfo.chatspinnedmessagesgetcountad15 outputParameters: - type: object mapping: $. - name: microsoft-graph-get-pinnedmessages-chats description: Microsoft Graph Get pinnedMessages from chats hints: readOnly: true destructive: false idempotent: true call: chats-chats-pinnedchatmessageinfo.chatsgetpinnedmessages with: $select: tools.$select $expand: tools.$expand outputParameters: - type: object mapping: $. - name: microsoft-graph-update-navigation-property description: Microsoft Graph Update the navigation property pinnedMessages in chats hints: readOnly: false destructive: false idempotent: true call: chats-chats-pinnedchatmessageinfo.chatsupdatepinnedmessages with: body: tools.body outputParameters: - type: object mapping: $. - name: microsoft-graph-unpin-message-chat description: Microsoft Graph Unpin a message from a chat hints: readOnly: false destructive: true idempotent: true call: chats-chats-pinnedchatmessageinfo.chatsdeletepinnedmessages with: If-Match: tools.If-Match outputParameters: - type: object mapping: $. - name: microsoft-graph-get-message-chats description: Microsoft Graph Get message from chats hints: readOnly: true destructive: false idempotent: true call: chats-chats-pinnedchatmessageinfo.chatspinnedmessagesgetmessage with: $select: tools.$select $expand: tools.$expand outputParameters: - type: object mapping: $.