faceit_searchClans
Search for FACEIT clans by name to retrieve clan records and IDs. Optionally filter by game and region.
Instructions
Search for clans
Use when you only have a clan name. Returns clan records with ids.
Endpoint: GET /search/clans
Parameters:
name (query, str, required): The name of a clan on FACEIT
game (query, str | None): A game on FACEIT
region (query, str | None): A region of the game
offset (query, int | None (min 0)): The starting item position
limit (query, int | None (min 1, max 100)): The number of items to return
Returns: List of hub
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| game | No | ||
| region | No | ||
| offset | No | ||
| limit | No |