Autodesk · Capability

Autodesk Tandem Data API — Elements

Autodesk Tandem Data API — Elements. 3 operations. Lead operation: Autodesk Mutate Element Properties. Self-contained Naftiko capability covering one Autodesk business surface.

Run with Naftiko AutodeskElements

What You Can Do

POST
Mutateelements — Autodesk Mutate Element Properties
/v1/tandem/v1/modeldata/{modelid}/mutate
POST
Getelementproperties — Autodesk Get Element Properties
/v1/tandem/v1/modeldata/{modelid}/props
POST
Scanelements — Autodesk Scan Elements
/v1/tandem/v1/modeldata/{modelid}/scan

MCP Tools

autodesk-mutate-element-properties

Autodesk Mutate Element Properties

autodesk-get-element-properties

Autodesk Get Element Properties

read-only
autodesk-scan-elements

Autodesk Scan Elements

Capability Spec

tandem-data-elements.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Autodesk Tandem Data API — Elements
  description: 'Autodesk Tandem Data API — Elements. 3 operations. Lead operation: Autodesk Mutate Element Properties. Self-contained
    Naftiko capability covering one Autodesk business surface.'
  tags:
  - Autodesk
  - Elements
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AUTODESK_API_KEY: AUTODESK_API_KEY
capability:
  consumes:
  - type: http
    namespace: tandem-data-elements
    baseUri: https://developer.api.autodesk.com
    description: Autodesk Tandem Data API — Elements business capability. Self-contained, no shared references.
    resources:
    - name: tandem-v1-modeldata-modelId-mutate
      path: /tandem/v1/modeldata/{modelId}/mutate
      operations:
      - name: mutateelements
        method: POST
        description: Autodesk Mutate Element Properties
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: modelId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: tandem-v1-modeldata-modelId-props
      path: /tandem/v1/modeldata/{modelId}/props
      operations:
      - name: getelementproperties
        method: POST
        description: Autodesk Get Element Properties
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: modelId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: tandem-v1-modeldata-modelId-scan
      path: /tandem/v1/modeldata/{modelId}/scan
      operations:
      - name: scanelements
        method: POST
        description: Autodesk Scan Elements
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: modelId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.AUTODESK_API_KEY}}'
  exposes:
  - type: rest
    namespace: tandem-data-elements-rest
    port: 8080
    description: REST adapter for Autodesk Tandem Data API — Elements. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/tandem/v1/modeldata/{modelid}/mutate
      name: tandem-v1-modeldata-modelid-mutate
      description: REST surface for tandem-v1-modeldata-modelId-mutate.
      operations:
      - method: POST
        name: mutateelements
        description: Autodesk Mutate Element Properties
        call: tandem-data-elements.mutateelements
        with:
          modelId: rest.modelId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/tandem/v1/modeldata/{modelid}/props
      name: tandem-v1-modeldata-modelid-props
      description: REST surface for tandem-v1-modeldata-modelId-props.
      operations:
      - method: POST
        name: getelementproperties
        description: Autodesk Get Element Properties
        call: tandem-data-elements.getelementproperties
        with:
          modelId: rest.modelId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/tandem/v1/modeldata/{modelid}/scan
      name: tandem-v1-modeldata-modelid-scan
      description: REST surface for tandem-v1-modeldata-modelId-scan.
      operations:
      - method: POST
        name: scanelements
        description: Autodesk Scan Elements
        call: tandem-data-elements.scanelements
        with:
          modelId: rest.modelId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tandem-data-elements-mcp
    port: 9090
    transport: http
    description: MCP adapter for Autodesk Tandem Data API — Elements. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: autodesk-mutate-element-properties
      description: Autodesk Mutate Element Properties
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: tandem-data-elements.mutateelements
      with:
        modelId: tools.modelId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: autodesk-get-element-properties
      description: Autodesk Get Element Properties
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: tandem-data-elements.getelementproperties
      with:
        modelId: tools.modelId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: autodesk-scan-elements
      description: Autodesk Scan Elements
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: tandem-data-elements.scanelements
      with:
        modelId: tools.modelId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.