Skip to main content
Glama

features_select_by_rectangle

Select features intersecting a rectangle bounding box. Use bbox coordinates, optional CRS, and selection mode.

Instructions

Select features whose geometry intersects a bounding box.

bbox is [xmin, ymin, xmax, ymax]. crs defaults to the layer's own CRS if omitted. mode is the same set/add/intersect/remove combination as features_select_by_expression.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
crsNo
bboxYes
modeNoset
layer_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, description carries full burden. Discloses spatial intersection behavior, bbox coordinate order, CRS fallback, and mode semantics. Lacks details on error handling or empty results, but sufficient for typical use.

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?

Three sentences, minimal waste. Front-loaded with core action. Parameter explanations follow logically. Every sentence earns its place.

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?

Output schema present, so return values not needed. Covers key parameters and semantics. Could mention valid bbox range or coordinate order constraints, but overall complete for a spatial selection tool.

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 coverage 0%, so description must compensate. Explains bbox format ([xmin,ymin,xmax,ymax]), crs default (layer CRS), and mode relationship to sibling tool. layer_id omitted but self-explanatory. Adds value beyond schema.

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?

Clearly states it selects features by bounding box intersection. Gives bbox format and references sibling tool features_select_by_expression for mode meaning. Distinguishes spatial selection from expression-based selection.

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?

Explains bbox CRS default and mode options, hinting at alternatives. Explicitly ties mode to sibling tool for consistency. Does not explicitly say when to use this over features_select_by_location or features_select_by_expression, but provides enough context.

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

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