PandaDoc · Capability

PandaDoc REST API — Document Link to CRM

PandaDoc REST API — Document Link to CRM. 1 operations. Lead operation: List Linked Objects. Self-contained Naftiko capability covering one Pandadoc business surface.

Run with Naftiko PandadocDocument Link to CRM

What You Can Do

GET
Listlinkedobjects — List Linked Objects
/v1/documents/linked-objects

MCP Tools

list-linked-objects

List Linked Objects

read-only idempotent

Capability Spec

rest-document-link-to-crm.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: PandaDoc REST API — Document Link to CRM
  description: 'PandaDoc REST API — Document Link to CRM. 1 operations. Lead operation: List Linked Objects. Self-contained
    Naftiko capability covering one Pandadoc business surface.'
  tags:
  - Pandadoc
  - Document Link to CRM
  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-link-to-crm
    baseUri: https://api.pandadoc.com/public/v1
    description: PandaDoc REST API — Document Link to CRM business capability. Self-contained, no shared references.
    resources:
    - name: documents-linked-objects
      path: /documents/linked-objects
      operations:
      - name: listlinkedobjects
        method: GET
        description: List Linked Objects
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: provider
          in: query
          type: string
          description: CRM provider name (e.g., salesforce, hubspot).
          required: true
        - name: entity_type
          in: query
          type: string
          description: CRM entity type (e.g., contact, deal, account).
          required: true
        - name: entity_id
          in: query
          type: string
          description: Unique identifier of the CRM entity.
          required: true
    authentication:
      type: bearer
      token: '{{env.PANDADOC_API_KEY}}'
  exposes:
  - type: rest
    namespace: rest-document-link-to-crm-rest
    port: 8080
    description: REST adapter for PandaDoc REST API — Document Link to CRM. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/documents/linked-objects
      name: documents-linked-objects
      description: REST surface for documents-linked-objects.
      operations:
      - method: GET
        name: listlinkedobjects
        description: List Linked Objects
        call: rest-document-link-to-crm.listlinkedobjects
        with:
          provider: rest.provider
          entity_type: rest.entity_type
          entity_id: rest.entity_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-document-link-to-crm-mcp
    port: 9090
    transport: http
    description: MCP adapter for PandaDoc REST API — Document Link to CRM. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-linked-objects
      description: List Linked Objects
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-document-link-to-crm.listlinkedobjects
      with:
        provider: tools.provider
        entity_type: tools.entity_type
        entity_id: tools.entity_id
      outputParameters:
      - type: object
        mapping: $.