list_venues
ActiveTool of mcp-openreview
declared in 0.1.0
List venue groups (conferences, workshops). Use the returned group id to query submissions.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "ICLR"
},
{
"limit": 100,
"query": "NeurIPS",
"offset": 0
}
],
"properties": {
"limit": {
"type": "number",
"description": "1-1000 (default 50)"
},
"query": {
"type": "string",
"description": "Free-text filter on group id / name"
},
"offset": {
"type": "number",
"description": "0-based offset"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-openreview
https://github.com/pipeworx-io/mcp-openreview
2/7 registries