Mews · Capability

Connector API — Configuration

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

Run with Naftiko MewsConfiguration

What You Can Do

POST
Configurationget — Get configuration
/v1/api/connector/v1/configuration/get

MCP Tools

get-configuration

Get configuration

read-only

Capability Spec

connector-configuration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Connector API — Configuration
  description: 'Connector API — Configuration. 1 operations. Lead operation: Get configuration. Self-contained Naftiko capability
    covering one Mews business surface.'
  tags:
  - Mews
  - Configuration
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MEWS_API_KEY: MEWS_API_KEY
capability:
  consumes:
  - type: http
    namespace: connector-configuration
    baseUri: https://api.mews.com
    description: Connector API — Configuration business capability. Self-contained, no shared references.
    resources:
    - name: api-connector-v1-configuration-get
      path: /api/connector/v1/configuration/get
      operations:
      - name: configurationget
        method: POST
        description: Get configuration
        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-configuration-rest
    port: 8080
    description: REST adapter for Connector API — Configuration. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/connector/v1/configuration/get
      name: api-connector-v1-configuration-get
      description: REST surface for api-connector-v1-configuration-get.
      operations:
      - method: POST
        name: configurationget
        description: Get configuration
        call: connector-configuration.configurationget
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: connector-configuration-mcp
    port: 9090
    transport: http
    description: MCP adapter for Connector API — Configuration. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-configuration
      description: Get configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: connector-configuration.configurationget
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.