service_logs
Retrieve logs for a specified service on Kali Linux. Supports filtering by user, lines, time range, and priority, with configurable execution timing and timeout handling.
Instructions
Kali Agent MCP tool: service_logs Explicit execution timing is supported. Before calling, deliberately choose expected_runtime_seconds, timeout_seconds, check_after_seconds, poll_interval_seconds, and on_timeout. Use on_timeout='continue_background' for long work that should return a durable job_id for later job_status/job_logs/job_wait checks; use 'kill' or 'return_partial' for bounded synchronous work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | ||
| lines | No | ||
| since | No | ||
| service | Yes | ||
| priority | No | ||
| on_timeout | No | return_partial | |
| timeout_seconds | No | ||
| check_after_seconds | No | ||
| poll_interval_seconds | No | ||
| expected_runtime_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||