Toolkit MCP Server

by cyanheads
Verified

traceroute

Perform traceroute to a host

Input Schema

NameRequiredDescriptionDefault
hostYesTarget host

Input Schema (JSON Schema)

{ "properties": { "host": { "description": "Target host", "type": "string" } }, "required": [ "host" ], "type": "object" }