Postmark · Capability

Postmark API — Validate

Postmark API — Validate. 1 operations. Lead operation: Postmark Test Template Content. Self-contained Naftiko capability covering one Postmark business surface.

Run with Naftiko PostmarkValidate

What You Can Do

POST
Post — Postmark Test Template Content
/v1/templates/validate

MCP Tools

postmark-test-template-content

Postmark Test Template Content

read-only

Capability Spec

postmark-validate.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Postmark API — Validate
  description: 'Postmark API — Validate. 1 operations. Lead operation: Postmark Test Template Content. Self-contained Naftiko
    capability covering one Postmark business surface.'
  tags:
  - Postmark
  - Validate
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    POSTMARK_API_KEY: POSTMARK_API_KEY
capability:
  consumes:
  - type: http
    namespace: postmark-validate
    baseUri: http://{{baseurl}}
    description: Postmark API — Validate business capability. Self-contained, no shared references.
    resources:
    - name: templates-validate
      path: /templates/validate
      operations:
      - name: post
        method: POST
        description: Postmark Test Template Content
        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: postmark-validate-rest
    port: 8080
    description: REST adapter for Postmark API — Validate. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/templates/validate
      name: templates-validate
      description: REST surface for templates-validate.
      operations:
      - method: POST
        name: post
        description: Postmark Test Template Content
        call: postmark-validate.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: postmark-validate-mcp
    port: 9090
    transport: http
    description: MCP adapter for Postmark API — Validate. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: postmark-test-template-content
      description: Postmark Test Template Content
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: postmark-validate.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.