Pipedrive · Capability

Pipedrive API v1 — UserSettings

Pipedrive API v1 — UserSettings. 1 operations. Lead operation: List settings of an authorized user. Self-contained Naftiko capability covering one Pipedrive business surface.

Run with Naftiko PipedriveUserSettings

What You Can Do

GET
Getusersettings — List settings of an authorized user
/v1/usersettings

MCP Tools

list-settings-authorized-user

List settings of an authorized user

read-only idempotent

Capability Spec

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