Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Gp Import Csv To Table

arcgis_pro_gp_import_csv_to_table

Import CSV to ArcGIS Pro table: This tool uses ArcPy to convert CSV files into geodatabase tables, returning structured results for GIS analysis.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
in_csvYes
out_nameYes
out_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

C2.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false, destructiveHint=false, idempotentHint=false, and openWorldHint=false, covering the safety profile. The description adds that write and path restrictions depend on service capabilities, which is useful context beyond annotations, but it remains vague about what gets overwritten or the exact nature of the operation.

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?

The description is two short sentences and is front-loaded with the purpose. It is concise and avoids unnecessary verbosity, though the second sentence is somewhat vague and could be more specific.

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?

The tool has three required parameters with no schema descriptions, and the description does not clarify what the tool actually does (e.g., that it imports CSV files specifically) or how the parameters are used. Although an output schema exists and annotations cover safety, the description is significantly incomplete for correct invocation.

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

Parameters1/5

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

Schema description coverage is 0%, so the description must explain the three parameters (in_csv, out_path, out_name). It provides no information about any of them, leaving the agent with only the parameter names to infer meaning.

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

Purpose3/5

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

The description states 'Import table' (导入表), which is a specific verb+resource, but it does not mention the CSV source format and fails to distinguish this tool from siblings like 'excel_to_table' or 'table_to_table'. It is somewhat vague beyond 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 Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. There is no mention of prerequisites, when-not-to-use, or any routing advice among the many sibling GP tools.

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