Pipedrive · Capability

Pipedrive API v1 — NoteFields

Pipedrive API v1 — NoteFields. 1 operations. Lead operation: Get all note fields. Self-contained Naftiko capability covering one Pipedrive business surface.

Run with Naftiko PipedriveNoteFields

What You Can Do

GET
Getnotefields — Get all note fields
/v1/notefields

MCP Tools

get-all-note-fields

Get all note fields

read-only idempotent

Capability Spec

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