filters_helpers
Discover available fields, operators, and data types for building Pipedrive filters. Essential for knowing valid field IDs and conditions before creating or updating filters.
Instructions
Get all available filter helpers and field types.
Returns comprehensive information about what conditions and helpers are available for creating/updating filters.
This tool helps you understand:
What field IDs are available for each object type
What operators can be used with each field
Field data types (text, number, date, etc.)
Available options for enum/select fields
Helper types for building filter UIs
Workflow tips:
Use this BEFORE creating or updating filters to know available fields
Essential for understanding what field_id values to use in conditions
Shows which operators are valid for each field type
Results are heavily cached for 15 minutes
No parameters needed - returns all available helpers
Common use cases:
Discover available deal fields: {}
Find person field IDs: {}
Check valid operators for a field: {}
Get dropdown options for enum fields: {}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||