Toolkit MCP Server
by cyanheads
Verified
traceroute
Perform traceroute to a host
Input Schema
Name | Required | Description | Default |
---|---|---|---|
host | Yes | Target host |
Input Schema (JSON Schema)
{
"properties": {
"host": {
"description": "Target host",
"type": "string"
}
},
"required": [
"host"
],
"type": "object"
}