Order_Food_MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_menu_toolA | Return the full food menu. Use this tool whenever the user asks what's available to order, what food items exist, what the prices are, or expresses general intent to order food without specifying particular items yet (e.g. "I want to order something", "I'm hungry", "what can I get"). Showing the menu is the natural first step before an order can be placed. Takes no arguments. Takes no arguments. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of confusion between tools. The tool's purpose is clearly defined.
The single tool name 'get_menu_tool' follows a consistent verb_noun pattern with snake_case, which is a reasonable convention.
A single tool for a food ordering service is borderline thin. While the menu retrieval is essential, the absence of any ordering tool makes the count feel insufficient.
The tool surface is severely incomplete for a food ordering server. It only provides the menu and lacks critical operations like placing, modifying, or canceling orders.