Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — Places.room

Microsoft Graph OData Service for namespace microsoft.graph — Places.room. 12 operations. Lead operation: Microsoft Graph Get rooms from places. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphPlaces.room

What You Can Do

GET
Placesasroomlistlistrooms — Microsoft Graph Get rooms from places
/v1/places/{place-id}/graph-roomlist/rooms
POST
Placesasroomlistcreaterooms — Microsoft Graph Create new navigation property to rooms for places
/v1/places/{place-id}/graph-roomlist/rooms
GET
Placesasroomlistroomsgetcountb534 — Microsoft Graph Get the number of the resource
/v1/places/{place-id}/graph-roomlist/rooms/count
GET
Placesasroomlistgetrooms — Microsoft Graph Get rooms from places
/v1/places/{place-id}/graph-roomlist/rooms/{room-id}
PATCH
Placesasroomlistupdaterooms — Microsoft Graph Update the navigation property rooms in places
/v1/places/{place-id}/graph-roomlist/rooms/{room-id}
DELETE
Placesasroomlistdeleterooms — Microsoft Graph Delete navigation property rooms for places
/v1/places/{place-id}/graph-roomlist/rooms/{room-id}
GET
Placesasroomlistroomslistcheckins — Microsoft Graph Get checkIns from places
/v1/places/{place-id}/graph-roomlist/rooms/{room-id}/checkins
POST
Placesasroomlistroomscreatecheckins — Microsoft Graph Create new navigation property to checkIns for places
/v1/places/{place-id}/graph-roomlist/rooms/{room-id}/checkins
GET
Placesasroomlistroomscheckinsgetcount28dc — Microsoft Graph Get the number of the resource
/v1/places/{place-id}/graph-roomlist/rooms/{room-id}/checkins/count
GET
Placesasroomlistroomsgetcheckins — Microsoft Graph Get checkIns from places
/v1/places/{place-id}/graph-roomlist/rooms/{room-id}/checkins/{checkinclaim-calendareventid}
PATCH
Placesasroomlistroomsupdatecheckins — Microsoft Graph Update the navigation property checkIns in places
/v1/places/{place-id}/graph-roomlist/rooms/{room-id}/checkins/{checkinclaim-calendareventid}
DELETE
Placesasroomlistroomsdeletecheckins — Microsoft Graph Delete navigation property checkIns for places
/v1/places/{place-id}/graph-roomlist/rooms/{room-id}/checkins/{checkinclaim-calendareventid}

MCP Tools

microsoft-graph-get-rooms-places

Microsoft Graph Get rooms from places

read-only idempotent
microsoft-graph-create-new-navigation

Microsoft Graph Create new navigation property to rooms for places

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-rooms-places-2

Microsoft Graph Get rooms from places

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

Microsoft Graph Update the navigation property rooms in places

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property rooms for places

idempotent
microsoft-graph-get-checkins-places

Microsoft Graph Get checkIns from places

read-only idempotent
microsoft-graph-create-new-navigation-2

Microsoft Graph Create new navigation property to checkIns for places

microsoft-graph-get-number-resource-2

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-checkins-places-2

Microsoft Graph Get checkIns from places

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

Microsoft Graph Update the navigation property checkIns in places

idempotent
microsoft-graph-delete-navigation-property-2

Microsoft Graph Delete navigation property checkIns for places

idempotent

Capability Spec

