Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Las Dataset Info

arcgis_pro_las_dataset_info
Read-onlyIdempotent

Retrieve file and point counts, statistics, pyramids, extent, and spatial reference from a LAS dataset to validate and inspect lidar data before processing.

Instructions

读取受控 .lasd 的文件数、点数、统计、金字塔、范围和空间参考。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
las_datasetYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

B3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint/idempotentHint/non-destructive, so the safety profile is covered. The description adds only the hint that the dataset must be 'controlled' (受控, i.e. loaded/managed) and the list of inspected attributes; it says nothing about behavior when the dataset is unmanaged or unreadable.

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?

A single front-loaded sentence with no filler; the attribute list is dense but every item is meaningful. Could be improved only by adding a clause on the accepted input form.

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

Completeness3/5

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

An output schema exists, so return values need no explanation, and the annotations carry the safety profile. However, for a tool sitting among many LAS/geometry siblings, the missing parameter semantics and total absence of routing guidance leave the agent short of what it needs to invoke it confidently.

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?

One required parameter (las_dataset) with 0% schema description coverage, and the description does not say whether this is a file path, layer name, or project item. With the single parameter fully undocumented on both sides, the definition fails to compensate for the coverage gap.

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 (读取/read) plus the resource (.lasd) and enumerates the exact attributes returned (file count, point count, statistics, pyramids, extent, spatial reference). This distinguishes it from sibling mutators such as arcgis_pro_calculate_las_statistics and arcgis_pro_build_las_pyramid, though it never names them explicitly.

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 guidance at all. With three closely related LAS siblings (create_las_dataset, calculate_las_statistics, build_las_pyramid) the agent must infer that this is the read-only inspection step rather than being told.

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