Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YAZIO_PASSWORDYesYour Yazio account password.
YAZIO_USERNAMEYesYour Yazio account email address used for authentication.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_user

Get Yazio user profile information

get_user_consumed_items

Get food entries for a specific date

get_user_dietary_preferences

Get user dietary preferences and restrictions

get_user_exercises

Get user exercise data for a date or date range

get_user_goals

Get user nutrition and fitness goals

get_user_settings

Get user settings and preferences

get_user_suggested_products

Get product suggestions for the user

get_user_water_intake

Get water intake data for a specific date

get_user_weight

Get user weight data

get_user_daily_summary

Get daily nutrition summary for a specific date

search_products

Search for food products in Yazio database. You can optionally specify user's sex, country and locale of the products to search for.

get_product

Get detailed information about a specific product by ID

add_user_consumed_item

Add a food item to user consumption log

remove_user_consumed_item

Remove a food item from user consumption log

add_user_water_intake

Log a water intake entry. Requires date (YYYY-MM-DD HH:mm:ss format) and cumulative water_intake in milliliters (ml). Always get the latest water intake first and add the new amount to calculate the cumulative value.

Prompts

Interactive templates invoked by user choice

NameDescription
add_food_itemGuide for adding a food item to the user's consumption log
remove_food_itemGuide for removing a food item from the user's consumption log
add_water_intakeGuide for adding water intake entries to the user's log

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/fliptheweb/yazio-mcp'

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