Skip to main content
Glama

Erick Wendel Contributions MCP

by ErickWendel

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

NameRequiredDescriptionDefault
cityNoFilter talks by city
count_onlyNoIf true, returns only the count without talk details
countryNoFilter talks by country
group_byNoGroup counts by a specific field (language, country, city)
idNoFilter talks by ID
languageNoFilter talks by language (e.g., 'spanish', 'english', 'portuguese' or direct codes like 'es', 'en', 'pt-br')
limitNoMaximum number of talks to return
skipNoNumber of talks to skip
titleNoFilter talks by title
yearNoFilter talks by year

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "city": { "description": "Filter talks by city", "type": "string" }, "count_only": { "default": false, "description": "If true, returns only the count without talk details", "type": "boolean" }, "country": { "description": "Filter talks by country", "type": "string" }, "group_by": { "description": "Group counts by a specific field (language, country, city)", "type": "string" }, "id": { "description": "Filter talks by ID", "type": "string" }, "language": { "description": "Filter talks by language (e.g., 'spanish', 'english', 'portuguese' or direct codes like 'es', 'en', 'pt-br')", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of talks to return", "type": "number" }, "skip": { "default": 0, "description": "Number of talks to skip", "type": "number" }, "title": { "description": "Filter talks by title", "type": "string" }, "year": { "description": "Filter talks by year", "type": "number" } }, "type": "object" }

Other Tools from Erick Wendel Contributions MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ErickWendel/erickwendel-contributions-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server