Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ctftime_events | List CTFtime events in a time window. Uses UNIX timestamps (seconds) for start/finish; returns past and upcoming events. |
| ctftime_event | Get full details for a specific CTFtime event by event_id. |
| ctftime_top_teams | Get top teams for a year (or current year if year omitted). |
| ctftime_top_by_country | Get top teams for the current year by country (ISO 3166-1 alpha-2 country code, lowercase). |
| ctftime_team | Get information about a specific team by team_id. |
| ctftime_results | Get event results for a year (or current year if omitted). |
| ctftime_votes | Get event votes for a year. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |