Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Set Project Defaults

arcgis_pro_set_project_defaults
Idempotent

Set the home folder, default geodatabase, or default toolbox for an ArcGIS Pro project to maintain consistent data and tool locations.

Instructions

设置工程 home folder、默认地理数据库或默认工具箱;至少提供一项。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aprx_pathYes
home_folderNo
default_toolboxNo
default_geodatabaseNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare the essential profile: readOnlyHint=false, idempotentHint=true, destructiveHint=false, openWorldHint=false, so the agent knows this is a safe, repeatable mutation. The description adds the 'at least one must be supplied' operational constraint, which is genuinely useful, but discloses nothing further (permissions, persistence of changes).

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 that front-loads the three settable properties followed by the key constraint. No wasted words, though it is terse to the point of omitting useful detail.

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 not be described. For a 4-parameter mutation tool the description covers purpose and the at-least-one constraint but leaves aprx_path undefined and does not state what gets modified on disk, leaving modest gaps.

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

Parameters3/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 compensate; it does name the three optional targets (home_folder, default_toolbox, default_geodatabase), but it never explains aprx_path or gives format/path syntax for any parameter. Partial compensation only.

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?

The description states a specific verb (set) and resource (project defaults) and enumerates the three targets: home folder, default geodatabase, default toolbox. It is clear what the tool does, though it does not explicitly contrast with siblings like add_project_toolbox, which also touch project toolbox settings.

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?

'At least provide one item' is a parameter constraint rather than usage guidance; there is no statement of when to use this tool versus its siblings (e.g., add_project_toolbox) or any prerequisites. Usage must be inferred from the tool name.

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