Microsoft Azure · Capability

Microsoft Azure Text Translation — Dictionary

Microsoft Azure Text Translation — Dictionary. 2 operations. Lead operation: Microsoft Azure Lookup Dictionary Examples. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureDictionary

What You Can Do

POST
Microsoftazurelookupdictionaryexamples — Microsoft Azure Lookup Dictionary Examples
/v1/dictionary/examples
POST
Microsoftazurelookupdictionaryentries — Microsoft Azure Lookup Dictionary Entries
/v1/dictionary/lookup

MCP Tools

microsoft-azure-lookup-dictionary-examples

Microsoft Azure Lookup Dictionary Examples

read-only
microsoft-azure-lookup-dictionary-entries

Microsoft Azure Lookup Dictionary Entries

read-only

Capability Spec

text-translation-dictionary.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Text Translation — Dictionary
  description: 'Microsoft Azure Text Translation — Dictionary. 2 operations. Lead operation: Microsoft Azure Lookup Dictionary
    Examples. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Dictionary
  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: text-translation-dictionary
    baseUri: ''
    description: Microsoft Azure Text Translation — Dictionary business capability. Self-contained, no shared references.
    resources:
    - name: dictionary-examples
      path: /dictionary/examples
      operations:
      - name: microsoftazurelookupdictionaryexamples
        method: POST
        description: Microsoft Azure Lookup Dictionary Examples
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: X-ClientTraceId
          in: header
          type: string
          description: A client-generated GUID to uniquely identify the request.
        - name: from
          in: query
          type: string
          description: Specifies the language of the input text.
          required: true
        - name: to
          in: query
          type: string
          description: Specifies the language of the output text.
          required: true
        - name: api-version
          in: query
          type: string
          description: Mandatory API version parameter
          required: true
        - name: requestBody
          in: body
          type: array
          description: Defines the content of the request
          required: true
    - name: dictionary-lookup
      path: /dictionary/lookup
      operations:
      - name: microsoftazurelookupdictionaryentries
        method: POST
        description: Microsoft Azure Lookup Dictionary Entries
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: X-ClientTraceId
          in: header
          type: string
          description: A client-generated GUID to uniquely identify the request.
        - name: from
          in: query
          type: string
          description: Specifies the language of the input text.
          required: true
        - name: to
          in: query
          type: string
          description: Specifies the language of the output text.
          required: true
        - name: api-version
          in: query
          type: string
          description: Mandatory API version parameter
          required: true
        - name: requestBody
          in: body
          type: array
          description: Defines the content of the request
          required: true
  exposes:
  - type: rest
    namespace: text-translation-dictionary-rest
    port: 8080
    description: REST adapter for Microsoft Azure Text Translation — Dictionary. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/dictionary/examples
      name: dictionary-examples
      description: REST surface for dictionary-examples.
      operations:
      - method: POST
        name: microsoftazurelookupdictionaryexamples
        description: Microsoft Azure Lookup Dictionary Examples
        call: text-translation-dictionary.microsoftazurelookupdictionaryexamples
        with:
          X-ClientTraceId: rest.X-ClientTraceId
          from: rest.from
          to: rest.to
          api-version: rest.api-version
          requestBody: rest.requestBody
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/dictionary/lookup
      name: dictionary-lookup
      description: REST surface for dictionary-lookup.
      operations:
      - method: POST
        name: microsoftazurelookupdictionaryentries
        description: Microsoft Azure Lookup Dictionary Entries
        call: text-translation-dictionary.microsoftazurelookupdictionaryentries
        with:
          X-ClientTraceId: rest.X-ClientTraceId
          from: rest.from
          to: rest.to
          api-version: rest.api-version
          requestBody: rest.requestBody
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: text-translation-dictionary-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Text Translation — Dictionary. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-lookup-dictionary-examples
      description: Microsoft Azure Lookup Dictionary Examples
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: text-translation-dictionary.microsoftazurelookupdictionaryexamples
      with:
        X-ClientTraceId: tools.X-ClientTraceId
        from: tools.from
        to: tools.to
        api-version: tools.api-version
        requestBody: tools.requestBody
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-lookup-dictionary-entries
      description: Microsoft Azure Lookup Dictionary Entries
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: text-translation-dictionary.microsoftazurelookupdictionaryentries
      with:
        X-ClientTraceId: tools.X-ClientTraceId
        from: tools.from
        to: tools.to
        api-version: tools.api-version
        requestBody: tools.requestBody
      outputParameters:
      - type: object
        mapping: $.