Microsoft Azure · Capability

Microsoft Azure Purview Catalog Service REST API Document — Relationship

Microsoft Azure Purview Catalog Service REST API Document — Relationship. 4 operations. Lead operation: Microsoft Azure Post Atlas Relationship. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureRelationship

What You Can Do

POST
Microsoftazurerelationshipcreate — Microsoft Azure Post Atlas Relationship
/v1/atlas/v2/relationship
PUT
Microsoftazurerelationshipupdate — Microsoft Azure Put Atlas Relationship
/v1/atlas/v2/relationship
GET
Microsoftazurerelationshipget — Microsoft Azure Get Atlas Relationship Guid Guid
/v1/atlas/v2/relationship/guid/{guid}
DELETE
Microsoftazurerelationshipdelete — Microsoft Azure Delete Atlas Relationship Guid Guid
/v1/atlas/v2/relationship/guid/{guid}

MCP Tools

microsoft-azure-post-atlas-relationship

Microsoft Azure Post Atlas Relationship

microsoft-azure-put-atlas-relationship

Microsoft Azure Put Atlas Relationship

idempotent
microsoft-azure-get-atlas-relationship

Microsoft Azure Get Atlas Relationship Guid Guid

read-only idempotent
microsoft-azure-delete-atlas-relationship

Microsoft Azure Delete Atlas Relationship Guid Guid

idempotent

Capability Spec

purview-catalog-service-rest-api-document-relationship.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Purview Catalog Service REST API Document — Relationship
  description: 'Microsoft Azure Purview Catalog Service REST API Document — Relationship. 4 operations. Lead operation: Microsoft
    Azure Post Atlas Relationship. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Relationship
  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-catalog-service-rest-api-document-relationship
    baseUri: ''
    description: Microsoft Azure Purview Catalog Service REST API Document — Relationship business capability. Self-contained,
      no shared references.
    resources:
    - name: atlas-v2-relationship
      path: /atlas/v2/relationship
      operations:
      - name: microsoftazurerelationshipcreate
        method: POST
        description: Microsoft Azure Post Atlas Relationship
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: relationship
          in: body
          type: string
          description: The AtlasRelationship object containing the information for the relationship to be created.
          required: true
      - name: microsoftazurerelationshipupdate
        method: PUT
        description: Microsoft Azure Put Atlas Relationship
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: relationship
          in: body
          type: string
          description: The AtlasRelationship object containing the information for the relationship to be created.
          required: true
    - name: atlas-v2-relationship-guid-guid
      path: /atlas/v2/relationship/guid/{guid}
      operations:
      - name: microsoftazurerelationshipget
        method: GET
        description: Microsoft Azure Get Atlas Relationship Guid Guid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazurerelationshipdelete
        method: DELETE
        description: Microsoft Azure Delete Atlas Relationship Guid Guid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: purview-catalog-service-rest-api-document-relationship-rest
    port: 8080
    description: REST adapter for Microsoft Azure Purview Catalog Service REST API Document — Relationship. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/atlas/v2/relationship
      name: atlas-v2-relationship
      description: REST surface for atlas-v2-relationship.
      operations:
      - method: POST
        name: microsoftazurerelationshipcreate
        description: Microsoft Azure Post Atlas Relationship
        call: purview-catalog-service-rest-api-document-relationship.microsoftazurerelationshipcreate
        with:
          relationship: rest.relationship
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurerelationshipupdate
        description: Microsoft Azure Put Atlas Relationship
        call: purview-catalog-service-rest-api-document-relationship.microsoftazurerelationshipupdate
        with:
          relationship: rest.relationship
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/atlas/v2/relationship/guid/{guid}
      name: atlas-v2-relationship-guid-guid
      description: REST surface for atlas-v2-relationship-guid-guid.
      operations:
      - method: GET
        name: microsoftazurerelationshipget
        description: Microsoft Azure Get Atlas Relationship Guid Guid
        call: purview-catalog-service-rest-api-document-relationship.microsoftazurerelationshipget
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurerelationshipdelete
        description: Microsoft Azure Delete Atlas Relationship Guid Guid
        call: purview-catalog-service-rest-api-document-relationship.microsoftazurerelationshipdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: purview-catalog-service-rest-api-document-relationship-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Purview Catalog Service REST API Document — Relationship. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-post-atlas-relationship
      description: Microsoft Azure Post Atlas Relationship
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: purview-catalog-service-rest-api-document-relationship.microsoftazurerelationshipcreate
      with:
        relationship: tools.relationship
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-atlas-relationship
      description: Microsoft Azure Put Atlas Relationship
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: purview-catalog-service-rest-api-document-relationship.microsoftazurerelationshipupdate
      with:
        relationship: tools.relationship
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-atlas-relationship
      description: Microsoft Azure Get Atlas Relationship Guid Guid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: purview-catalog-service-rest-api-document-relationship.microsoftazurerelationshipget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-atlas-relationship
      description: Microsoft Azure Delete Atlas Relationship Guid Guid
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: purview-catalog-service-rest-api-document-relationship.microsoftazurerelationshipdelete
      outputParameters:
      - type: object
        mapping: $.