Skip to main content
Glama
652036

ArcGIS Pro MCP

by 652036

Create Db Connection

arcgis_pro_create_db_connection

Create a database connection file for ArcGIS Pro to access spatial data. Provide the platform, instance, and authentication details to generate the connection.

Instructions

ArcGIS Pro:创建create db connection。返回可验证的结构化结果;写入和路径限制以服务能力为准。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
databaseNo
instanceYes
out_nameYes
passwordNo
usernameNo
authenticationNoDATABASE_AUTH
out_folder_pathYes
save_credentialsNo
database_platformYes
confirm_save_credentialsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

D1.7/5.0
Behavior2/5

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

Annotations already supply readOnlyHint=false, openWorldHint=true, idempotentHint=false, destructiveHint=false. The description adds only a vague statement that write and path restrictions follow service capabilities, which is marginal beyond the annotations. It says nothing about authentication prerequisites, whether a connection file is created on disk, or what happens to existing connections.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The text is very short but under-specified rather than concise. It front-loads the tool name redundantly while omitting the information an agent actually needs, so no sentence earns its place.

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 10-parameter mutation tool that writes a connection file and handles credentials, the description is inadequate. An output schema exists, so return values needn't be explained, but setup requirements, credential handling, and distinctions from sibling connection tools are all missing.

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

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% for 10 parameters, none of which the description mentions. Credential-related fields (password, username, save_credentials, confirm_save_credentials) and platform/instance semantics are completely undocumented in both schema and description, so the description 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.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description largely restates the title: '创建create db connection' (create db connection). It identifies the resource ('db connection') but offers no scope, output, or distinguishing detail relative to siblings like arcgis_pro_add_database_connection. The token pair is circular rather than explanatory.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No when-to-use, when-not-to-use, or alternative guidance is provided. The tool's declared siblings include arcgis_pro_add_database_connection, but the description never differentiates it from that tool, leaving the agent to guess.

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