Skip to main content
Glama
ScaDS

Mensa TUD MCP Server

by ScaDS

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_canteensA

List all available canteens from the Studentenwerk Dresden.

Returns canteen IDs, names, addresses, and coordinates for all available canteens.

list_canteen_daysA

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.

get_mealsA

Get all meals available at a specific canteen on a specific date.

Notes:

  • To figure out the ID of a specific canteen, first use the list_canteens tool.

  • Also make sure to check which days have meal data available using the list_canteen_days tool.

Args: canteen_id: The ID of the canteen to query (e.g., 9 for Alte Mensa) date: The date in YYYY-MM-DD format (e.g., 2026-01-13). If not provided, uses today's date.

Returns meal names, categories, prices, and dietary information.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: listing canteens, listing available days for a canteen, and getting meals for a specific canteen and date. No overlap or ambiguity.

Naming Consistency4/5

Two tools use the 'list_' prefix while one uses 'get_', creating a minor inconsistency. However, the verb-noun pattern is consistent and all names are descriptive.

Tool Count5/5

With 3 tools, the set is well-scoped for a canteen query system, covering all necessary operations without unnecessary bloat.

Completeness5/5

The tools cover the full workflow: discover canteens, check available days, and retrieve meals with dietary info. No obvious gaps for the intended use case.

Maintenance

ActivityInactive
ResponsivenessNo issues