Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Add Project Style

arcgis_pro_add_project_style

Adds a system style name or a .stylx file to an ArcGIS Pro project so maps and layers can use custom symbol styles.

Instructions

向工程追加系统样式名称或受输入根约束的 .stylx 文件。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
styleYes
aprx_pathYes

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 mutation profile (readOnlyHint=false, destructiveHint=false, idempotentHint=false, openWorldHint=false). The description adds real value by disclosing the dual input mode and the input-root constraint on .stylx paths, but says nothing about persistence (whether the .aprx must be saved), error behavior, or overwrite semantics for an already-present style.

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 operation is stated first and the two input forms follow. It is terse to the point of omitting guidance, but nothing in the text is wasted.

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 explained, and annotations cover the safety profile. However, for a two-required-parameter mutation tool with 0% schema coverage, the description leaves `aprx_path` undefined and offers no guidance on valid inputs or side effects.

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% and neither parameter has a description in the schema. The description partially compensates by explaining that `style` may be either a system style name or a root-relative .stylx path, but `aprx_path` receives no explanation at all, leaving the compensation incomplete.

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 (append/add) and resource (project style), and distinguishes the two accepted inputs: a built-in system style name or a .stylx file. It is easily separable from the sibling arcgis_pro_remove_project_style, though it never names siblings 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, no prerequisites, and no mention of alternatives (remove_project_style, list_style_items) or of what happens on duplicate style names. Usage must be inferred entirely from the name and description.

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