search_notes
ActiveTool of mcp-openreview
Full-text search across OpenReview notes (papers, reviews, decisions) by query string; optionally restrict to a content field (e.g. title, abstract) or filter by author signature; returns matching note ids, titles, and venues.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "transformer attention mechanism"
},
{
"limit": 50,
"query": "neural scaling laws",
"content_field": "abstract"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "1-1000 (default 25)"
},
"query": {
"type": "string",
"description": "Free-text query"
},
"offset": {
"type": "number",
"description": "0-based offset"
},
"signature": {
"type": "string",
"description": "Filter by signature group (e.g. author profile id)"
},
"content_field": {
"type": "string",
"description": "Restrict to a content field (e.g. \"title\", \"abstract\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-openreview
https://github.com/pipeworx-io/mcp-openreview
2/7 registries