Microsoft Graph · Capability

Microsoft Graph Places — places.place.Functions

Microsoft Graph Places — places.place.Functions. 1 operations. Lead operation: Microsoft Graph Invoke function descendants. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphplaces.place.Functions

What You Can Do

GET
Placesplacedescendants — Microsoft Graph Invoke function descendants
/v1/places/{place-id}/descendants

MCP Tools

microsoft-graph-invoke-function-descendants

Microsoft Graph Invoke function descendants

read-only idempotent

Capability Spec

places-places-place-functions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Places — places.place.Functions
  description: 'Microsoft Graph Places — places.place.Functions. 1 operations. Lead operation: Microsoft Graph Invoke function
    descendants. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - places.place.Functions
  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: places-places-place-functions
    baseUri: ''
    description: Microsoft Graph Places — places.place.Functions business capability. Self-contained, no shared references.
    resources:
    - name: places-place-id-descendants()
      path: /places/{place-id}/descendants()
      operations:
      - name: placesplacedescendants
        method: GET
        description: Microsoft Graph Invoke function descendants
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $orderby
          in: query
          type: array
          description: Order items by property values
        - name: $expand
          in: query
          type: array
          description: Expand related entities
  exposes:
  - type: rest
    namespace: places-places-place-functions-rest
    port: 8080
    description: REST adapter for Microsoft Graph Places — places.place.Functions. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/places/{place-id}/descendants
      name: places-place-id-descendants
      description: REST surface for places-place-id-descendants().
      operations:
      - method: GET
        name: placesplacedescendants
        description: Microsoft Graph Invoke function descendants
        call: places-places-place-functions.placesplacedescendants
        with:
          $select: rest.$select
          $orderby: rest.$orderby
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: places-places-place-functions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Places — places.place.Functions. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-invoke-function-descendants
      description: Microsoft Graph Invoke function descendants
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: places-places-place-functions.placesplacedescendants
      with:
        $select: tools.$select
        $orderby: tools.$orderby
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.