Skip to main content
Glama

Remove Interaction

remove_interaction

Remove a logged interaction from touchpoint history by UUID, with a soft-delete that is recoverable for 30 days and requires a confirm/cancel resolution.

Instructions

Soft-delete a logged interaction (email, call, meeting, etc.) by its UUID. Interactions are append-only touchpoint history, so there is no archive state - removal is a soft-delete, recoverable for 30 days, then purged. On first call returns a conflict with DELETE / CANCEL options; pass mode after the user decides.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoDeprecated: use `resolution`. 'delete' / 'cancel'.
resolutionNoResolution: 'confirm' soft-deletes (recoverable 30 days), 'cancel' aborts.
interaction_idYesInteraction UUID to remove.
Behavior5/5

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

With no annotations, the description fully discloses soft-delete nature, 30-day recovery, and two-step conflict resolution. No contradictions.

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?

Two concise sentences conveying all essential behavior and workflow without extraneous text.

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?

Covers purpose, lifecycle, and workflow, but lacks explicit mention of return format or what happens after the second call.

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 has 100% coverage, but description adds workflow context (first call returns conflict, then pass mode) beyond enum 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 the verb (soft-delete), resource (logged interaction), and identifier (UUID). It distinguishes from other 'remove_' tools by specifying it's for interactions.

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?

Describes the two-step workflow and recovery behavior, but does not explicitly compare to alternatives like purge_item or restore_item.

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/OurThinkTank/founders-os'

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