Skip to main content
Glama

Groundbase

contacts_delete

Soft-delete a contact (the row is hidden from lists but kept for audit/restore). DESTRUCTIVE — confirm with the user before calling unless they explicitly asked to delete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations, the description fully carries the behavioral burden. It discloses the soft-delete nature (row hidden but retained), the audit/restore implication, and the need for user confirmation. This goes well beyond the raw schema and gives an agent a reliable picture of side effects and safety expectations.

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 a single sentence that leads with the core action, then packs the soft-delete nuance and the mandatory confirmation warning into a compact parenthetical and imperative. No wasted words; every clause adds necessary operational detail.

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 single-parameter delete operation, the description covers the essential aspects: what the tool does, the safety requirement, and the post-delete state. It omits explicit id guidance and any mention of response contents, but those are minor given the tool's simplicity and the clarity of the name and noun.

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

Parameters3/5

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

Schema description coverage is 0%, so the description must compensate for the lone 'id' parameter. It indirectly identifies the parameter as a contact id via 'a contact,' but it doesn't explicitly state the format or source of the id. The meaning is strongly implied by the tool name and noun, so this is adequate but not exemplary.

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 uses a specific verb and resource: 'Soft-delete a contact,' and immediately clarifies the behavior (hidden from lists but kept for audit/restore). This distinguishes it from cruder interpretations and from sibling tools like contacts_update or addresses_delete, making the tool's purpose unmistakable.

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 gives clear context: this is the tool for deleting a contact, and it adds an explicit safety condition—confirm with the user unless they explicitly asked to delete. It doesn't explicitly name alternatives or conditions that would select another tool, but the verb/noun combination and the confirmation rule provide adequate usage guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources