get_talks
Retrieve and filter Erick Wendel's talks by ID, title, language, location, or year, with options for pagination, grouping, and count-only queries.
Instructions
Get a list of talks with optional filtering and pagination.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
city | No | Filter talks by city | |
count_only | No | If true, returns only the count without talk details | |
country | No | Filter talks by country | |
group_by | No | Group counts by a specific field (language, country, city) | |
id | No | Filter talks by ID | |
language | No | Filter talks by language (e.g., 'spanish', 'english', 'portuguese' or direct codes like 'es', 'en', 'pt-br') | |
limit | No | Maximum number of talks to return | |
skip | No | Number of talks to skip | |
title | No | Filter talks by title | |
year | No | Filter talks by year |