Ping SYSTEM
Einfache Erreichbarkeitspruefung
Tool-Name
tool
ping
Parameter
| Parameter | Typ | Pflicht | Beschreibung |
|---|---|---|---|
message |
string |
Nein | – |
Input Schema
json
{
"type": "object",
"properties": {
"message": {
"type": "string"
}
}
}
Beispiel-Aufruf
json
{
"tool": "ping",
"arguments": {
"message": "..."
}
}