Skip to main content
Glama

filters_list

List all Pipedrive filters or filter by entity type such as deals, organizations, or people for use in CRM workflows.

Instructions

List all filters in Pipedrive.

Returns data about all filters. Each filter is a set of conditions used to filter items.

Workflow tips:

  • Use type parameter to filter by entity type (deals, org, people, products, activities)

  • Without type parameter, returns all filters across all types

  • Filters can be applied when fetching lists of deals, leads, persons, organizations, or products

  • Results are heavily cached for 15 minutes for optimal performance

Common use cases:

  • List all filters: {}

  • List deal filters only: { "type": "deals" }

  • List organization filters: { "type": "org" }

  • List people filters: { "type": "people" }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoFilter by type (optional)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It discloses that results are heavily cached for 15 minutes, which is a behavioral trait. It also indicates it's a read-only operation returning data. No destructive effects are implied.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear first line, a brief statement, then 'Workflow tips' and 'Common use cases' sections with JSON examples. It is front-loaded and every sentence adds value without unnecessary verbiage.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple list tool with one optional parameter and no output schema, the description covers purpose, parameter usage, caching, and example use cases. It is complete enough for an AI agent to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, providing baseline 3. The description adds value by explaining the enum values for the 'type' parameter with examples and clarifies behavior when the parameter is omitted. This goes beyond the schema's 'description'.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'List all filters in Pipedrive' with a specific verb and resource. It distinguishes from sibling tools like filters_get (single) and filters_bulk_delete by focusing on the listing action.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Workflow tips and common use cases explain when to use the type parameter and that without it all filters are returned. Caching behavior is noted. However, no explicit exclusions or alternatives are mentioned, but the context is clear for a list tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/iamsamuelfraga/mcp-pipedrive'

If you have feedback or need assistance with the MCP directory API, please join our Discord server