Skip to main content
Glama

Delete custom field value

deleteCustomFieldValue
DestructiveIdempotent

Delete a custom field value for a specific organization, group, or device. With force, also remove overridden values from descendants; otherwise only the explicitly assigned value is deleted.

Instructions

Delete custom field value. Deletes a custom field value for the organization, group, or device. Level API endpoint: DELETE /v2/custom-field-values

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
forceNoWhen 'force' is true, the value will be deleted for all descendants of the assigned_to_id. Otherwise, the value will be deleted only for the assigned_to_id and any descendants that don't have an explicit custom field value set.
assigned_to_idNo
custom_field_idYesThe ID of the custom field to delete the value for.
Behavior3/5

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

Annotations already indicate destructive and idempotent behavior. The description adds the scope (organization, group, or device) and the API endpoint, but does not disclose potential side effects like cascading deletions when 'force' is used. It adds some context beyond annotations but remains minimal.

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

Conciseness3/5

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

The description is short but the first sentence 'Delete custom field value' is redundant with the title. The remaining two sentences provide useful scope and endpoint information, but the redundancy slightly reduces conciseness.

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?

The description gives the scope and endpoint, but does not explain behavior such as what happens with descendants or the effect of 'force'. Since the schema covers parameters, this is acceptable for a delete operation, but it could be more complete.

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

Parameters2/5

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

The description does not explain any parameters beyond mentioning 'organization, group, or device', which overlaps with the assigned_to_id schema description. The schema already covers the parameters well, so the description adds little semantic value.

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 that the tool deletes a custom field value for an organization, group, or device. The verb 'deletes' and the resource 'custom field value' are specific, and the scope distinguishes it from other tools like deleteCustomField (which deletes the field itself).

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 implies the tool is used to delete a specific custom field value at various scopes, but it does not explicitly mention when to use it versus alternatives such as updateCustomFieldValue or deleteCustomField. There is no guidance on when to use the 'force' parameter or exclude certain cases.

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/pbozzay/level-mcp'

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