We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/frotaadriano/NutriAI'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "AnalyzeFoodInput",
"type": "object",
"properties": {
"food_description": {
"type": "string",
"description": "Descrição do alimento e quantidade, ex.: '2 colheres de tapioca com queijo'."
},
"portion_grams": {
"type": "number",
"description": "Peso aproximado em gramas, se conhecido."
}
},
"required": ["food_description"]
}