Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — chats.pinnedChatMessageInfo

Microsoft Graph OData Service for namespace microsoft.graph — chats.pinnedChatMessageInfo. 7 operations. Lead operation: Microsoft Graph List pinnedChatMessages in a chat. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphchats.pinnedChatMessageInfo

What You Can Do

GET
Chatslistpinnedmessages — Microsoft Graph List pinnedChatMessages in a chat
/v1/chats/{chat-id}/pinnedmessages
POST
Chatscreatepinnedmessages — Microsoft Graph Pin a message in a chat
/v1/chats/{chat-id}/pinnedmessages
GET
Chatspinnedmessagesgetcountad15 — Microsoft Graph Get the number of the resource
/v1/chats/{chat-id}/pinnedmessages/count
GET
Chatsgetpinnedmessages — Microsoft Graph Get pinnedMessages from chats
/v1/chats/{chat-id}/pinnedmessages/{pinnedchatmessageinfo-id}
PATCH
Chatsupdatepinnedmessages — Microsoft Graph Update the navigation property pinnedMessages in chats
/v1/chats/{chat-id}/pinnedmessages/{pinnedchatmessageinfo-id}
DELETE
Chatsdeletepinnedmessages — Microsoft Graph Unpin a message from a chat
/v1/chats/{chat-id}/pinnedmessages/{pinnedchatmessageinfo-id}
GET
Chatspinnedmessagesgetmessage — Microsoft Graph Get message from chats
/v1/chats/{chat-id}/pinnedmessages/{pinnedchatmessageinfo-id}/message

MCP Tools

microsoft-graph-list-pinnedchatmessages-chat

Microsoft Graph List pinnedChatMessages in a chat

read-only idempotent
microsoft-graph-pin-message-chat

Microsoft Graph Pin a message in a chat

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-pinnedmessages-chats

Microsoft Graph Get pinnedMessages from chats

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

Microsoft Graph Update the navigation property pinnedMessages in chats

idempotent
microsoft-graph-unpin-message-chat

Microsoft Graph Unpin a message from a chat

idempotent
microsoft-graph-get-message-chats

Microsoft Graph Get message from chats

read-only idempotent

Capability Spec

microsoft-graph-chats-pinnedchatmessageinfo.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — chats.pinnedChatMessageInfo
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — 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: microsoft-graph-chats-pinnedchatmessageinfo
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — 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: microsoft-graph-chats-pinnedchatmessageinfo-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — 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: microsoft-graph-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: microsoft-graph-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: microsoft-graph-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: microsoft-graph-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: microsoft-graph-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: microsoft-graph-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: microsoft-graph-chats-pinnedchatmessageinfo.chatspinnedmessagesgetmessage
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-chats-pinnedchatmessageinfo-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — 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: microsoft-graph-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: microsoft-graph-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: microsoft-graph-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: microsoft-graph-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: microsoft-graph-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: microsoft-graph-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: microsoft-graph-chats-pinnedchatmessageinfo.chatspinnedmessagesgetmessage
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.