Skip to main content
Glama

ping

Verify the ArcGIS Pro bridge is reachable and identify which project it is attached to. Use it to confirm connectivity before running arcpy operations.

Instructions

Check that the ArcGIS Pro bridge is reachable and see which project it is attached to.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations provided, the description carries the disclosure burden. It implies a safe, non-mutating check and names the returned signal (attached project), but says nothing about failure behavior, timeouts, or whether it starts/attaches a bridge instance. Adequate but thin for a zero-annotation tool.

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

Conciseness5/5

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

A single sentence that front-loads the primary purpose (reachability) and appends the secondary value (attached project). No filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/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, and the zero-parameter surface keeps the tool simple. The only real omission is routing guidance against overlapping diagnostic/info siblings, which keeps it short of a 5.

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

Parameters4/5

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

The tool takes no parameters, so per the baseline rule the schema fully covers input semantics and the description need not add parameter detail.

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 ('Check') and resource ('ArcGIS Pro bridge') and adds a second concrete outcome ('see which project it is attached to'). It is clear on its own, though it does not explicitly differentiate itself from close siblings such as diagnose, get_arcgis_info, or get_project_info.

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 call ping versus diagnose or the various get_*_info tools, which overlap in intent. An agent must infer that this is a lightweight connectivity probe rather than a diagnostic or project-detail call.

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