Microsoft Graph · Capability

Microsoft Graph Me — communications.onlineMeeting

Microsoft Graph Me — communications.onlineMeeting. 3 operations. Lead operation: Microsoft Graph Get metadataContent for the navigation property transcripts from communications. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphcommunications.onlineMeeting

What You Can Do

GET
Communicationsonlinemeetingsgettranscriptsmetadatacontent — Microsoft Graph Get metadataContent for the navigation property transcripts from communications
/v1/communications/onlinemeetings/{onlinemeeting-id}/transcripts/{calltranscript-id}/metadatacontent
PUT
Communicationsonlinemeetingsupdatetranscriptsmetadatacontent — Microsoft Graph Update metadataContent for the navigation property transcripts in communications
/v1/communications/onlinemeetings/{onlinemeeting-id}/transcripts/{calltranscript-id}/metadatacontent
DELETE
Communicationsonlinemeetingsdeletetranscriptsmetadatacontent — Microsoft Graph Delete metadataContent for the navigation property transcripts in communications
/v1/communications/onlinemeetings/{onlinemeeting-id}/transcripts/{calltranscript-id}/metadatacontent

MCP Tools

microsoft-graph-get-metadatacontent-navigation

Microsoft Graph Get metadataContent for the navigation property transcripts from communications

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

Microsoft Graph Update metadataContent for the navigation property transcripts in communications

idempotent
microsoft-graph-delete-metadatacontent-navigation

Microsoft Graph Delete metadataContent for the navigation property transcripts in communications

idempotent

Capability Spec

me-communications-onlinemeeting.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Me — communications.onlineMeeting
  description: 'Microsoft Graph Me — communications.onlineMeeting. 3 operations. Lead operation: Microsoft Graph Get metadataContent
    for the navigation property transcripts from communications. Self-contained Naftiko capability covering one Microsoft
    Graph business surface.'
  tags:
  - Microsoft Graph
  - communications.onlineMeeting
  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-communications-onlinemeeting
    baseUri: ''
    description: Microsoft Graph Me — communications.onlineMeeting business capability. Self-contained, no shared references.
    resources:
    - name: communications-onlineMeetings-onlineMeeting-id-transcripts-callTranscript-id-met
      path: /communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent
      operations:
      - name: communicationsonlinemeetingsgettranscriptsmetadatacontent
        method: GET
        description: Microsoft Graph Get metadataContent for the navigation property transcripts from communications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: communicationsonlinemeetingsupdatetranscriptsmetadatacontent
        method: PUT
        description: Microsoft Graph Update metadataContent for the navigation property transcripts in communications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: communicationsonlinemeetingsdeletetranscriptsmetadatacontent
        method: DELETE
        description: Microsoft Graph Delete metadataContent for the navigation property transcripts in communications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: me-communications-onlinemeeting-rest
    port: 8080
    description: REST adapter for Microsoft Graph Me — communications.onlineMeeting. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/communications/onlinemeetings/{onlinemeeting-id}/transcripts/{calltranscript-id}/metadatacontent
      name: communications-onlinemeetings-onlinemeeting-id-transcripts-calltranscript-id-met
      description: REST surface for communications-onlineMeetings-onlineMeeting-id-transcripts-callTranscript-id-met.
      operations:
      - method: GET
        name: communicationsonlinemeetingsgettranscriptsmetadatacontent
        description: Microsoft Graph Get metadataContent for the navigation property transcripts from communications
        call: me-communications-onlinemeeting.communicationsonlinemeetingsgettranscriptsmetadatacontent
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: communicationsonlinemeetingsupdatetranscriptsmetadatacontent
        description: Microsoft Graph Update metadataContent for the navigation property transcripts in communications
        call: me-communications-onlinemeeting.communicationsonlinemeetingsupdatetranscriptsmetadatacontent
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: communicationsonlinemeetingsdeletetranscriptsmetadatacontent
        description: Microsoft Graph Delete metadataContent for the navigation property transcripts in communications
        call: me-communications-onlinemeeting.communicationsonlinemeetingsdeletetranscriptsmetadatacontent
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: me-communications-onlinemeeting-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Me — communications.onlineMeeting. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-metadatacontent-navigation
      description: Microsoft Graph Get metadataContent for the navigation property transcripts from communications
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: me-communications-onlinemeeting.communicationsonlinemeetingsgettranscriptsmetadatacontent
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-metadatacontent-navigation
      description: Microsoft Graph Update metadataContent for the navigation property transcripts in communications
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: me-communications-onlinemeeting.communicationsonlinemeetingsupdatetranscriptsmetadatacontent
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-metadatacontent-navigation
      description: Microsoft Graph Delete metadataContent for the navigation property transcripts in communications
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: me-communications-onlinemeeting.communicationsonlinemeetingsdeletetranscriptsmetadatacontent
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.