Skip to main content
Glama
skax-joonho-park

Cafeteria MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CAFETERIA_SEQYesCafeteria sequence.
CAFETERIA_CAMPUSYesCampus code.
CAFETERIA_ORIGINNoOptional origin header; defaults to derived from CAFETERIA_API_URL.
CAFETERIA_API_URLYesForm-post API URL for cafeteria menu lookup.

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_cafeteria_menuA

환경변수로 설정된 식당 API에서 메뉴를 조회합니다.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 1 tool

Disambiguation5/5

The server has only one tool, so there is no ambiguity or risk of confusing it with others. Its purpose is clearly described as retrieving the cafeteria menu.

Naming Consistency5/5

The single tool name follows a clear verb_noun pattern (get_cafeteria_menu), which is standard and unambiguous. With only one tool, there is no inconsistency.

Tool Count3/5

The server has only one tool, which feels thin and borderline for a general-purpose server. However, it may be acceptable for a narrowly-scoped cafeteria menu fetcher, though it limits broader utility.

Completeness4/5

The tool covers the core use case of retrieving the cafeteria menu. However, it lacks any parameters for specifying a date or restaurant, and there is no backup or additional features, making it somewhat limited but not severely incomplete.

Maintenance

ActivityInactive
ResponsivenessNo issues