Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Sdk Gp Job Submit

arcgis_pro_sdk_gp_job_submit

Submit an asynchronous geoprocessing job to an ArcGIS Pro SDK session with whitelisted tools, controlled paths, and cancellation support.

Instructions

向 SDK 提交一个严格白名单、路径契约受控且可取消的异步 GP job。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
tool_nameYes
parametersYes
environmentsNo
sdk_session_refYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

C2.4/5.0
Behavior2/5

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

Annotations declare readOnlyHint=false, destructiveHint=false, idempotentHint=false. The description adds 'cancellable' and 'asynchronous', which is useful, but does not explain the side effects of submission, what the whitelist restricts, what the path contract enforces, why it is not idempotent, or what 'confirm' does behaviorally.

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 compact sentence with no filler. Front-loaded with the action. Appropriately sized for the information it conveys, though it under-delivers on content rather than being over-long.

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 a 5-parameter mutation tool with 0% schema description coverage, the description omits parameter guidance, confirmation semantics, submission prerequisites, and job tracking (should point to arcgis_pro_sdk_gp_job_status / arcgis_pro_sdk_gp_job_cancel). An output schema exists, so return values needn't be covered, but submission mechanics clearly should be.

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 5 parameters, so the description carries the full burden. It mentions none of the parameters explicitly: sdk_session_ref, tool_name, parameters, environments, or confirm. 'Strict whitelist' hints at tool_name constraints but no parameter-level semantics are provided.

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 identifies the action (submit an asynchronous GP job to the SDK) and adds three qualifiers (strict whitelist, path-contract controlled, cancellable). However, it overlaps heavily with siblings like arcgis_pro_gp_run_tool and arcgis_pro_window_job_submit without clarifying how this differs from them.

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 explicit guidance on when to use this tool versus arcgis_pro_gp_run_tool, arcgis_pro_window_job_submit, or arcgis_pro_gp_* tools. The 'whitelist' and 'path contract' hints imply constraints but don't tell the agent when to select this tool. The 'confirm' parameter suggests a prerequisite gate that is never explained.

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