shell_date
Retrieve and display the current system date and time using a secure, whitelisted shell command via the Shell-MCP server. Designed for integration with Claude and other MCP-compatible LLMs.
Instructions
Show system date and time
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"
}