Microsoft Azure · Capability

Microsoft Azure Translator Text Client — Dictionary/Lookup

Microsoft Azure Translator Text Client — Dictionary/Lookup. 1 operations. Lead operation: Microsoft Azure Post Dictionary Lookup. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureDictionary/Lookup

What You Can Do

POST
Microsoftazuretranslatordictionarylookup — Microsoft Azure Post Dictionary Lookup
/v1/dictionary/lookup

MCP Tools

microsoft-azure-post-dictionary-lookup

Microsoft Azure Post Dictionary Lookup

read-only

Capability Spec

translator-text-client-dictionary-lookup.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Translator Text Client — Dictionary/Lookup
  description: 'Microsoft Azure Translator Text Client — Dictionary/Lookup. 1 operations. Lead operation: Microsoft Azure
    Post Dictionary Lookup. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Dictionary/Lookup
  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: translator-text-client-dictionary-lookup
    baseUri: https://api.cognitive.microsofttranslator.com
    description: Microsoft Azure Translator Text Client — Dictionary/Lookup business capability. Self-contained, no shared
      references.
    resources:
    - name: Dictionary-Lookup
      path: /Dictionary/Lookup
      operations:
      - name: microsoftazuretranslatordictionarylookup
        method: POST
        description: Microsoft Azure Post Dictionary Lookup
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: from
          in: query
          type: string
          description: Specifies the language of the input text. The source language must be one of the supported languages
            included in the `dictionary` scope.
          required: true
        - name: to
          in: query
          type: string
          description: Specifies the language of the output text. The target language must be one of the supported languages
            included in the `dictionary` scope of the Languages resour
          required: true
        - name: X-ClientTraceId
          in: header
          type: string
          description: A client-generated GUID to uniquely identify the request. Note that you can omit this header if you
            include the trace ID in the query string using a query param
        - name: text
          in: body
          type: array
          description: '# Request Body'
          required: true
  exposes:
  - type: rest
    namespace: translator-text-client-dictionary-lookup-rest
    port: 8080
    description: REST adapter for Microsoft Azure Translator Text Client — Dictionary/Lookup. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/dictionary/lookup
      name: dictionary-lookup
      description: REST surface for Dictionary-Lookup.
      operations:
      - method: POST
        name: microsoftazuretranslatordictionarylookup
        description: Microsoft Azure Post Dictionary Lookup
        call: translator-text-client-dictionary-lookup.microsoftazuretranslatordictionarylookup
        with:
          from: rest.from
          to: rest.to
          X-ClientTraceId: rest.X-ClientTraceId
          text: rest.text
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: translator-text-client-dictionary-lookup-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Translator Text Client — Dictionary/Lookup. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-post-dictionary-lookup
      description: Microsoft Azure Post Dictionary Lookup
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: translator-text-client-dictionary-lookup.microsoftazuretranslatordictionarylookup
      with:
        from: tools.from
        to: tools.to
        X-ClientTraceId: tools.X-ClientTraceId
        text: tools.text
      outputParameters:
      - type: object
        mapping: $.