Microsoft Graph · Capability

Microsoft Graph Communications — communications.cloudCommunications

Microsoft Graph Communications — communications.cloudCommunications. 2 operations. Lead operation: Microsoft Graph Get communications. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphcommunications.cloudCommunications

What You Can Do

GET
Communicationscloudcommunicationsgetcloudcommunications — Microsoft Graph Get communications
/v1/communications
PATCH
Communicationscloudcommunicationsupdatecloudcommunications — Microsoft Graph Update communications
/v1/communications

MCP Tools

microsoft-graph-get-communications

Microsoft Graph Get communications

read-only idempotent
microsoft-graph-update-communications

Microsoft Graph Update communications

idempotent

Capability Spec

communications-communications-cloudcommunications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Communications — communications.cloudCommunications
  description: 'Microsoft Graph Communications — communications.cloudCommunications. 2 operations. Lead operation: Microsoft
    Graph Get communications. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - communications.cloudCommunications
  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: communications-communications-cloudcommunications
    baseUri: ''
    description: Microsoft Graph Communications — communications.cloudCommunications business capability. Self-contained,
      no shared references.
    resources:
    - name: communications
      path: /communications
      operations:
      - name: communicationscloudcommunicationsgetcloudcommunications
        method: GET
        description: Microsoft Graph Get communications
        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: communicationscloudcommunicationsupdatecloudcommunications
        method: PATCH
        description: Microsoft Graph Update communications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: communications-communications-cloudcommunications-rest
    port: 8080
    description: REST adapter for Microsoft Graph Communications — communications.cloudCommunications. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/communications
      name: communications
      description: REST surface for communications.
      operations:
      - method: GET
        name: communicationscloudcommunicationsgetcloudcommunications
        description: Microsoft Graph Get communications
        call: communications-communications-cloudcommunications.communicationscloudcommunicationsgetcloudcommunications
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: communicationscloudcommunicationsupdatecloudcommunications
        description: Microsoft Graph Update communications
        call: communications-communications-cloudcommunications.communicationscloudcommunicationsupdatecloudcommunications
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: communications-communications-cloudcommunications-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Communications — communications.cloudCommunications. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-communications
      description: Microsoft Graph Get communications
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: communications-communications-cloudcommunications.communicationscloudcommunicationsgetcloudcommunications
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-communications
      description: Microsoft Graph Update communications
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: communications-communications-cloudcommunications.communicationscloudcommunicationsupdatecloudcommunications
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.