Microsoft Azure · Capability

Microsoft Azure Azure Analytics Purview Data Map — Search

Microsoft Azure Azure Analytics Purview Data Map — Search. 3 operations. Lead operation: Microsoft Azure Post Search Autocomplete. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSearch

What You Can Do

POST
Microsoftazurediscoveryautocomplete — Microsoft Azure Post Search Autocomplete
/v1/search/autocomplete
POST
Microsoftazurediscoveryquery — Microsoft Azure Post Search Query
/v1/search/query
POST
Microsoftazurediscoverysuggest — Microsoft Azure Post Search Suggest
/v1/search/suggest

MCP Tools

microsoft-azure-post-search-autocomplete

Microsoft Azure Post Search Autocomplete

read-only
microsoft-azure-post-search-query

Microsoft Azure Post Search Query

read-only
microsoft-azure-post-search-suggest

Microsoft Azure Post Search Suggest

read-only

Capability Spec

azure-analytics-purview-data-map-search.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Analytics Purview Data Map — Search
  description: 'Microsoft Azure Azure Analytics Purview Data Map — Search. 3 operations. Lead operation: Microsoft Azure Post
    Search Autocomplete. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Search
  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-search
    baseUri: ''
    description: Microsoft Azure Azure Analytics Purview Data Map — Search business capability. Self-contained, no shared
      references.
    resources:
    - name: search-autocomplete
      path: /search/autocomplete
      operations:
      - name: microsoftazurediscoveryautocomplete
        method: POST
        description: Microsoft Azure Post Search Autocomplete
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          required: true
    - name: search-query
      path: /search/query
      operations:
      - name: microsoftazurediscoveryquery
        method: POST
        description: Microsoft Azure Post Search Query
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          required: true
    - name: search-suggest
      path: /search/suggest
      operations:
      - name: microsoftazurediscoverysuggest
        method: POST
        description: Microsoft Azure Post Search Suggest
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          required: true
  exposes:
  - type: rest
    namespace: azure-analytics-purview-data-map-search-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Analytics Purview Data Map — Search. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/search/autocomplete
      name: search-autocomplete
      description: REST surface for search-autocomplete.
      operations:
      - method: POST
        name: microsoftazurediscoveryautocomplete
        description: Microsoft Azure Post Search Autocomplete
        call: azure-analytics-purview-data-map-search.microsoftazurediscoveryautocomplete
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/search/query
      name: search-query
      description: REST surface for search-query.
      operations:
      - method: POST
        name: microsoftazurediscoveryquery
        description: Microsoft Azure Post Search Query
        call: azure-analytics-purview-data-map-search.microsoftazurediscoveryquery
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/search/suggest
      name: search-suggest
      description: REST surface for search-suggest.
      operations:
      - method: POST
        name: microsoftazurediscoverysuggest
        description: Microsoft Azure Post Search Suggest
        call: azure-analytics-purview-data-map-search.microsoftazurediscoverysuggest
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-analytics-purview-data-map-search-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Analytics Purview Data Map — Search. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-post-search-autocomplete
      description: Microsoft Azure Post Search Autocomplete
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: azure-analytics-purview-data-map-search.microsoftazurediscoveryautocomplete
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-search-query
      description: Microsoft Azure Post Search Query
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: azure-analytics-purview-data-map-search.microsoftazurediscoveryquery
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-search-suggest
      description: Microsoft Azure Post Search Suggest
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: azure-analytics-purview-data-map-search.microsoftazurediscoverysuggest
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.