Skip to main content
Glama

Toolkit MCP Server

pingHost

Check network connectivity by pinging a target host with customizable request count for diagnostics. Part of Toolkit MCP Server for network and system management tasks.

Instructions

Ping a host using system ping command

Input Schema

NameRequiredDescriptionDefault
countNoNumber of ping requests
hostYesTarget host to ping

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 4, "description": "Number of ping requests", "type": "number" }, "host": { "description": "Target host to ping", "type": "string" } }, "required": [ "host" ], "type": "object" }

You must be authenticated.

Other Tools from Toolkit MCP Server

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/cyanheads/toolkit-mcp-server'

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