custom_fields_delete
Delete a custom field definition. All values stored on contacts/companies/deals for this field are removed too. Irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Custom field UUID. |
Delete a custom field definition. All values stored on contacts/companies/deals for this field are removed too. Irreversible.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Custom field UUID. |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description carries the full burden. It explicitly discloses that all values on contacts/companies/deals are removed and that the action is irreversible, which is critical safety information for a destructive tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with no filler. The main action is front-loaded, followed by the two most important consequences: cascade deletion and irreversibility.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given a single-parameter delete tool with no output schema and no annotations, this description provides everything an agent needs: what is deleted, what is also removed, and that it cannot be undone. Nothing critical is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already documents the single 'id' parameter as a custom field UUID with 100% coverage. The description adds no further parameter-level information, so the schema baseline of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific action and resource: 'Delete a custom field definition.' It clearly distinguishes this from sibling tools like custom_fields_create, custom_fields_update, and custom_fields_list by naming the delete operation and the cascade consequence.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The usage context is implied through the destructive wording, but the description never explicitly says when to use this versus related custom field tools, nor does it mention alternatives or conditions for non-use.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.