Adobe Creative Suite · Capability

Adobe Creative Suite Adobe Stock API — Search

Adobe Creative Suite Adobe Stock API — Search. 3 operations. Lead operation: Adobe Creative Suite Get Category Tree. Self-contained Naftiko capability covering one Adobe Creative Suite business surface.

Run with Naftiko Adobe Creative SuiteSearch

What You Can Do

GET
Getcategorytree — Adobe Creative Suite Get Category Tree
/v1/media/1/search/categorytree
GET
Searchstockfiles — Adobe Creative Suite Search Stock Files
/v1/media/1/search/files
GET
Getstockfilemetadata — Adobe Creative Suite Get Stock File Metadata
/v1/media/1/search/files/{content-id}

MCP Tools

adobe-creative-suite-get-category

Adobe Creative Suite Get Category Tree

read-only idempotent
adobe-creative-suite-search-stock

Adobe Creative Suite Search Stock Files

read-only idempotent
adobe-creative-suite-get-stock

Adobe Creative Suite Get Stock File Metadata

read-only idempotent

Capability Spec

stock-search.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adobe Creative Suite Adobe Stock API — Search
  description: 'Adobe Creative Suite Adobe Stock API — Search. 3 operations. Lead operation: Adobe Creative Suite Get Category
    Tree. Self-contained Naftiko capability covering one Adobe Creative Suite business surface.'
  tags:
  - Adobe Creative Suite
  - Search
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADOBE_CREATIVE_SUITE_API_KEY: ADOBE_CREATIVE_SUITE_API_KEY
capability:
  consumes:
  - type: http
    namespace: stock-search
    baseUri: https://stock.adobe.io/Rest
    description: Adobe Creative Suite Adobe Stock API — Search business capability. Self-contained, no shared references.
    resources:
    - name: Media-1-Search-CategoryTree
      path: /Media/1/Search/CategoryTree
      operations:
      - name: getcategorytree
        method: GET
        description: Adobe Creative Suite Get Category Tree
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: locale
          in: query
          type: string
          description: BCP 47 locale for localized category names
        - name: category_id
          in: query
          type: integer
          description: Root category ID to retrieve subtree from (omit for full tree)
        - name: x-api-key
          in: header
          type: string
          description: Adobe Stock API key (client ID)
          required: true
    - name: Media-1-Search-Files
      path: /Media/1/Search/Files
      operations:
      - name: searchstockfiles
        method: GET
        description: Adobe Creative Suite Search Stock Files
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: locale
          in: query
          type: string
          description: BCP 47 locale code for localized search results
        - name: search_parameters[words]
          in: query
          type: string
          description: Keywords to search for in the stock library
        - name: search_parameters[limit]
          in: query
          type: integer
          description: Maximum number of results to return per page (1-64)
        - name: search_parameters[offset]
          in: query
          type: integer
          description: Number of results to skip for pagination
        - name: search_parameters[filters][content_type:photo]
          in: query
          type: integer
          description: Include photos in results (1 = include, 0 = exclude)
        - name: search_parameters[filters][content_type:illustration]
          in: query
          type: integer
          description: Include illustrations in results (1 = include, 0 = exclude)
        - name: search_parameters[filters][content_type:vector]
          in: query
          type: integer
          description: Include vector files in results (1 = include, 0 = exclude)
        - name: search_parameters[filters][content_type:video]
          in: query
          type: integer
          description: Include video files in results (1 = include, 0 = exclude)
        - name: search_parameters[filters][orientation]
          in: query
          type: string
          description: Filter by image orientation
        - name: search_parameters[filters][premium]
          in: query
          type: string
          description: Filter by premium status
        - name: result_columns[]
          in: query
          type: array
          description: Fields to include in the response for each result
        - name: x-api-key
          in: header
          type: string
          description: Adobe Stock API key (client ID)
          required: true
    - name: Media-1-Search-Files-content_id
      path: /Media/1/Search/Files/{content_id}
      operations:
      - name: getstockfilemetadata
        method: GET
        description: Adobe Creative Suite Get Stock File Metadata
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: content_id
          in: path
          type: integer
          description: Adobe Stock unique content identifier
          required: true
        - name: locale
          in: query
          type: string
          description: BCP 47 locale for localized response data
        - name: result_columns[]
          in: query
          type: array
          description: Fields to include in the response
        - name: x-api-key
          in: header
          type: string
          description: Adobe Stock API key (client ID)
          required: true
    authentication:
      type: bearer
      token: '{{env.ADOBE_CREATIVE_SUITE_API_KEY}}'
  exposes:
  - type: rest
    namespace: stock-search-rest
    port: 8080
    description: REST adapter for Adobe Creative Suite Adobe Stock API — Search. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/media/1/search/categorytree
      name: media-1-search-categorytree
      description: REST surface for Media-1-Search-CategoryTree.
      operations:
      - method: GET
        name: getcategorytree
        description: Adobe Creative Suite Get Category Tree
        call: stock-search.getcategorytree
        with:
          locale: rest.locale
          category_id: rest.category_id
          x-api-key: rest.x-api-key
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/media/1/search/files
      name: media-1-search-files
      description: REST surface for Media-1-Search-Files.
      operations:
      - method: GET
        name: searchstockfiles
        description: Adobe Creative Suite Search Stock Files
        call: stock-search.searchstockfiles
        with:
          locale: rest.locale
          search_parameters[words]: rest.search_parameters[words]
          search_parameters[limit]: rest.search_parameters[limit]
          search_parameters[offset]: rest.search_parameters[offset]
          search_parameters[filters][content_type:photo]: rest.search_parameters[filters][content_type:photo]
          search_parameters[filters][content_type:illustration]: rest.search_parameters[filters][content_type:illustration]
          search_parameters[filters][content_type:vector]: rest.search_parameters[filters][content_type:vector]
          search_parameters[filters][content_type:video]: rest.search_parameters[filters][content_type:video]
          search_parameters[filters][orientation]: rest.search_parameters[filters][orientation]
          search_parameters[filters][premium]: rest.search_parameters[filters][premium]
          result_columns[]: rest.result_columns[]
          x-api-key: rest.x-api-key
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/media/1/search/files/{content-id}
      name: media-1-search-files-content-id
      description: REST surface for Media-1-Search-Files-content_id.
      operations:
      - method: GET
        name: getstockfilemetadata
        description: Adobe Creative Suite Get Stock File Metadata
        call: stock-search.getstockfilemetadata
        with:
          content_id: rest.content_id
          locale: rest.locale
          result_columns[]: rest.result_columns[]
          x-api-key: rest.x-api-key
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: stock-search-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adobe Creative Suite Adobe Stock API — Search. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: adobe-creative-suite-get-category
      description: Adobe Creative Suite Get Category Tree
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: stock-search.getcategorytree
      with:
        locale: tools.locale
        category_id: tools.category_id
        x-api-key: tools.x-api-key
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-creative-suite-search-stock
      description: Adobe Creative Suite Search Stock Files
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: stock-search.searchstockfiles
      with:
        locale: tools.locale
        search_parameters[words]: tools.search_parameters[words]
        search_parameters[limit]: tools.search_parameters[limit]
        search_parameters[offset]: tools.search_parameters[offset]
        search_parameters[filters][content_type:photo]: tools.search_parameters[filters][content_type:photo]
        search_parameters[filters][content_type:illustration]: tools.search_parameters[filters][content_type:illustration]
        search_parameters[filters][content_type:vector]: tools.search_parameters[filters][content_type:vector]
        search_parameters[filters][content_type:video]: tools.search_parameters[filters][content_type:video]
        search_parameters[filters][orientation]: tools.search_parameters[filters][orientation]
        search_parameters[filters][premium]: tools.search_parameters[filters][premium]
        result_columns[]: tools.result_columns[]
        x-api-key: tools.x-api-key
      outputParameters:
      - type: object
        mapping: $.
    - name: adobe-creative-suite-get-stock
      description: Adobe Creative Suite Get Stock File Metadata
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: stock-search.getstockfilemetadata
      with:
        content_id: tools.content_id
        locale: tools.locale
        result_columns[]: tools.result_columns[]
        x-api-key: tools.x-api-key
      outputParameters:
      - type: object
        mapping: $.