Skip to main content
Glama

Get Prizes By Year

get_prizes_by_year
Read-onlyIdempotent

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearYesYear to look up (e.g., 2023). Must be 1901 or later.
categoryNoNobel Prize category: phy (Physics), che (Chemistry), med (Medicine), lit (Literature), pea (Peace), eco (Economics)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearYesThe year queried
countYesNumber of prizes awarded that year
prizesYesList of Nobel Prizes awarded in the year

TDQS

A4.3/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already establish the tool as read-only, idempotent, and non-destructive. The description adds useful behavioral context, such as the optional category filter and the return payload, without contradicting the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences with no filler: a clear functional statement and a return-value note. It is front-loaded and information-dense.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the simple tool (2 params, 1 required), full schema coverage, annotations for safety, and an output schema, the description sufficiently covers purpose, parameters, and returns. No critical information is missing for correct use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema provides complete descriptions for both parameters, including the year constraint and valid category codes. The description only echoes the optional filtering without adding new semantic details, matching the baseline for full schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: 'Get all Nobel Prizes awarded in a specific year' with optional category filtering, and specifies the return fields: 'laureate names, categories, and citations'. This specific verb+resource+scope distinguishes it from sibling tools like search_laureates.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies its use case: when you need prizes for a specific year, optionally filtered by category. However, it does not explicitly mention when not to use it or name alternatives like search_laureates, so it falls short of a perfect 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.8/5.0
Disambiguation3/5

Several tool groups have overlapping purposes (e.g., ask_pipeworx, ask_pipeworx_grounded, deep_research all query Pipeworx data; polymarket_arbitrage, polymarket_edges, polymarket_edge_tracker all analyze prediction markets). Descriptions help distinguish them, but the boundaries are not always clear.

Naming Consistency3/5

Tool names are mostly descriptive but mix conventions: some are verb_noun (list_subscriptions, get_prizes_by_year), others are noun_verb (pipeworx_feedback, polymarket_edges), and a few are single verbs (remember, recall). No strong pattern, but still readable.

Tool Count4/5

With 32 tools, the server covers a wide range of domains (data querying, prediction markets, company analysis, Nobel prizes, memory, subscriptions). The count is high but each tool serves a specific purpose, justifying the breadth.

Completeness4/5

The tool set provides comprehensive coverage for its stated domains: data retrieval, entity resolution, comparison, monitoring, and memory. Minor gaps exist (e.g., no direct bet placement on Polymarket), but core workflows are well-supported.