PandaDoc · Capability

PandaDoc REST API — Document Reminders

PandaDoc REST API — Document Reminders. 1 operations. Lead operation: Get Document Auto-Reminders. Self-contained Naftiko capability covering one Pandadoc business surface.

Run with Naftiko PandadocDocument Reminders

What You Can Do

GET
Getdocumentautoreminders — Get Document Auto-Reminders
/v1/documents/{document-id}/auto-reminders

MCP Tools

get-document-auto-reminders

Get Document Auto-Reminders

read-only idempotent

Capability Spec

rest-document-reminders.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: PandaDoc REST API — Document Reminders
  description: 'PandaDoc REST API — Document Reminders. 1 operations. Lead operation: Get Document Auto-Reminders. Self-contained
    Naftiko capability covering one Pandadoc business surface.'
  tags:
  - Pandadoc
  - Document Reminders
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PANDADOC_API_KEY: PANDADOC_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-document-reminders
    baseUri: https://api.pandadoc.com/public/v1
    description: PandaDoc REST API — Document Reminders business capability. Self-contained, no shared references.
    resources:
    - name: documents-document_id-auto-reminders
      path: /documents/{document_id}/auto-reminders
      operations:
      - name: getdocumentautoreminders
        method: GET
        description: Get Document Auto-Reminders
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.PANDADOC_API_KEY}}'
  exposes:
  - type: rest
    namespace: rest-document-reminders-rest
    port: 8080
    description: REST adapter for PandaDoc REST API — Document Reminders. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/documents/{document-id}/auto-reminders
      name: documents-document-id-auto-reminders
      description: REST surface for documents-document_id-auto-reminders.
      operations:
      - method: GET
        name: getdocumentautoreminders
        description: Get Document Auto-Reminders
        call: rest-document-reminders.getdocumentautoreminders
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-document-reminders-mcp
    port: 9090
    transport: http
    description: MCP adapter for PandaDoc REST API — Document Reminders. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-document-auto-reminders
      description: Get Document Auto-Reminders
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-document-reminders.getdocumentautoreminders
      outputParameters:
      - type: object
        mapping: $.