faceit_searchTeams
Find FACEIT teams by name, with optional filters for game and pagination. Returns matching team results for partial or full team names.
Instructions
Search for teams
Use when you only have a (possibly partial) team name. Switch to getTeam once you have the team_id.
Endpoint: GET /search/teams
Parameters:
nickname (query, str, required): The nickname of a team on FACEIT
game (query, str | None): A game on FACEIT
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 teams
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nickname | Yes | ||
| game | No | ||
| offset | No | ||
| limit | No |