| name | marta-railway-logs |
| description | Show recent logs from the Railway deployment |
| disable-model-invocation | true |
| allowed-tools | Bash(railway *) |
Show recent logs from the Railway deployment.
Default behavior
Run railway logs --lines 100 to fetch the last 100 log lines.
If arguments are provided
Pass them directly to railway logs instead of the defaults. Examples:
/marta-railway-logs --lines 50 — fewer lines
/marta-railway-logs --since 1h — logs from the last hour
/marta-railway-logs --filter "@level:error" — only errors
/marta-railway-logs --latest — logs from latest deployment even if failed
Command: railway logs $ARGUMENTS
After fetching
Review the output and present a concise summary:
- Errors or warnings (highlight first)
- Recent activity pattern (startup, requests, scheduled tasks)
- If everything looks clean, say so briefly