Skip to main content
Glama
PasanIS

Restaurant Backend MCP Server

by PasanIS

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BACKEND_URLNoOverride the backend URL. Default is http://localhost:8000

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": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{
  "tasks": {
    "list": {},
    "cancel": {},
    "requests": {
      "tools": {
        "call": {}
      },
      "prompts": {
        "get": {}
      },
      "resources": {
        "read": {}
      }
    }
  }
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_menu_itemsD
get_menu_item_detailsD
create_menu_itemD
update_menu_itemD
create_orderD
get_order_detailsD
get_customer_ordersD
get_orders_by_statusD
update_order_statusD
get_order_journeyD
get_filtered_ordersD
register_customerD
get_customer_profileD
update_customer_profileD
customer_loginD
apply_promo_codeD
get_promo_detailsD
get_order_reviewsD
create_reviewD
get_dashboard_statsD
get_popular_itemsD
get_revenue_statsD
staff_loginD
check_backend_healthD

Prompts

Interactive templates invoked by user choice

NameDescription
create_order_prompt
track_order_prompt
order_assistance_prompt

Resources

Contextual data attached and managed by the client

NameDescription
menu_resource

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/PasanIS/mcp-server'

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