Microsoft Azure · Capability

Microsoft Azure Azure Analytics Purview Data Map — Types

Microsoft Azure Azure Analytics Purview Data Map — Types. 2 operations. Lead operation: Microsoft Azure Get Types Termtemplatedef Guid Guid. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureTypes

What You Can Do

GET
Microsoftazuretypegettermtemplatedefbyguid — Microsoft Azure Get Types Termtemplatedef Guid Guid
/v1/types/termtemplatedef/guid/{guid}
GET
Microsoftazuretypegettermtemplatedefbyname — Microsoft Azure Get Types Termtemplatedef Name Name
/v1/types/termtemplatedef/name/{name}

MCP Tools

microsoft-azure-get-types-termtemplatedef

Microsoft Azure Get Types Termtemplatedef Guid Guid

read-only idempotent
microsoft-azure-get-types-termtemplatedef-2

Microsoft Azure Get Types Termtemplatedef Name Name

read-only idempotent

Capability Spec

azure-analytics-purview-data-map-types.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Analytics Purview Data Map — Types
  description: 'Microsoft Azure Azure Analytics Purview Data Map — Types. 2 operations. Lead operation: Microsoft Azure Get
    Types Termtemplatedef Guid Guid. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Types
  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: azure-analytics-purview-data-map-types
    baseUri: ''
    description: Microsoft Azure Azure Analytics Purview Data Map — Types business capability. Self-contained, no shared references.
    resources:
    - name: types-termtemplatedef-guid-guid
      path: /types/termtemplatedef/guid/{guid}
      operations:
      - name: microsoftazuretypegettermtemplatedefbyguid
        method: GET
        description: Microsoft Azure Get Types Termtemplatedef Guid Guid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: guid
          in: path
          type: string
          description: The globally unique identifier of the term template.
          required: true
    - name: types-termtemplatedef-name-name
      path: /types/termtemplatedef/name/{name}
      operations:
      - name: microsoftazuretypegettermtemplatedefbyname
        method: GET
        description: Microsoft Azure Get Types Termtemplatedef Name Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: The unique name of the term template.
          required: true
  exposes:
  - type: rest
    namespace: azure-analytics-purview-data-map-types-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Analytics Purview Data Map — Types. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/types/termtemplatedef/guid/{guid}
      name: types-termtemplatedef-guid-guid
      description: REST surface for types-termtemplatedef-guid-guid.
      operations:
      - method: GET
        name: microsoftazuretypegettermtemplatedefbyguid
        description: Microsoft Azure Get Types Termtemplatedef Guid Guid
        call: azure-analytics-purview-data-map-types.microsoftazuretypegettermtemplatedefbyguid
        with:
          guid: rest.guid
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/types/termtemplatedef/name/{name}
      name: types-termtemplatedef-name-name
      description: REST surface for types-termtemplatedef-name-name.
      operations:
      - method: GET
        name: microsoftazuretypegettermtemplatedefbyname
        description: Microsoft Azure Get Types Termtemplatedef Name Name
        call: azure-analytics-purview-data-map-types.microsoftazuretypegettermtemplatedefbyname
        with:
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-analytics-purview-data-map-types-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Analytics Purview Data Map — Types. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-types-termtemplatedef
      description: Microsoft Azure Get Types Termtemplatedef Guid Guid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-analytics-purview-data-map-types.microsoftazuretypegettermtemplatedefbyguid
      with:
        guid: tools.guid
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-types-termtemplatedef-2
      description: Microsoft Azure Get Types Termtemplatedef Name Name
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-analytics-purview-data-map-types.microsoftazuretypegettermtemplatedefbyname
      with:
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.