Skip to main content
Glama
muend

arcgis-mcp-bridge

dissolve_features

Merge adjacent or overlapping features that share attribute values into a new output feature class, generalizing boundaries or aggregating zones.

Instructions

Merge adjacent or overlapping features that share attribute values using ArcPy Dissolve. Use this to generalize boundaries, aggregate parcels, zones, roads, or other features by one or more dissolve fields. Reads in_features and writes a new dissolved output feature class inside PathGuard allowed roots.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations provided, so description carries full burden. It discloses read/write behavior and path restrictions ('Reads in_features and writes a new dissolved output feature class inside PathGuard allowed roots'). However, it does not detail behavior of fields beyond dissolve_fields, nor error states or performance implications.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences conveying purpose, use cases, and a key behavioral note. No fluff, but could be slightly more structured (e.g., separate from purpose).

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?

With output schema present, return value explanation is unnecessary. Description covers core operation, usage examples, and path constraints. Missing nuance on multi_part and overwrite, but those are detailed in the well-documented schema.

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?

Input schema has detailed descriptions for each parameter (coverage 0% means description doesn't add schema info, but schema itself is rich). The description reiterates using dissolve fields but adds little beyond schema. Baseline 3 applies due to high schema coverage.

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 tool merges adjacent/overlapping features by attribute values using ArcPy Dissolve, with examples ('parcels, zones, roads'). It distinguishes from siblings by naming the specific operation, but doesn't explicitly contrast with merge_features or similar tools.

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?

Provides when to use ('generalize boundaries, aggregate...') but lacks when-not-to-use or alternatives. No explicit exclusion criteria or comparison to sibling tools like merge_features or multipart_to_singlepart.

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/muend/arcgis-mcp-bridge'

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