Microsoft Azure · Capability

Microsoft Azure SearchServiceClient — SynonymMaps

Microsoft Azure SearchServiceClient — SynonymMaps. 5 operations. Lead operation: Microsoft Azure Get Synonymmaps. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSynonymMaps

What You Can Do

GET
Microsoftazuresynonymmapslist — Microsoft Azure Get Synonymmaps
/v1/synonymmaps
POST
Microsoftazuresynonymmapscreate — Microsoft Azure Post Synonymmaps
/v1/synonymmaps
PUT
Microsoftazuresynonymmapscreateorupdate — Microsoft Azure Put Synonymmaps Synonymmapname
/v1/synonymmaps-synonymmapname
DELETE
Microsoftazuresynonymmapsdelete — Microsoft Azure Delete Synonymmaps Synonymmapname
/v1/synonymmaps-synonymmapname
GET
Microsoftazuresynonymmapsget — Microsoft Azure Get Synonymmaps Synonymmapname
/v1/synonymmaps-synonymmapname

MCP Tools

microsoft-azure-get-synonymmaps

Microsoft Azure Get Synonymmaps

read-only idempotent
microsoft-azure-post-synonymmaps

Microsoft Azure Post Synonymmaps

microsoft-azure-put-synonymmaps-synonymmapname

Microsoft Azure Put Synonymmaps Synonymmapname

idempotent
microsoft-azure-delete-synonymmaps-synonymmapname

Microsoft Azure Delete Synonymmaps Synonymmapname

idempotent
microsoft-azure-get-synonymmaps-synonymmapname

Microsoft Azure Get Synonymmaps Synonymmapname

read-only idempotent

Capability Spec

searchserviceclient-synonymmaps.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure SearchServiceClient — SynonymMaps
  description: 'Microsoft Azure SearchServiceClient — SynonymMaps. 5 operations. Lead operation: Microsoft Azure Get Synonymmaps.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - SynonymMaps
  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: searchserviceclient-synonymmaps
    baseUri: ''
    description: Microsoft Azure SearchServiceClient — SynonymMaps business capability. Self-contained, no shared references.
    resources:
    - name: synonymmaps
      path: /synonymmaps
      operations:
      - name: microsoftazuresynonymmapslist
        method: GET
        description: Microsoft Azure Get Synonymmaps
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $select
          in: query
          type: string
          description: Selects which top-level properties of the synonym maps to retrieve. Specified as a comma-separated
            list of JSON property names, or '*' for all properties. The d
      - name: microsoftazuresynonymmapscreate
        method: POST
        description: Microsoft Azure Post Synonymmaps
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: synonymMap
          in: body
          type: string
          description: The definition of the synonym map to create.
          required: true
    - name: synonymmaps('{synonymMapName}')
      path: /synonymmaps('{synonymMapName}')
      operations:
      - name: microsoftazuresynonymmapscreateorupdate
        method: PUT
        description: Microsoft Azure Put Synonymmaps Synonymmapname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: synonymMapName
          in: path
          type: string
          description: The name of the synonym map to create or update.
          required: true
        - name: synonymMap
          in: body
          type: string
          description: The definition of the synonym map to create or update.
          required: true
      - name: microsoftazuresynonymmapsdelete
        method: DELETE
        description: Microsoft Azure Delete Synonymmaps Synonymmapname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: synonymMapName
          in: path
          type: string
          description: The name of the synonym map to delete.
          required: true
      - name: microsoftazuresynonymmapsget
        method: GET
        description: Microsoft Azure Get Synonymmaps Synonymmapname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: synonymMapName
          in: path
          type: string
          description: The name of the synonym map to retrieve.
          required: true
  exposes:
  - type: rest
    namespace: searchserviceclient-synonymmaps-rest
    port: 8080
    description: REST adapter for Microsoft Azure SearchServiceClient — SynonymMaps. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/synonymmaps
      name: synonymmaps
      description: REST surface for synonymmaps.
      operations:
      - method: GET
        name: microsoftazuresynonymmapslist
        description: Microsoft Azure Get Synonymmaps
        call: searchserviceclient-synonymmaps.microsoftazuresynonymmapslist
        with:
          $select: rest.$select
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: microsoftazuresynonymmapscreate
        description: Microsoft Azure Post Synonymmaps
        call: searchserviceclient-synonymmaps.microsoftazuresynonymmapscreate
        with:
          synonymMap: rest.synonymMap
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/synonymmaps-synonymmapname
      name: synonymmaps-synonymmapname
      description: REST surface for synonymmaps('{synonymMapName}').
      operations:
      - method: PUT
        name: microsoftazuresynonymmapscreateorupdate
        description: Microsoft Azure Put Synonymmaps Synonymmapname
        call: searchserviceclient-synonymmaps.microsoftazuresynonymmapscreateorupdate
        with:
          synonymMapName: rest.synonymMapName
          synonymMap: rest.synonymMap
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuresynonymmapsdelete
        description: Microsoft Azure Delete Synonymmaps Synonymmapname
        call: searchserviceclient-synonymmaps.microsoftazuresynonymmapsdelete
        with:
          synonymMapName: rest.synonymMapName
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazuresynonymmapsget
        description: Microsoft Azure Get Synonymmaps Synonymmapname
        call: searchserviceclient-synonymmaps.microsoftazuresynonymmapsget
        with:
          synonymMapName: rest.synonymMapName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: searchserviceclient-synonymmaps-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure SearchServiceClient — SynonymMaps. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-synonymmaps
      description: Microsoft Azure Get Synonymmaps
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: searchserviceclient-synonymmaps.microsoftazuresynonymmapslist
      with:
        $select: tools.$select
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-synonymmaps
      description: Microsoft Azure Post Synonymmaps
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: searchserviceclient-synonymmaps.microsoftazuresynonymmapscreate
      with:
        synonymMap: tools.synonymMap
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-synonymmaps-synonymmapname
      description: Microsoft Azure Put Synonymmaps Synonymmapname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: searchserviceclient-synonymmaps.microsoftazuresynonymmapscreateorupdate
      with:
        synonymMapName: tools.synonymMapName
        synonymMap: tools.synonymMap
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-synonymmaps-synonymmapname
      description: Microsoft Azure Delete Synonymmaps Synonymmapname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: searchserviceclient-synonymmaps.microsoftazuresynonymmapsdelete
      with:
        synonymMapName: tools.synonymMapName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-synonymmaps-synonymmapname
      description: Microsoft Azure Get Synonymmaps Synonymmapname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: searchserviceclient-synonymmaps.microsoftazuresynonymmapsget
      with:
        synonymMapName: tools.synonymMapName
      outputParameters:
      - type: object
        mapping: $.