Skip to main content
Glama

layer_reorder

Move a layer to a specific index to change its drawing order. Specify layer ID and target position to reorder layers in the tree.

Instructions

Move a layer to a new position among its siblings in the layer tree.

position is a 0-based index (0 = top of the tree, drawn above the others). Does not move a layer into or out of a group - group support is planned but not yet implemented.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
layer_idYes
positionYes

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, the description carries full burden. It discloses that group support is not implemented and implies the operation is a reorder, but does not mention permissions, reversibility, or potential side effects.

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, front-loaded with the main action, followed by necessary clarification. No unnecessary words.

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 core function and a key constraint (no group support). Given the tool's simplicity and the presence of an output schema, it is nearly complete, but it does not mention prerequisites like layer existence.

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?

The description clarifies that 'position' is a 0-based index (0 = top), adding meaning beyond the schema's type definition. However, 'layer_id' receives no extra explanation, and schema description coverage is 0%, so the description partially compensates.

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 action ('Move a layer to a new position among its siblings') and distinguishes it from sibling tools like layer_set_visibility or layer_rename by focusing on reordering.

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

Usage Guidelines3/5

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

The description provides some context (0-based index, no group support) but does not explicitly state when to use this tool versus alternatives 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/piatkowski/qgis-mcp'

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