Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Create Las Dataset

arcgis_pro_create_las_dataset

Create a .lasd LAS dataset from LAS/LAZ/ZLAS files or folders. Source-side statistics and PRJ creation occur only when explicitly requested.

Instructions

从受控 LAS/LAZ/ZLAS 文件或目录创建新 .lasd;源旁路统计/PRJ 写入必须显式请求。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
boundaryNo
input_pathsYes
create_las_prjNoNO_FILES
relative_pathsNo
out_las_datasetYes
recurse_foldersNo
processing_extentNo
compute_statisticsNo
confirm_all_las_prjNo
surface_constraintsNo
contained_files_onlyNo
spatial_reference_wkidNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare it is a non-readonly, non-idempotent, non-destructive, non-open-world operation. The description adds that the tool creates a .lasd and that certain statistics/PRJ operations require explicit request, but it does not disclose permissions, overwrite behavior, or side effects.

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?

Single front-loaded sentence with no filler. However, for a 12-parameter tool the brevity leaves critical details unstated.

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?

With 12 parameters, 0% schema description coverage, and no output schema explanation needed, the description is too thin. It omits parameter semantics and usage context beyond creation.

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 there are 12 parameters. The description only hints at input_paths (LAS/LAZ/ZLAS files or directories) and out_las_dataset (.lasd); it says nothing about the other ten parameters such as boundary, processing_extent, compute_statistics, create_las_prj, relative_paths, etc.

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?

States a specific verb 'create' and resource '.lasd' plus accepted source formats (LAS/LAZ/ZLAS files or directories). It does not explicitly differentiate from sibling tools such as arcgis_pro_las_dataset_info, arcgis_pro_calculate_las_statistics, or arcgis_pro_build_las_pyramid.

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?

Provides no when-to-use guidance, no alternatives, and no preconditions. The note that source bypass statistics/PRJ writing must be explicitly requested is a behavioral caveat, not a routing rule.

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