Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Gp Json To Features

arcgis_pro_gp_json_to_features
Idempotent

Convert a JSON file into ArcGIS Pro features, writing them to the specified output for use in GIS analysis and mapping.

Instructions

ArcGIS Pro:json要素。返回可验证的结构化结果;写入和路径限制以服务能力为准。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
in_json_fileYes
out_featuresYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

C2.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false, destructiveHint=false, and idempotentHint=true. The description adds that results are verifiable structured output and that write/path restrictions depend on service capabilities, which is some context beyond annotations but remains generic. It does not specify overwrite behavior, required permissions, or error conditions.

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

Conciseness2/5

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

The definition is short, but the first sentence restates the tool name and the second is generic boilerplate. It is under-specified rather than efficiently concise. No actionable information is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Although an output schema exists, the description leaves critical input semantics unexplained for a tool that reads a JSON file and writes an output feature dataset. It does not state required environment or path constraints beyond a generic disclaimer. For a two-required-parameter GP tool, this is incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, and the description gives no format, path, or data expectations for in_json_file or out_features. The terms 'json' and 'features' merely echo the parameter names. It fails to compensate for the missing schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description reduces to 'ArcGIS Pro: json features', which restates the title/name rather than stating a specific action like converting a JSON file into a feature class. It does not distinguish the tool from the opposite-direction sibling arcgis_pro_gp_features_to_json. The purpose is only inferable from the tool name.

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 instructions, prerequisites, or alternatives are given. It does not mention when to choose this over features_to_json or import_csv_to_table. There is no guidance at all.

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