Skip to main content
Glama

Delete Features

delete_features
Destructive

Remove features from a QGIS layer by providing feature IDs or an expression filter. Specify either fids list or expression string to target deletions.

Instructions

Delete features by feature IDs or expression filter. Provide either fids (list of ints) or expression (string), not both.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fidsNo
layer_idYes
expressionNo
Behavior3/5

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

The annotation already marks the tool as destructive (destructiveHint: true). The description does not provide additional behavioral details such as irreversibility or error handling, so the added value is moderate.

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, clear sentence that conveys the essential information without any superfluous words or repetition.

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?

The description covers the inputs and the deletion action. It lacks details on output or error behavior, but given the tool's simplicity and the presence of annotations, it is largely complete for an AI agent to use.

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?

With 0% schema description coverage, the description compensates by explaining the 'fids' and 'expression' parameters, their types, and mutual exclusivity. 'layer_id' is not described but its purpose is self-evident from the context.

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 'delete' and the resource 'features', and specifies two methods (fids or expression) to identify which features. It distinguishes from siblings like 'update_features' by focusing on deletion.

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 explicitly instructs to provide either 'fids' or 'expression', not both, which guides parameter usage. However, it lacks explicit guidance on when to use this tool versus alternatives like 'remove_layer' or 'delete_field'.

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/lefcgis/qgis-mcp'

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