ClickPost · Capability

ClickPost API — Serviceability

ClickPost API — Serviceability. 1 operations. Lead operation: Check pincode serviceability. Self-contained Naftiko capability covering one Clickpost business surface.

Run with Naftiko ClickpostServiceability

What You Can Do

POST
Checkserviceability — Check pincode serviceability
/v1/serviceability/pincode

MCP Tools

check-pincode-serviceability

Check pincode serviceability

read-only

Capability Spec

clickpost-serviceability.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: ClickPost API — Serviceability
  description: 'ClickPost API — Serviceability. 1 operations. Lead operation: Check pincode serviceability. Self-contained
    Naftiko capability covering one Clickpost business surface.'
  tags:
  - Clickpost
  - Serviceability
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CLICKPOST_API_KEY: CLICKPOST_API_KEY
capability:
  consumes:
  - type: http
    namespace: clickpost-serviceability
    baseUri: https://www.clickpost.in/api/v1
    description: ClickPost API — Serviceability business capability. Self-contained, no shared references.
    resources:
    - name: serviceability-pincode
      path: /serviceability/pincode
      operations:
      - name: checkserviceability
        method: POST
        description: Check pincode serviceability
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: key
      value: '{{env.CLICKPOST_API_KEY}}'
      placement: query
  exposes:
  - type: rest
    namespace: clickpost-serviceability-rest
    port: 8080
    description: REST adapter for ClickPost API — Serviceability. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/serviceability/pincode
      name: serviceability-pincode
      description: REST surface for serviceability-pincode.
      operations:
      - method: POST
        name: checkserviceability
        description: Check pincode serviceability
        call: clickpost-serviceability.checkserviceability
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: clickpost-serviceability-mcp
    port: 9090
    transport: http
    description: MCP adapter for ClickPost API — Serviceability. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: check-pincode-serviceability
      description: Check pincode serviceability
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: clickpost-serviceability.checkserviceability
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.