Skip to main content
Glama

products_list

List products from Pipedrive with filters by owner, saved filters, specific IDs, or first character. Control pagination and include total count.

Instructions

List all products with optional filtering and pagination.

Supports filtering by:

  • user_id: Filter by owner

  • filter_id: Apply a saved filter

  • ids: Array of specific product IDs to return

  • first_char: Filter by first character of name (single letter)

  • get_summary: Include total count in response

Returns paginated results. Use start/limit for manual pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
startNoPagination start (default: 0)
limitNoItems per page, max 500 (default: 100)
user_idNoFilter by owner user ID
filter_idNoFilter ID to apply
idsNoArray of product IDs to return
first_charNoFilter by first character of name (e.g., "A", "B")
get_summaryNoInclude total count in response
Behavior2/5

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

No annotations are present, so the description must fully disclose behavior. It covers pagination mechanics but omits details about safety (read-only), authentication needs, or any side effects, leaving gaps in transparency.

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

Conciseness4/5

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

The description is concise at around 70 words, with clear separation between purpose and features. It avoids fluff, though a bullet list could improve scannability.

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

Completeness3/5

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

For a list tool with 7 parameters and no output schema, the description explains filtering and pagination but does not mention default limits or result format. It is adequate but could be more complete.

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%, so the schema already documents all parameters. The description adds value by explaining the purpose of each filter (e.g., 'Filter by owner') and highlighting the get_summary parameter's role. This goes beyond the schema descriptions.

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

Purpose4/5

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

The description uses a specific verb ('List') and resource ('products'), and mentions key features like filtering and pagination. It clearly identifies the tool's function, though it does not explicitly distinguish it from sibling list tools.

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

Usage Guidelines3/5

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

The description lists filter parameters and pagination options, implying when to use the tool. However, it provides no comparison to alternatives like products_search or products_get, nor any exclusions or prerequisites.

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