get_prizes_by_year
ActiveTool 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)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
nouel
https://github.com/pipeworx-io/mcp-nobel
1/7 registries