Microsoft Azure · Capability

Microsoft Azure Azure Communication Room Service — Rooms

Microsoft Azure Azure Communication Room Service — Rooms. 5 operations. Lead operation: Microsoft Azure Creates A New Room. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureRooms

What You Can Do

POST
Microsoftazureroomscreate — Microsoft Azure Creates A New Room
/v1/rooms
GET
Microsoftazureroomslist — Microsoft Azure Retrieves All Created Rooms
/v1/rooms
GET
Microsoftazureroomsget — Microsoft Azure Retrieves An Existing Room By Id
/v1/rooms/{roomid}
PATCH
Microsoftazureroomsupdate — Microsoft Azure Update A Room With Given Changes
/v1/rooms/{roomid}
DELETE
Microsoftazureroomsdelete — Microsoft Azure Delete A Room
/v1/rooms/{roomid}

MCP Tools

microsoft-azure-creates-new-room

Microsoft Azure Creates A New Room

microsoft-azure-retrieves-all-created

Microsoft Azure Retrieves All Created Rooms

read-only idempotent
microsoft-azure-retrieves-existing-room

Microsoft Azure Retrieves An Existing Room By Id

read-only idempotent
microsoft-azure-update-room-given

Microsoft Azure Update A Room With Given Changes

idempotent
microsoft-azure-delete-room

Microsoft Azure Delete A Room

idempotent

Capability Spec

azure-communication-room-service-rooms.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Communication Room Service — Rooms
  description: 'Microsoft Azure Azure Communication Room Service — Rooms. 5 operations. Lead operation: Microsoft Azure Creates
    A New Room. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Rooms
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-communication-room-service-rooms
    baseUri: ''
    description: Microsoft Azure Azure Communication Room Service — Rooms business capability. Self-contained, no shared references.
    resources:
    - name: rooms
      path: /rooms
      operations:
      - name: microsoftazureroomscreate
        method: POST
        description: Microsoft Azure Creates A New Room
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Repeatability-Request-ID
          in: header
          type: string
          description: If specified, the client directs that the request is repeatable; that is, that the client can make
            the request multiple times with the same Repeatability-Reques
        - name: Repeatability-First-Sent
          in: header
          type: string
          description: If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be
            specified. The value should be the date and time at which the
        - name: createRoomRequest
          in: body
          type: string
          description: The create room request body.
          required: true
      - name: microsoftazureroomslist
        method: GET
        description: Microsoft Azure Retrieves All Created Rooms
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: rooms-roomId
      path: /rooms/{roomId}
      operations:
      - name: microsoftazureroomsget
        method: GET
        description: Microsoft Azure Retrieves An Existing Room By Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: roomId
          in: path
          type: string
          description: The id of the room requested.
          required: true
      - name: microsoftazureroomsupdate
        method: PATCH
        description: Microsoft Azure Update A Room With Given Changes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: roomId
          in: path
          type: string
          description: The id of the room requested.
          required: true
        - name: updateRoomRequest
          in: body
          type: string
          description: The update room request.
          required: true
      - name: microsoftazureroomsdelete
        method: DELETE
        description: Microsoft Azure Delete A Room
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: roomId
          in: path
          type: string
          description: The id of the room to be deleted.
          required: true
  exposes:
  - type: rest
    namespace: azure-communication-room-service-rooms-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Communication Room Service — Rooms. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/rooms
      name: rooms
      description: REST surface for rooms.
      operations:
      - method: POST
        name: microsoftazureroomscreate
        description: Microsoft Azure Creates A New Room
        call: azure-communication-room-service-rooms.microsoftazureroomscreate
        with:
          Repeatability-Request-ID: rest.Repeatability-Request-ID
          Repeatability-First-Sent: rest.Repeatability-First-Sent
          createRoomRequest: rest.createRoomRequest
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureroomslist
        description: Microsoft Azure Retrieves All Created Rooms
        call: azure-communication-room-service-rooms.microsoftazureroomslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/rooms/{roomid}
      name: rooms-roomid
      description: REST surface for rooms-roomId.
      operations:
      - method: GET
        name: microsoftazureroomsget
        description: Microsoft Azure Retrieves An Existing Room By Id
        call: azure-communication-room-service-rooms.microsoftazureroomsget
        with:
          roomId: rest.roomId
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureroomsupdate
        description: Microsoft Azure Update A Room With Given Changes
        call: azure-communication-room-service-rooms.microsoftazureroomsupdate
        with:
          roomId: rest.roomId
          updateRoomRequest: rest.updateRoomRequest
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureroomsdelete
        description: Microsoft Azure Delete A Room
        call: azure-communication-room-service-rooms.microsoftazureroomsdelete
        with:
          roomId: rest.roomId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-communication-room-service-rooms-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Communication Room Service — Rooms. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-creates-new-room
      description: Microsoft Azure Creates A New Room
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-communication-room-service-rooms.microsoftazureroomscreate
      with:
        Repeatability-Request-ID: tools.Repeatability-Request-ID
        Repeatability-First-Sent: tools.Repeatability-First-Sent
        createRoomRequest: tools.createRoomRequest
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-retrieves-all-created
      description: Microsoft Azure Retrieves All Created Rooms
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-communication-room-service-rooms.microsoftazureroomslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-retrieves-existing-room
      description: Microsoft Azure Retrieves An Existing Room By Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-communication-room-service-rooms.microsoftazureroomsget
      with:
        roomId: tools.roomId
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-room-given
      description: Microsoft Azure Update A Room With Given Changes
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-communication-room-service-rooms.microsoftazureroomsupdate
      with:
        roomId: tools.roomId
        updateRoomRequest: tools.updateRoomRequest
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-room
      description: Microsoft Azure Delete A Room
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-communication-room-service-rooms.microsoftazureroomsdelete
      with:
        roomId: tools.roomId
      outputParameters:
      - type: object
        mapping: $.