Pipedrive · Capability

Pipedrive API v1 — UserConnections

Pipedrive API v1 — UserConnections. 1 operations. Lead operation: Get all user connections. Self-contained Naftiko capability covering one Pipedrive business surface.

Run with Naftiko PipedriveUserConnections

What You Can Do

GET
Getuserconnections — Get all user connections
/v1/userconnections

MCP Tools

get-all-user-connections

Get all user connections

read-only idempotent

Capability Spec

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