Skip to main content
Glama
muend

arcgis-mcp-bridge

project_features

Reproject vector feature classes or layers to a target coordinate system using ArcPy Project. Specify input and output paths and optional transform method for datum shifts.

Instructions

Transform a vector feature class or layer into another coordinate reference system using ArcPy Project. Use this when feature geometry coordinates must be reprojected for overlay, distance measurement, map export, analysis, or alignment with other GIS datasets. Reads in_features, writes out_features inside PathGuard allowed roots, and supports an optional geographic transform_method when datums differ.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed6 schema fields changedv0.6.3
    • changedInput schema / $defs / ProjectFeaturesInput / description
      Previous value: -"Transform a vector dataset into a different CRS (Project)."New value: +"Transform a vector feature dataset into a different coordinate system."
    • addedInput schema / $defs / ProjectFeaturesInput / properties / in_features / description
      Added value: +"Absolute path to the input feature class or layer to reproject. The path must be inside a configured PathGuard allowed root."
    • addedInput schema / $defs / ProjectFeaturesInput / properties / out_features / description
      Added value: +"Absolute output feature class path to create in the target coordinate system. The path must be inside a configured PathGuard allowed root; existing outputs require overwrite=true."
    • addedInput schema / $defs / ProjectFeaturesInput / properties / out_wkid / description
      Added value: +"Target EPSG or Esri WKID for the output feature class. Coordinates are transformed into this spatial reference using ArcPy Project."
    • addedInput schema / $defs / ProjectFeaturesInput / properties / overwrite / description
      Added value: +"Set true only when replacing an existing projected output feature class is intended."
    • changedInput schema / $defs / ProjectFeaturesInput / properties / transform_method / description
      Previous value: -"Named geographic transformation when datums differ, e.g. 'ITRF_2014_To_ETRF_2014'. None lets arcpy choose."New value: +"Optional named geographic transformation used when source and target datums differ, for example 'ITRF_2014_To_ETRF_2014'. Use None to let ArcPy choose where possible."
  2. First observedv1.0.0

TDQS

A4.4/5.0
Behavior4/5

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

No annotations provided, so the description carries full burden. It discloses that the tool reads in_features, writes out_features within PathGuard allowed roots, requires overwrite=true for existing outputs, and supports an optional transform_method for datum differences. This adequately describes the write operation and key constraints.

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?

The description is concise (three sentences) and front-loaded with the main purpose. Every sentence adds relevant information without wasted 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?

Given the presence of an output schema and comprehensive schema descriptions, the description is fairly complete. It covers the main operation, constraints, and optional parameter. Minor missing details (e.g., error handling, licensing) are acceptable given the schema richness.

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 descriptions cover all parameters, so the bar is lower. The description adds value by explaining that transform_method is needed 'when datums differ' and that overwrite is for replacing existing outputs. This goes slightly beyond the schema baseline of 3.

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 tool transforms vector feature classes/layers into another coordinate system using ArcPy Project. It specifies the verb 'transform', the resource 'vector feature class or layer', and distinguishes from siblings like project_raster (raster) and define_projection (assigns CRS without transformation).

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?

The description explicitly lists use cases: overlay, distance measurement, map export, analysis, alignment with other datasets. It implies by context (vector vs raster) when not to use, but lacks explicit alternatives or when-not-to-use statements.

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