Skip to main content
Glama

Delete data table rows

n8n_delete_datatable_rows

Delete rows matching a JSON filter in n8n data tables. Requires data table ID and filter string.

Instructions

Delete rows matching a filter. The filter is required (JSON string).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataTableIdYesData table ID
filterYesJSON filter, e.g. {"type":"and","filters":[{"columnName":"id","condition":"eq","value":123}]}
returnDataNoReturn deleted rows
dryRunNoSimulate only

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only states the action without disclosing that deletions are irreversible, that permissions may be required, or whether there are any side effects. The dryRun parameter is not mentioned in the description.

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 a single short sentence, which is concise and front-loaded. However, it could be more informative without adding many words. It earns its place but lacks depth.

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

Completeness2/5

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

The tool has 4 parameters and is destructive, but the description does not mention the dryRun or returnData options. Since an output schema exists, return values are not needed, but the description fails to provide context about simulation or return behavior.

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 coverage is 100%, so baseline is 3. The description repeats that the filter is required and is a JSON string, which is already in the schema. It does not add any extra semantic meaning beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Delete' and the resource 'rows matching a filter'. It gives a specific action that distinguishes it from sibling tools like insert or update, but does not explicitly differentiate from other delete tools or mention that it deletes from a specific data table.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions that the filter is required, but provides no guidance on when to use this tool versus alternatives like n8n_upsert_datatable_row or n8n_update_datatable_rows. There is no mention of prerequisites or when not to use it.

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/RPGMais/mcp-n8n'

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