get_top_teams_by_country
Retrieve ranked lists of top CTF teams from any country using ISO country codes to analyze competitive cybersecurity performance by region.
Instructions
Retrieve top CTF teams from a specific country.
Args: country_code: ISO 3166-1 alpha-2 country code (e.g., 'US', 'DE', 'CN') limit: Maximum number of teams to return (default: 10)
Returns: Ranked list of top teams from the specified country
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country_code | Yes | ||
| limit | No |