Skip to main content
Glama

ping

Check the connectivity of a host by sending a ping request. Verify network accessibility and measure response time for any specified hostname or URL.

Instructions

Pings a host and returns the result

Input Schema

NameRequiredDescriptionDefault
hostYesThe hostname or URL to ping (e.g., 'google.com' or 'https://google.com')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "host": { "description": "The hostname or URL to ping (e.g., 'google.com' or 'https://google.com')", "type": "string" } }, "required": [ "host" ], "type": "object" }

Other Tools from mcp-ping

Related Tools

    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/punkpeye/mcp-ping'

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