Polymarket
get_event
Get detailed information about a specific event by slug, including all related markets.
Remote polymarket/polymarket-mcp
Other tools also called get_event?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "Event slug (from URL or search results)"
}
}
}