Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — functions.attributeMappingFunctionSchema

Microsoft Graph OData Service for namespace microsoft.graph — functions.attributeMappingFunctionSchema. 6 operations. Lead operation: Microsoft Graph Get entities from functions. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphfunctions.attributeMappingFunctionSchema

What You Can Do

GET
Functionsattributemappingfunctionschemalistattributemappingfunctionschema — Microsoft Graph Get entities from functions
/v1/functions
POST
Functionsattributemappingfunctionschemacreateattributemappingfunctionschema — Microsoft Graph Add new entity to functions
/v1/functions
GET
Functionsgetcount0c74 — Microsoft Graph Get the number of the resource
/v1/functions/count
GET
Functionsattributemappingfunctionschemagetattributemappingfunctionschema — Microsoft Graph Get entity from functions by key
/v1/functions/{attributemappingfunctionschema-id}
PATCH
Functionsattributemappingfunctionschemaupdateattributemappingfunctionschema — Microsoft Graph Update entity in functions
/v1/functions/{attributemappingfunctionschema-id}
DELETE
Functionsattributemappingfunctionschemadeleteattributemappingfunctionschema — Microsoft Graph Delete entity from functions
/v1/functions/{attributemappingfunctionschema-id}

MCP Tools

microsoft-graph-get-entities-functions

Microsoft Graph Get entities from functions

read-only idempotent
microsoft-graph-add-new-entity

Microsoft Graph Add new entity to functions

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-entity-functions

Microsoft Graph Get entity from functions by key

read-only idempotent
microsoft-graph-update-entity-functions

Microsoft Graph Update entity in functions

idempotent
microsoft-graph-delete-entity-functions

Microsoft Graph Delete entity from functions

idempotent

Capability Spec

microsoft-graph-functions-attributemappingfunctionschema.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — functions.attributeMappingFunctionSchema
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — functions.attributeMappingFunctionSchema. 6
    operations. Lead operation: Microsoft Graph Get entities from functions. Self-contained Naftiko capability covering one
    Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - functions.attributeMappingFunctionSchema
  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-functions-attributemappingfunctionschema
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — functions.attributeMappingFunctionSchema business
      capability. Self-contained, no shared references.
    resources:
    - name: functions
      path: /functions
      operations:
      - name: functionsattributemappingfunctionschemalistattributemappingfunctionschema
        method: GET
        description: Microsoft Graph Get entities from functions
        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: functionsattributemappingfunctionschemacreateattributemappingfunctionschema
        method: POST
        description: Microsoft Graph Add new entity to functions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: functions-$count
      path: /functions/$count
      operations:
      - name: functionsgetcount0c74
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: functions-attributeMappingFunctionSchema-id
      path: /functions/{attributeMappingFunctionSchema-id}
      operations:
      - name: functionsattributemappingfunctionschemagetattributemappingfunctionschema
        method: GET
        description: Microsoft Graph Get entity from functions by key
        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: functionsattributemappingfunctionschemaupdateattributemappingfunctionschema
        method: PATCH
        description: Microsoft Graph Update entity in functions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: functionsattributemappingfunctionschemadeleteattributemappingfunctionschema
        method: DELETE
        description: Microsoft Graph Delete entity from functions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: microsoft-graph-functions-attributemappingfunctionschema-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — functions.attributeMappingFunctionSchema.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/functions
      name: functions
      description: REST surface for functions.
      operations:
      - method: GET
        name: functionsattributemappingfunctionschemalistattributemappingfunctionschema
        description: Microsoft Graph Get entities from functions
        call: microsoft-graph-functions-attributemappingfunctionschema.functionsattributemappingfunctionschemalistattributemappingfunctionschema
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: functionsattributemappingfunctionschemacreateattributemappingfunctionschema
        description: Microsoft Graph Add new entity to functions
        call: microsoft-graph-functions-attributemappingfunctionschema.functionsattributemappingfunctionschemacreateattributemappingfunctionschema
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/functions/count
      name: functions-count
      description: REST surface for functions-$count.
      operations:
      - method: GET
        name: functionsgetcount0c74
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-functions-attributemappingfunctionschema.functionsgetcount0c74
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/functions/{attributemappingfunctionschema-id}
      name: functions-attributemappingfunctionschema-id
      description: REST surface for functions-attributeMappingFunctionSchema-id.
      operations:
      - method: GET
        name: functionsattributemappingfunctionschemagetattributemappingfunctionschema
        description: Microsoft Graph Get entity from functions by key
        call: microsoft-graph-functions-attributemappingfunctionschema.functionsattributemappingfunctionschemagetattributemappingfunctionschema
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: functionsattributemappingfunctionschemaupdateattributemappingfunctionschema
        description: Microsoft Graph Update entity in functions
        call: microsoft-graph-functions-attributemappingfunctionschema.functionsattributemappingfunctionschemaupdateattributemappingfunctionschema
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: functionsattributemappingfunctionschemadeleteattributemappingfunctionschema
        description: Microsoft Graph Delete entity from functions
        call: microsoft-graph-functions-attributemappingfunctionschema.functionsattributemappingfunctionschemadeleteattributemappingfunctionschema
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-functions-attributemappingfunctionschema-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — functions.attributeMappingFunctionSchema.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-entities-functions
      description: Microsoft Graph Get entities from functions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-functions-attributemappingfunctionschema.functionsattributemappingfunctionschemalistattributemappingfunctionschema
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-add-new-entity
      description: Microsoft Graph Add new entity to functions
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-functions-attributemappingfunctionschema.functionsattributemappingfunctionschemacreateattributemappingfunctionschema
      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-functions-attributemappingfunctionschema.functionsgetcount0c74
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-entity-functions
      description: Microsoft Graph Get entity from functions by key
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-functions-attributemappingfunctionschema.functionsattributemappingfunctionschemagetattributemappingfunctionschema
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-entity-functions
      description: Microsoft Graph Update entity in functions
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-functions-attributemappingfunctionschema.functionsattributemappingfunctionschemaupdateattributemappingfunctionschema
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-entity-functions
      description: Microsoft Graph Delete entity from functions
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-functions-attributemappingfunctionschema.functionsattributemappingfunctionschemadeleteattributemappingfunctionschema
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.