Skip to main content
Glama
pocc

cloudflare-mcp

by pocc

get_endpoint_healthcheck

Retrieve detailed status and configuration of a specific endpoint healthcheck by providing account ID and healthcheck ID. Quickly diagnose endpoint health issues with precise data.

Instructions

Get details of an endpoint healthcheck

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_idYesThe account ID
healthcheck_idYesThe healthcheck ID

Schema Changelog

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

  1. First observedv1.0.0

TDQS

B3.1/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 burden of disclosing behavior. The verb 'Get' implies a read-only operation, which is a meaningful safety signal, but nothing else is disclosed: no return format, error behavior, or access requirements. For a single-fetch tool this is acceptable but thin.

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

Conciseness3/5

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

The single sentence has zero fluff and is front-loaded, but it earns little of its place: it essentially restates the tool name without adding situational value. It is under-specified rather than artfully concise.

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?

For a low-complexity 2-parameter get-by-id tool, the description is nearly sufficient, but it leaves the ambiguity with `get_healthcheck` unresolved and gives no indication of where account_id or healthcheck_id come from. These gaps are minor for a simple fetch but real.

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 100%, so both parameters are documented in the schema. Per baseline, the description need not explain parameters, and it doesn't. It adds no contextual hints about how to obtain the IDs, but the schema covers the structural meaning.

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 ('Get') and resource ('details of an endpoint healthcheck'), which is clear and not a tautology. However, it fails to differentiate from the similarly named `get_healthcheck` sibling, leaving a potential confusion point unresolved.

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 provided on when to use this tool versus alternatives like `list_endpoint_healthchecks` or `get_healthcheck`. There is no mention that a healthcheck_id must first be obtained from a list call, nor any exclusion criteria.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pocc/cloudflare-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server