Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — employeeExperience.employeeExperience

Microsoft Graph OData Service for namespace microsoft.graph — employeeExperience.employeeExperience. 2 operations. Lead operation: Microsoft Graph Get employeeExperience. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphemployeeExperience.employeeExperience

What You Can Do

GET
Employeeexperienceemployeeexperiencegetemployeeexperience — Microsoft Graph Get employeeExperience
/v1/employeeexperience
PATCH
Employeeexperienceemployeeexperienceupdateemployeeexperience — Microsoft Graph Update employeeExperience
/v1/employeeexperience

MCP Tools

microsoft-graph-get-employeeexperience

Microsoft Graph Get employeeExperience

read-only idempotent
microsoft-graph-update-employeeexperience

Microsoft Graph Update employeeExperience

idempotent

Capability Spec

microsoft-graph-employeeexperience-employeeexperience.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — employeeExperience.employeeExperience
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — employeeExperience.employeeExperience. 2 operations.
    Lead operation: Microsoft Graph Get employeeExperience. Self-contained Naftiko capability covering one Microsoft Graph
    business surface.'
  tags:
  - Microsoft Graph
  - employeeExperience.employeeExperience
  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-employeeexperience-employeeexperience
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — employeeExperience.employeeExperience business
      capability. Self-contained, no shared references.
    resources:
    - name: employeeExperience
      path: /employeeExperience
      operations:
      - name: employeeexperienceemployeeexperiencegetemployeeexperience
        method: GET
        description: Microsoft Graph Get employeeExperience
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
      - name: employeeexperienceemployeeexperienceupdateemployeeexperience
        method: PATCH
        description: Microsoft Graph Update employeeExperience
        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: microsoft-graph-employeeexperience-employeeexperience-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — employeeExperience.employeeExperience.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/employeeexperience
      name: employeeexperience
      description: REST surface for employeeExperience.
      operations:
      - method: GET
        name: employeeexperienceemployeeexperiencegetemployeeexperience
        description: Microsoft Graph Get employeeExperience
        call: microsoft-graph-employeeexperience-employeeexperience.employeeexperienceemployeeexperiencegetemployeeexperience
        with:
          $select: rest.$select
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: employeeexperienceemployeeexperienceupdateemployeeexperience
        description: Microsoft Graph Update employeeExperience
        call: microsoft-graph-employeeexperience-employeeexperience.employeeexperienceemployeeexperienceupdateemployeeexperience
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-employeeexperience-employeeexperience-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — employeeExperience.employeeExperience.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-employeeexperience
      description: Microsoft Graph Get employeeExperience
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-employeeexperience-employeeexperience.employeeexperienceemployeeexperiencegetemployeeexperience
      with:
        $select: tools.$select
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-employeeexperience
      description: Microsoft Graph Update employeeExperience
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-employeeexperience-employeeexperience.employeeexperienceemployeeexperienceupdateemployeeexperience
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.