Mews · Capability

Connector API — Images

Connector API — Images. 1 operations. Lead operation: Get image URLs. Self-contained Naftiko capability covering one Mews business surface.

Run with Naftiko MewsImages

What You Can Do

POST
Imagesgeturls — Get image URLs
/v1/api/connector/v1/images/geturls

MCP Tools

get-image-urls

Get image URLs

read-only

Capability Spec

connector-images.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Connector API — Images
  description: 'Connector API — Images. 1 operations. Lead operation: Get image URLs. Self-contained Naftiko capability covering
    one Mews business surface.'
  tags:
  - Mews
  - Images
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MEWS_API_KEY: MEWS_API_KEY
capability:
  consumes:
  - type: http
    namespace: connector-images
    baseUri: https://api.mews.com
    description: Connector API — Images business capability. Self-contained, no shared references.
    resources:
    - name: api-connector-v1-images-getUrls
      path: /api/connector/v1/images/getUrls
      operations:
      - name: imagesgeturls
        method: POST
        description: Get image URLs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: connector-images-rest
    port: 8080
    description: REST adapter for Connector API — Images. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/connector/v1/images/geturls
      name: api-connector-v1-images-geturls
      description: REST surface for api-connector-v1-images-getUrls.
      operations:
      - method: POST
        name: imagesgeturls
        description: Get image URLs
        call: connector-images.imagesgeturls
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: connector-images-mcp
    port: 9090
    transport: http
    description: MCP adapter for Connector API — Images. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: get-image-urls
      description: Get image URLs
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: connector-images.imagesgeturls
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.