Skip to main content
Glama

search_products

Search products in Pipedrive by name, code, or description with filters for exact match, field selection, and pagination to find specific inventory items quickly.

Instructions

Search for products with advanced filtering options.

Performs a product-specific search across all product fields.

Workflow tips:

  • Search term must be at least 2 characters

  • Specify fields to search: name, code, description, custom fields

  • Use include_fields to limit response data

  • Use exact_match for precise searches (e.g., SKU lookup)

  • Results ordered by relevance

  • Useful for finding products by name, code, or SKU

Common use cases:

  • Search by name: { "term": "premium subscription" }

  • Search by code/SKU: { "term": "SKU-123", "fields": "code" }

  • Exact product match: { "term": "PRD-001", "exact_match": true }

  • Search description: { "term": "enterprise", "fields": "description" }

  • Limit response: { "term": "product", "include_fields": "name,code,price" }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
termYesSearch term (min 2 chars)
fieldsNoComma-separated field names to search
exact_matchNoPerform exact match search
include_fieldsNoComma-separated fields to include in response
startNoPagination start
limitNoNumber of items to return
Behavior4/5

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

Despite no annotations, the description discloses key behaviors: minimum 2-character term, field-specific search, exact match option, pagination, and relevance ordering. It does not mention rate limits or authentication, but covers the main operational aspects.

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 sections for workflow tips and common use cases. Every sentence provides useful information without redundancy, and the purpose is front-loaded immediately.

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?

Given 6 parameters and no output schema, the description thoroughly covers input usage but lacks any mention of the output format or default response fields. This is a gap for a tool without an output schema.

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% with descriptions for all 6 parameters. The description adds value by explaining how to use fields, exact_match, and include_fields with concrete examples, going beyond the schema's basic descriptions.

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 it searches for products with advanced filtering, and provides specific use cases like searching by name, code, SKU, and exact match. It distinguishes itself from other search tools by specifying product-specific search across all product fields.

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?

Provides explicit workflow tips and common use cases with example JSON, giving clear context on when to use the tool. However, it does not mention when not to use it or suggest alternatives, such as universal search or other entity-specific searches.

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