shell_uptime
Retrieve system uptime directly through Shell-MCP by executing a simple command. Designed for integration with LLMs, it provides precise uptime data for system monitoring and analysis.
Instructions
Show system uptime
Input Schema
Name | Required | Description | Default |
---|---|---|---|
args | No | Command arguments |
Input Schema (JSON Schema)
{
"properties": {
"args": {
"description": "Command arguments",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}