microsoft-graph-places-room.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — Places.room
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — Places.room. 12 operations. Lead operation:
    Microsoft Graph Get rooms from places. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - Places.room
  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-places-room
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — Places.room business capability. Self-contained,
      no shared references.
    resources:
    - name: places-place-id-graph.roomList-rooms
      path: /places/{place-id}/graph.roomList/rooms
      operations:
      - name: placesasroomlistlistrooms
        method: GET
        description: Microsoft Graph Get rooms from places
        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: placesasroomlistcreaterooms
        method: POST
        description: Microsoft Graph Create new navigation property to rooms for places
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: places-place-id-graph.roomList-rooms-$count
      path: /places/{place-id}/graph.roomList/rooms/$count
      operations:
      - name: placesasroomlistroomsgetcountb534
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: places-place-id-graph.roomList-rooms-room-id
      path: /places/{place-id}/graph.roomList/rooms/{room-id}
      operations:
      - name: placesasroomlistgetrooms
        method: GET
        description: Microsoft Graph Get rooms from places
        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: placesasroomlistupdaterooms
        method: PATCH
        description: Microsoft Graph Update the navigation property rooms in places
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: placesasroomlistdeleterooms
        method: DELETE
        description: Microsoft Graph Delete navigation property rooms for places
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
    - name: places-place-id-graph.roomList-rooms-room-id-checkIns
      path: /places/{place-id}/graph.roomList/rooms/{room-id}/checkIns
      operations:
      - name: placesasroomlistroomslistcheckins
        method: GET
        description: Microsoft Graph Get checkIns from places
        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: placesasroomlistroomscreatecheckins
        method: POST
        description: Microsoft Graph Create new navigation property to checkIns for places
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: places-place-id-graph.roomList-rooms-room-id-checkIns-$count
      path: /places/{place-id}/graph.roomList/rooms/{room-id}/checkIns/$count
      operations:
      - name: placesasroomlistroomscheckinsgetcount28dc
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: places-place-id-graph.roomList-rooms-room-id-checkIns-checkInClaim-calendarEvent
      path: /places/{place-id}/graph.roomList/rooms/{room-id}/checkIns/{checkInClaim-calendarEventId}
      operations:
      - name: placesasroomlistroomsgetcheckins
        method: GET
        description: Microsoft Graph Get checkIns from places
        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: placesasroomlistroomsupdatecheckins
        method: PATCH
        description: Microsoft Graph Update the navigation property checkIns in places
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: placesasroomlistroomsdeletecheckins
        method: DELETE
        description: Microsoft Graph Delete navigation property checkIns for places
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: microsoft-graph-places-room-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — Places.room. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/places/{place-id}/graph-roomlist/rooms
      name: places-place-id-graph-roomlist-rooms
      description: REST surface for places-place-id-graph.roomList-rooms.
      operations:
      - method: GET
        name: placesasroomlistlistrooms
        description: Microsoft Graph Get rooms from places
        call: microsoft-graph-places-room.placesasroomlistlistrooms
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: placesasroomlistcreaterooms
        description: Microsoft Graph Create new navigation property to rooms for places
        call: microsoft-graph-places-room.placesasroomlistcreaterooms
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/places/{place-id}/graph-roomlist/rooms/count
      name: places-place-id-graph-roomlist-rooms-count
      description: REST surface for places-place-id-graph.roomList-rooms-$count.
      operations:
      - method: GET
        name: placesasroomlistroomsgetcountb534
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-places-room.placesasroomlistroomsgetcountb534
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/places/{place-id}/graph-roomlist/rooms/{room-id}
      name: places-place-id-graph-roomlist-rooms-room-id
      description: REST surface for places-place-id-graph.roomList-rooms-room-id.
      operations:
      - method: GET
        name: placesasroomlistgetrooms
        description: Microsoft Graph Get rooms from places
        call: microsoft-graph-places-room.placesasroomlistgetrooms
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: placesasroomlistupdaterooms
        description: Microsoft Graph Update the navigation property rooms in places
        call: microsoft-graph-places-room.placesasroomlistupdaterooms
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: placesasroomlistdeleterooms
        description: Microsoft Graph Delete navigation property rooms for places
        call: microsoft-graph-places-room.placesasroomlistdeleterooms
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/places/{place-id}/graph-roomlist/rooms/{room-id}/checkins
      name: places-place-id-graph-roomlist-rooms-room-id-checkins
      description: REST surface for places-place-id-graph.roomList-rooms-room-id-checkIns.
      operations:
      - method: GET
        name: placesasroomlistroomslistcheckins
        description: Microsoft Graph Get checkIns from places
        call: microsoft-graph-places-room.placesasroomlistroomslistcheckins
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: placesasroomlistroomscreatecheckins
        description: Microsoft Graph Create new navigation property to checkIns for places
        call: microsoft-graph-places-room.placesasroomlistroomscreatecheckins
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/places/{place-id}/graph-roomlist/rooms/{room-id}/checkins/count
      name: places-place-id-graph-roomlist-rooms-room-id-checkins-count
      description: REST surface for places-place-id-graph.roomList-rooms-room-id-checkIns-$count.
      operations:
      - method: GET
        name: placesasroomlistroomscheckinsgetcount28dc
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-places-room.placesasroomlistroomscheckinsgetcount28dc
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/places/{place-id}/graph-roomlist/rooms/{room-id}/checkins/{checkinclaim-calendareventid}
      name: places-place-id-graph-roomlist-rooms-room-id-checkins-checkinclaim-calendarevent
      description: REST surface for places-place-id-graph.roomList-rooms-room-id-checkIns-checkInClaim-calendarEvent.
      operations:
      - method: GET
        name: placesasroomlistroomsgetcheckins
        description: Microsoft Graph Get checkIns from places
        call: microsoft-graph-places-room.placesasroomlistroomsgetcheckins
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: placesasroomlistroomsupdatecheckins
        description: Microsoft Graph Update the navigation property checkIns in places
        call: microsoft-graph-places-room.placesasroomlistroomsupdatecheckins
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: placesasroomlistroomsdeletecheckins
        description: Microsoft Graph Delete navigation property checkIns for places
        call: microsoft-graph-places-room.placesasroomlistroomsdeletecheckins
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-places-room-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — Places.room. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-rooms-places
      description: Microsoft Graph Get rooms from places
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-places-room.placesasroomlistlistrooms
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-new-navigation
      description: Microsoft Graph Create new navigation property to rooms for places
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-places-room.placesasroomlistcreaterooms
      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-places-room.placesasroomlistroomsgetcountb534
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-rooms-places-2
      description: Microsoft Graph Get rooms from places
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-places-room.placesasroomlistgetrooms
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property rooms in places
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-places-room.placesasroomlistupdaterooms
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property rooms for places
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-places-room.placesasroomlistdeleterooms
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-checkins-places
      description: Microsoft Graph Get checkIns from places
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-places-room.placesasroomlistroomslistcheckins
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-new-navigation-2
      description: Microsoft Graph Create new navigation property to checkIns for places
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-places-room.placesasroomlistroomscreatecheckins
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-number-resource-2
      description: Microsoft Graph Get the number of the resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-places-room.placesasroomlistroomscheckinsgetcount28dc
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-checkins-places-2
      description: Microsoft Graph Get checkIns from places
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-places-room.placesasroomlistroomsgetcheckins
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property-2
      description: Microsoft Graph Update the navigation property checkIns in places
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-places-room.placesasroomlistroomsupdatecheckins
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property-2
      description: Microsoft Graph Delete navigation property checkIns for places
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-places-room.placesasroomlistroomsdeletecheckins
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.