Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Clear Map Selection

arcgis_pro_clear_map_selection
Idempotent

Clears the feature selection from a specified layer or all layers in an ArcGIS Pro map and verifies that no features remain selected.

Instructions

清除指定图层或地图全部要素图层的选择,并确认实际选择集为空。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeNoall_layers
map_nameYes
aprx_pathYes
layer_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

A3.6/5.0
Behavior4/5

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

Annotations declare non-read-only, non-destructive, idempotent. Description adds that it confirms the actual selection set is empty, a behavioral detail beyond annotations. It doesn't detail exception handling, but for a simple idempotent operation this is adequate.

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?

Single front-loaded sentence with no wasted words; purpose, scope, and confirmation are all included.

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?

Description is complete enough for a simple selection-clearing tool: purpose, scope, and confirmation are present, and annotations cover safety/idempotency. Return values are handled by the output schema, though usage guidance is absent.

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?

With 0% schema coverage, description compensates partially by distinguishing between clearing a specified layer vs all feature layers, which maps to layer_name and scope. It doesn't name parameters or clarify scope values/defaults, but core semantics are conveyed.

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?

States a specific verb (清除/clear) and resource (选择/selection) with scope: specified layer or all feature layers. It doesn't explicitly name alternatives like delete_layer_selection, but the scope and confirmation behavior make it distinguishable.

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?

No when-to-use or when-not-to-use guidance. It doesn't mention alternatives or prerequisites, leaving the agent to infer context from the purpose alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools