Skip to main content
Glama

fields_bulk_delete_product_fields

Delete multiple custom product fields from Pipedrive in a single request by providing field IDs as a comma-separated string or array.

Instructions

Delete multiple custom product fields in a single request.

Accepts either:

  • a comma-separated string of field IDs (e.g. "123,456,789")

  • an array of numeric IDs (e.g. [123, 456, 789])

Both shapes are normalized to Pipedrive's expected ?ids= query parameter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsYesComma-separated string of field IDs or array of numeric IDs to delete
Behavior3/5

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

No annotations provided, so the description carries full burden. It explains normalization of input to query parameter, but lacks information about whether deletion is irreversible, required permissions, or any side effects.

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?

Three sentences, front-loaded with the main action, and no unnecessary words. Efficient and clear.

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

Completeness4/5

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

For a simple one-parameter tool with no output schema or annotations, the description is adequate. It could mention that deletion is permanent or require permissions, but overall it covers the essential behavior.

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%, but the description adds value beyond the schema by explaining accepted formats (comma-separated string or array of numeric IDs) and normalization behavior.

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 deletes multiple custom product fields in a single request. It distinguishes from sibling tools like 'fields_delete_product_field' (single delete) and other bulk deletes for different entities.

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?

The description implies it is for bulk operations by saying 'in a single request' and describes accepted input formats. However, it does not explicitly state when to use this versus the single delete tool, or mention when it is appropriate.

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/nubiia-dev/mcp-pipedrive'

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