Skip to main content
Glama

ping

Connectivity test.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations, the description carries the full burden. It only says 'connectivity test' but does not disclose behavior like whether it is a read-only operation, what happens on failure, or any latency implications. The minimal text provides insufficient transparency.

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?

The description is a single, clear sentence with no wasted words. It is appropriately sized for a trivial tool.

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?

Given the tool's simplicity (no parameters, no output schema), the description is minimally viable. However, it could explain what system is pinged or what the response indicates, which would improve completeness for an agent.

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?

There are zero parameters, and schema coverage is 100%. The baseline is 4 per rule, and the description does not need to add parameter information. It could mention that no input is required, but its absence does not detract.

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 'Connectivity test' clearly identifies the tool's function with a specific verb ('test') and resource ('connectivity'). It distinguishes the tool from siblings like health_check or oracle_status, though it could be more precise about what connectivity is tested.

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 use this tool versus sibling tools such as health_check or oracle_status. There is no context for appropriate use cases or exclusion criteria.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.2/5.0
Disambiguation4/5

Most tools have distinct purposes, but health_check, oracle_status, and readiness_dashboard overlap in providing health/status information, which could cause confusion for an agent. The descriptions help differentiate their scope (e.g., oracle_status for 16 DORA oracles, readiness_dashboard for 23 oracles + tool count).

Naming Consistency5/5

All tool names use consistent snake_case, lowercase format, and follow a predictable verb_noun or noun_noun pattern (e.g., board_briefing, react_to_event, onboard_entity). No mixed conventions or irregular naming.

Tool Count5/5

16 tools is appropriate for a DORA compliance and monitoring server covering onboarding, health checks, assessments, gap analysis, remediation, event reactions, and workflows. Each tool has a defined role, and the count is well-scoped for the domain.

Completeness4/5

The tool set covers core compliance workflows: onboarding, assessments, health status, gap analysis, remediation planning, event reaction, and syncing. Minor gaps exist, such as lacking a tool to manually update individual compliance items, but the workflow and sync tools compensate. Overall, the coverage is strong.