Microsoft Azure · Capability

Microsoft Azure Purview Data Map Service REST API Document — Lineage

Microsoft Azure Purview Data Map Service REST API Document — Lineage. 3 operations. Lead operation: Microsoft Azure Get Atlas Lineage Uniqueattribute Type Typename. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureLineage

What You Can Do

GET
Microsoftazurelineagegetbyuniqueattribute — Microsoft Azure Get Atlas Lineage Uniqueattribute Type Typename
/v1/atlas/v2/lineage/uniqueattribute/type/{typename}
GET
Microsoftazurelineageget — Microsoft Azure Get Atlas Lineage Guid
/v1/atlas/v2/lineage/{guid}
GET
Microsoftazurelineagegetnextpage — Microsoft Azure Get Lineage Guid Next
/v1/lineage/{guid}/next

MCP Tools

microsoft-azure-get-atlas-lineage

Microsoft Azure Get Atlas Lineage Uniqueattribute Type Typename

read-only idempotent
microsoft-azure-get-atlas-lineage-2

Microsoft Azure Get Atlas Lineage Guid

read-only idempotent
microsoft-azure-get-lineage-guid

Microsoft Azure Get Lineage Guid Next

read-only idempotent

Capability Spec

purview-data-map-service-rest-api-document-lineage.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Purview Data Map Service REST API Document — Lineage
  description: 'Microsoft Azure Purview Data Map Service REST API Document — Lineage. 3 operations. Lead operation: Microsoft
    Azure Get Atlas Lineage Uniqueattribute Type Typename. Self-contained Naftiko capability covering one Microsoft Azure
    business surface.'
  tags:
  - Microsoft Azure
  - Lineage
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: purview-data-map-service-rest-api-document-lineage
    baseUri: ''
    description: Microsoft Azure Purview Data Map Service REST API Document — Lineage business capability. Self-contained,
      no shared references.
    resources:
    - name: atlas-v2-lineage-uniqueAttribute-type-typeName
      path: /atlas/v2/lineage/uniqueAttribute/type/{typeName}
      operations:
      - name: microsoftazurelineagegetbyuniqueattribute
        method: GET
        description: Microsoft Azure Get Atlas Lineage Uniqueattribute Type Typename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: attr:qualifiedName
          in: query
          type: string
          description: The qualified name of the entity. (This is only an example. qualifiedName can be changed to other unique
            attributes)
    - name: atlas-v2-lineage-guid
      path: /atlas/v2/lineage/{guid}
      operations:
      - name: microsoftazurelineageget
        method: GET
        description: Microsoft Azure Get Atlas Lineage Guid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: lineage-guid-next
      path: /lineage/{guid}/next/
      operations:
      - name: microsoftazurelineagegetnextpage
        method: GET
        description: Microsoft Azure Get Lineage Guid Next
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: purview-data-map-service-rest-api-document-lineage-rest
    port: 8080
    description: REST adapter for Microsoft Azure Purview Data Map Service REST API Document — Lineage. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/atlas/v2/lineage/uniqueattribute/type/{typename}
      name: atlas-v2-lineage-uniqueattribute-type-typename
      description: REST surface for atlas-v2-lineage-uniqueAttribute-type-typeName.
      operations:
      - method: GET
        name: microsoftazurelineagegetbyuniqueattribute
        description: Microsoft Azure Get Atlas Lineage Uniqueattribute Type Typename
        call: purview-data-map-service-rest-api-document-lineage.microsoftazurelineagegetbyuniqueattribute
        with:
          attr:qualifiedName: rest.attr:qualifiedName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/atlas/v2/lineage/{guid}
      name: atlas-v2-lineage-guid
      description: REST surface for atlas-v2-lineage-guid.
      operations:
      - method: GET
        name: microsoftazurelineageget
        description: Microsoft Azure Get Atlas Lineage Guid
        call: purview-data-map-service-rest-api-document-lineage.microsoftazurelineageget
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/lineage/{guid}/next
      name: lineage-guid-next
      description: REST surface for lineage-guid-next.
      operations:
      - method: GET
        name: microsoftazurelineagegetnextpage
        description: Microsoft Azure Get Lineage Guid Next
        call: purview-data-map-service-rest-api-document-lineage.microsoftazurelineagegetnextpage
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: purview-data-map-service-rest-api-document-lineage-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Purview Data Map Service REST API Document — Lineage. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-atlas-lineage
      description: Microsoft Azure Get Atlas Lineage Uniqueattribute Type Typename
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: purview-data-map-service-rest-api-document-lineage.microsoftazurelineagegetbyuniqueattribute
      with:
        attr:qualifiedName: tools.attr:qualifiedName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-atlas-lineage-2
      description: Microsoft Azure Get Atlas Lineage Guid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: purview-data-map-service-rest-api-document-lineage.microsoftazurelineageget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-lineage-guid
      description: Microsoft Azure Get Lineage Guid Next
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: purview-data-map-service-rest-api-document-lineage.microsoftazurelineagegetnextpage
      outputParameters:
      - type: object
        mapping: $.