get_past_ctfs
Retrieve past CTF competitions from CTFtime.org to analyze historical events, review competition details, and access previous results for security research and learning purposes.
Instructions
Retrieve past CTF events from CTFtime.org.
Args: limit: Maximum number of events to return (1-100, default: 10) days_back: Number of days to look back (default: 30)
Returns: Formatted list of past CTF events with details
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| days_back | No |