Skip to main content
Glama
muend

arcgis-mcp-bridge

raster_calculator

Run map algebra on raster datasets using declared variable names. Compute NDVI, suitability models, binary masks, and cell-by-cell formulas with Spatial Analyst.

Instructions

Run Spatial Analyst map algebra over explicitly named raster variables using ArcPy RasterCalculator. Use this for NDVI, suitability models, binary masks, raster normalization, and cell-by-cell formulas. Requires a Spatial Analyst license; expressions may reference only declared variable_names and validated map-algebra syntax.

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 behavioral disclosure. It states expressions are restricted to declared variable names, no inline paths or Python execution, and validated map-algebra syntax. However, it does not discuss error handling, output behavior, or the overwrite parameter's effect.

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?

Three concise sentences that front-load the primary purpose, follow with use cases, and end with constraints and license requirement. No unnecessary words, though the list of use cases could be comma-separated more cleanly.

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?

Given the presence of an output schema and detailed input schema, the description covers the essential context: tool type, use cases, license requirement, and syntax restrictions. It adequately distinguishes from sibling tools and sets user expectations for a safe invocation.

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?

The input schema already provides detailed descriptions for each parameter (rasters, variable_names, expression, out_raster, overwrite). The description adds no new parameter-specific information beyond reiterating variable_names usage, so it meets the baseline expectation without additional value.

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?

Description clearly states the tool runs Spatial Analyst map algebra using ArcPy RasterCalculator, with specific use cases like NDVI, suitability models, and binary masks. It distinguishes from sibling raster tools like clip_raster or project_raster by focusing on algebraic expressions.

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?

Provides explicit use cases (NDVI, suitability models, etc.) and a prerequisite (Spatial Analyst license). Does not explicitly contrast with alternatives, but the context of map algebra is clear enough for an agent to apply it appropriately.

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