You're viewing a demo portfolio

Join the waitlist
PRSM

search_notes

Active

Tool of mcp-openreview

declared in 0.1.0

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\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-openreview

https://github.com/pipeworx-io/mcp-openreview

2/7 registries
View full server →