You're viewing a demo portfolio

Join the waitlist
PRSM

get_prizes_by_year

Active

Tool of nouel

declared in 0.1.0

Get all Nobel Prizes awarded in a specific year, optionally filtered by category (e.g., "Chemistry", "Peace"). Returns laureate names, categories, and citations.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "year": 2023
    },
    {
      "year": 1921,
      "category": "phy"
    }
  ],
  "required": [
    "year"
  ],
  "properties": {
    "year": {
      "type": "number",
      "description": "Year to look up (e.g., 2023). Must be 1901 or later."
    },
    "category": {
      "type": "string",
      "description": "Nobel Prize category: phy (Physics), che (Chemistry), med (Medicine), lit (Literature), pea (Peace), eco (Economics)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

nouel

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

1/7 registries
View full server →