Microsoft Azure · Capability

Microsoft Azure Purview self-service Policies REST API Document — SelfServicePolicies

Microsoft Azure Purview self-service Policies REST API Document — SelfServicePolicies. 3 operations. Lead operation: Microsoft Azure Get Self Service Policies. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSelfServicePolicies

What You Can Do

GET
Microsoftazureselfservicepolicieslist — Microsoft Azure Get Self Service Policies
/v1/self-service-policies
GET
Microsoftazureselfservicepoliciesget — Microsoft Azure Get Self Service Policies Policyid
/v1/self-service-policies/{policyid}
DELETE
Microsoftazureselfservicepoliciesdelete — Microsoft Azure Delete Self Service Policies Policyid
/v1/self-service-policies/{policyid}

MCP Tools

microsoft-azure-get-self-service

Microsoft Azure Get Self Service Policies

read-only idempotent
microsoft-azure-get-self-service-2

Microsoft Azure Get Self Service Policies Policyid

read-only idempotent
microsoft-azure-delete-self-service

Microsoft Azure Delete Self Service Policies Policyid

idempotent

Capability Spec

purview-self-service-policies-rest-api-document-selfservicepolicies.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Purview self-service Policies REST API Document — SelfServicePolicies
  description: 'Microsoft Azure Purview self-service Policies REST API Document — SelfServicePolicies. 3 operations. Lead
    operation: Microsoft Azure Get Self Service Policies. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - SelfServicePolicies
  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-self-service-policies-rest-api-document-selfservicepolicies
    baseUri: ''
    description: Microsoft Azure Purview self-service Policies REST API Document — SelfServicePolicies business capability.
      Self-contained, no shared references.
    resources:
    - name: self-service-policies
      path: /self-service-policies
      operations:
      - name: microsoftazureselfservicepolicieslist
        method: GET
        description: Microsoft Azure Get Self Service Policies
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: self-service-policies-policyId
      path: /self-service-policies/{policyId}
      operations:
      - name: microsoftazureselfservicepoliciesget
        method: GET
        description: Microsoft Azure Get Self Service Policies Policyid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: policyId
          in: path
          type: string
          description: The policyId of the self-service policy.
          required: true
      - name: microsoftazureselfservicepoliciesdelete
        method: DELETE
        description: Microsoft Azure Delete Self Service Policies Policyid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: policyId
          in: path
          type: string
          description: The policyId of the self-service policy.
          required: true
  exposes:
  - type: rest
    namespace: purview-self-service-policies-rest-api-document-selfservicepolicies-rest
    port: 8080
    description: REST adapter for Microsoft Azure Purview self-service Policies REST API Document — SelfServicePolicies. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/self-service-policies
      name: self-service-policies
      description: REST surface for self-service-policies.
      operations:
      - method: GET
        name: microsoftazureselfservicepolicieslist
        description: Microsoft Azure Get Self Service Policies
        call: purview-self-service-policies-rest-api-document-selfservicepolicies.microsoftazureselfservicepolicieslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/self-service-policies/{policyid}
      name: self-service-policies-policyid
      description: REST surface for self-service-policies-policyId.
      operations:
      - method: GET
        name: microsoftazureselfservicepoliciesget
        description: Microsoft Azure Get Self Service Policies Policyid
        call: purview-self-service-policies-rest-api-document-selfservicepolicies.microsoftazureselfservicepoliciesget
        with:
          policyId: rest.policyId
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureselfservicepoliciesdelete
        description: Microsoft Azure Delete Self Service Policies Policyid
        call: purview-self-service-policies-rest-api-document-selfservicepolicies.microsoftazureselfservicepoliciesdelete
        with:
          policyId: rest.policyId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: purview-self-service-policies-rest-api-document-selfservicepolicies-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Purview self-service Policies REST API Document — SelfServicePolicies. One
      tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-self-service
      description: Microsoft Azure Get Self Service Policies
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: purview-self-service-policies-rest-api-document-selfservicepolicies.microsoftazureselfservicepolicieslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-self-service-2
      description: Microsoft Azure Get Self Service Policies Policyid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: purview-self-service-policies-rest-api-document-selfservicepolicies.microsoftazureselfservicepoliciesget
      with:
        policyId: tools.policyId
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-self-service
      description: Microsoft Azure Delete Self Service Policies Policyid
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: purview-self-service-policies-rest-api-document-selfservicepolicies.microsoftazureselfservicepoliciesdelete
      with:
        policyId: tools.policyId
      outputParameters:
      - type: object
        mapping: $.