Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Curve Fit Forecast

arcgis_pro_curve_fit_forecast
Idempotent

Generates time-series forecasts from spatiotemporal cubes using curve fitting, with options for outlier handling, validation, and confidence levels.

Instructions

对时空 cube 运行 Curve Fit Forecast,限制曲线、验证、异常值和置信度参数。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
in_cubeYes
curve_typeNoAUTO_DETECT
environmentNo
output_cubeYes
outlier_optionNoNONE
output_featuresYes
analysis_variableYes
level_of_confidenceNo90%
number_for_validationNo
maximum_number_of_outliersNo
number_of_time_steps_to_forecastYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

C2.7/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=false, idempotentHint=true, destructiveHint=false, and openWorldHint=false. The description adds no behavioral context beyond that—it does not explain side effects, whether it modifies the input cube, what outputs are created, or any permission requirements.

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 a single front-loaded sentence with no filler. It is efficient, though it may be too terse given the tool's parameter complexity; conciseness itself is not the problem.

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?

For an 11-parameter forecasting tool with 5 required inputs, 0% schema descriptions, and an output schema, the description is far too thin. It omits required parameter details, output expectations, and operational context an agent would need to call it correctly.

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 description coverage is 0% across 11 parameters, so the description must carry semantic weight. It only vaguely references curve, validation, outlier, and confidence parameter categories without mapping them to specific parameter names, accepted values, or defaults. This provides minimal help for invocation.

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 and resource: running Curve Fit Forecast on a spatiotemporal cube. This is clearer than a tautology and gives an agent the core operation, but it does not differentiate this tool from siblings like arcgis_pro_exponential_smoothing_forecast or arcgis_pro_forest_based_forecast. The trailing parameter list is descriptive but does not sharpen purpose.

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 guidance is given on when to use this tool versus alternatives, nor on prerequisites or when-not-to-use conditions. The description merely says what it runs, leaving the agent to infer usage from the tool name alone.

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