Microsoft Azure · Capability

Microsoft Azure Purview Catalog Service REST API Document — Collection

Microsoft Azure Purview Catalog Service REST API Document — Collection. 3 operations. Lead operation: Microsoft Azure Post Collections Collection Entity. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureCollection

What You Can Do

POST
Microsoftazurecollectioncreateorupdate — Microsoft Azure Post Collections Collection Entity
/v1/collections/{collection}/entity
POST
Microsoftazurecollectioncreateorupdatebulk — Microsoft Azure Post Collections Collection Entity Bulk
/v1/collections/{collection}/entity/bulk
POST
Microsoftazurecollectionmoveentitiestocollection — Microsoft Azure Post Collections Collection Entity Movehere
/v1/collections/{collection}/entity/movehere

MCP Tools

microsoft-azure-post-collections-collection

Microsoft Azure Post Collections Collection Entity

microsoft-azure-post-collections-collection-2

Microsoft Azure Post Collections Collection Entity Bulk

microsoft-azure-post-collections-collection-3

Microsoft Azure Post Collections Collection Entity Movehere

Capability Spec

purview-catalog-service-rest-api-document-collection.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Purview Catalog Service REST API Document — Collection
  description: 'Microsoft Azure Purview Catalog Service REST API Document — Collection. 3 operations. Lead operation: Microsoft
    Azure Post Collections Collection Entity. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Collection
  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-collection
    baseUri: ''
    description: Microsoft Azure Purview Catalog Service REST API Document — Collection business capability. Self-contained,
      no shared references.
    resources:
    - name: collections-collection-entity
      path: /collections/{collection}/entity
      operations:
      - name: microsoftazurecollectioncreateorupdate
        method: POST
        description: Microsoft Azure Post Collections Collection Entity
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: entity
          in: body
          type: string
          description: Atlas entity with extended information.
          required: true
    - name: collections-collection-entity-bulk
      path: /collections/{collection}/entity/bulk
      operations:
      - name: microsoftazurecollectioncreateorupdatebulk
        method: POST
        description: Microsoft Azure Post Collections Collection Entity Bulk
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: entities
          in: body
          type: string
          description: Atlas entities with extended information.
          required: true
    - name: collections-collection-entity-moveHere
      path: /collections/{collection}/entity/moveHere
      operations:
      - name: microsoftazurecollectionmoveentitiestocollection
        method: POST
        description: Microsoft Azure Post Collections Collection Entity Movehere
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: moveEntitiesRequest
          in: body
          type: string
          description: Entity guids to be moved to target collection.
          required: true
  exposes:
  - type: rest
    namespace: purview-catalog-service-rest-api-document-collection-rest
    port: 8080
    description: REST adapter for Microsoft Azure Purview Catalog Service REST API Document — Collection. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/collections/{collection}/entity
      name: collections-collection-entity
      description: REST surface for collections-collection-entity.
      operations:
      - method: POST
        name: microsoftazurecollectioncreateorupdate
        description: Microsoft Azure Post Collections Collection Entity
        call: purview-catalog-service-rest-api-document-collection.microsoftazurecollectioncreateorupdate
        with:
          entity: rest.entity
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/collections/{collection}/entity/bulk
      name: collections-collection-entity-bulk
      description: REST surface for collections-collection-entity-bulk.
      operations:
      - method: POST
        name: microsoftazurecollectioncreateorupdatebulk
        description: Microsoft Azure Post Collections Collection Entity Bulk
        call: purview-catalog-service-rest-api-document-collection.microsoftazurecollectioncreateorupdatebulk
        with:
          entities: rest.entities
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/collections/{collection}/entity/movehere
      name: collections-collection-entity-movehere
      description: REST surface for collections-collection-entity-moveHere.
      operations:
      - method: POST
        name: microsoftazurecollectionmoveentitiestocollection
        description: Microsoft Azure Post Collections Collection Entity Movehere
        call: purview-catalog-service-rest-api-document-collection.microsoftazurecollectionmoveentitiestocollection
        with:
          moveEntitiesRequest: rest.moveEntitiesRequest
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: purview-catalog-service-rest-api-document-collection-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Purview Catalog Service REST API Document — Collection. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-post-collections-collection
      description: Microsoft Azure Post Collections Collection Entity
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: purview-catalog-service-rest-api-document-collection.microsoftazurecollectioncreateorupdate
      with:
        entity: tools.entity
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-collections-collection-2
      description: Microsoft Azure Post Collections Collection Entity Bulk
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: purview-catalog-service-rest-api-document-collection.microsoftazurecollectioncreateorupdatebulk
      with:
        entities: tools.entities
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-collections-collection-3
      description: Microsoft Azure Post Collections Collection Entity Movehere
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: purview-catalog-service-rest-api-document-collection.microsoftazurecollectionmoveentitiestocollection
      with:
        moveEntitiesRequest: tools.moveEntitiesRequest
      outputParameters:
      - type: object
        mapping: $.