Microsoft · Capability

Microsoft Bing Search APIs — Image Search

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

Run with Naftiko MicrosoftImage Search

What You Can Do

GET
Imagesearch — Microsoft Image search
/v1/images/search

MCP Tools

microsoft-image-search

Microsoft Image search

read-only idempotent

Capability Spec

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