Microsoft Bing · Capability

Bing Search APIs — SpellCheck

Bing Search APIs — SpellCheck. 1 operations. Lead operation: Spell check. Self-contained Naftiko capability covering one Microsoft Bing business surface.

Run with Naftiko Microsoft BingSpellCheck

What You Can Do

GET
Spellcheck — Spell check
/v1/v7-0/spellcheck

MCP Tools

spell-check

Spell check

read-only idempotent

Capability Spec

microsoft-bing-spellcheck.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Bing Search APIs — SpellCheck
  description: 'Bing Search APIs — SpellCheck. 1 operations. Lead operation: Spell check. Self-contained Naftiko capability
    covering one Microsoft Bing business surface.'
  tags:
  - Microsoft Bing
  - SpellCheck
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_BING_API_KEY: MICROSOFT_BING_API_KEY
capability:
  consumes:
  - type: http
    namespace: microsoft-bing-spellcheck
    baseUri: https://api.bing.microsoft.com
    description: Bing Search APIs — SpellCheck business capability. Self-contained, no shared references.
    resources:
    - name: v7.0-spellcheck
      path: /v7.0/spellcheck
      operations:
      - name: spellcheck
        method: GET
        description: Spell check
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: text
          in: query
          type: string
          required: true
        - name: mode
          in: query
          type: string
    authentication:
      type: apikey
      key: Ocp-Apim-Subscription-Key
      value: '{{env.MICROSOFT_BING_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: microsoft-bing-spellcheck-rest
    port: 8080
    description: REST adapter for Bing Search APIs — SpellCheck. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v7-0/spellcheck
      name: v7-0-spellcheck
      description: REST surface for v7.0-spellcheck.
      operations:
      - method: GET
        name: spellcheck
        description: Spell check
        call: microsoft-bing-spellcheck.spellcheck
        with:
          text: rest.text
          mode: rest.mode
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-bing-spellcheck-mcp
    port: 9090
    transport: http
    description: MCP adapter for Bing Search APIs — SpellCheck. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: spell-check
      description: Spell check
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-bing-spellcheck.spellcheck
      with:
        text: tools.text
        mode: tools.mode
      outputParameters:
      - type: object
        mapping: $.