Skip to main content
Glama
ScaDS

Mensa TUD MCP Server

by ScaDS

list_canteen_days

Retrieve all days a canteen has meal data. Specify canteen ID to get available dates for querying meals.

Instructions

List all days for which a canteen has meal data available.

Args: canteen_id: The ID of the canteen to query (e.g., 9 for Alte Mensa)

Returns dates for which you can query meals.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
canteen_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided, so description carries full burden. It minimally discloses that it returns dates for meal queries, but does not mention read-only nature, error handling, or rate limits.

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

Conciseness4/5

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

Description is short and front-loaded with the main function. It includes an Args section and a note on returns, keeping sentences purposeful with minimal waste.

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

Completeness3/5

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

Given low complexity and existence of output schema, the description adequately covers the main purpose. However, it lacks details on edge cases (e.g., empty results, invalid canteen_id) and does not explicitly state that the tool is read-only.

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

Parameters4/5

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

Schema coverage is 0%, but the description adds meaning: it explains what canteen_id is and provides an example ('e.g., 9 for Alte Mensa'), which goes beyond the schema's type and title.

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 it lists days for which a canteen has meal data, using a specific verb+resource. It distinguishes from siblings: get_meals queries meals for a specific day, list_canteens lists canteens.

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

Usage Guidelines3/5

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

The description implies usage (query days before meals) and gives an example canteen_id, but does not explicitly state when to use vs alternatives or when not to use.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ScaDS/mensa-tud-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server