Postmark · Capability

Postmark API — Messages > Outbound > {Messageid}

Postmark API — Messages > Outbound > {Messageid}. 1 operations. Lead operation: Postmark Outbound message details. Self-contained Naftiko capability covering one Postmark business surface.

Run with Naftiko PostmarkMessages > Outbound > {Messageid}

What You Can Do

GET
Get — Postmark Outbound message details
/v1/messages/outbound/{messageid}/details

MCP Tools

postmark-outbound-message-details

Postmark Outbound message details

read-only idempotent

Capability Spec

postmark-messages-outbound-messageid.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Postmark API — Messages > Outbound > {Messageid}
  description: 'Postmark API — Messages > Outbound > {Messageid}. 1 operations. Lead operation: Postmark Outbound message
    details. Self-contained Naftiko capability covering one Postmark business surface.'
  tags:
  - Postmark
  - Messages > Outbound > {Messageid}
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    POSTMARK_API_KEY: POSTMARK_API_KEY
capability:
  consumes:
  - type: http
    namespace: postmark-messages-outbound-messageid
    baseUri: http://{{baseurl}}
    description: Postmark API — Messages > Outbound > {Messageid} business capability. Self-contained, no shared references.
    resources:
    - name: messages-outbound-messageid-details
      path: /messages/outbound/{messageid}/details
      operations:
      - name: get
        method: GET
        description: Postmark Outbound message details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: messageid
          in: path
          type: string
          description: The ID of the message which should bypass inbound rules.
          required: true
  exposes:
  - type: rest
    namespace: postmark-messages-outbound-messageid-rest
    port: 8080
    description: REST adapter for Postmark API — Messages > Outbound > {Messageid}. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/messages/outbound/{messageid}/details
      name: messages-outbound-messageid-details
      description: REST surface for messages-outbound-messageid-details.
      operations:
      - method: GET
        name: get
        description: Postmark Outbound message details
        call: postmark-messages-outbound-messageid.get
        with:
          messageid: rest.messageid
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: postmark-messages-outbound-messageid-mcp
    port: 9090
    transport: http
    description: MCP adapter for Postmark API — Messages > Outbound > {Messageid}. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: postmark-outbound-message-details
      description: Postmark Outbound message details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postmark-messages-outbound-messageid.get
      with:
        messageid: tools.messageid
      outputParameters:
      - type: object
        mapping: $.