Gamito
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GAMITO_DB | No | SQLite store path | ./gamito.db |
| GAMITO_DATA_DIR | No | Dataset and index root | ./data |
| GAMITO_INDEX_DIR | No | Prebuilt retrieval index | ./data/index |
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| swap_mealC | Swap a plan slot to the best local recipe for an English query. |
| rescale_mealC | Rescale a persisted meal slot to a new serving count. |
| rate_mealC | Store a per-meal rating and apply deterministic tag deltas. |
| generate_meal_planC | Generate and persist a deterministic meal plan. |
| get_meal_planB | Return a stored meal plan, accepting plan_id='latest' with profile_id. |
| search_recipesC | Search the local recipe index with optional profile hard filters. |
| label_planC | Attach a short label and/or favorite flag to a persisted plan. |
| list_plansC | List persisted plans for a profile with average meal ratings. |
| regenerate_planC | Generate a new plan from a previous plan using ratings or overrides. |
| get_shopping_listC | Return a rebuilt shopping list for a persisted plan. |
| get_pantryC | Return canonical pantry staples for a profile. |
| update_pantryC | Canonicalise and update slow-use pantry staples. |
| list_profilesA | List household profiles in stable display order. |
| get_profileC | Return a full persisted profile summary. |
| save_profileC | Create or update a profile from flat MCP parameters. |
| update_preferencesC | Apply conversational preference deltas to profile tags. |
| add_recipeC | Save a structured household recipe and make it searchable. |
| update_recipeC | Patch a custom recipe and refresh its embedding when needed. |
| delete_recipeA | Delete a custom recipe, optionally orphaning historical plan references. |
| list_custom_recipesC | List saved household recipes for disambiguation and browsing. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/nerkyzas157/gamito'
If you have feedback or need assistance with the MCP directory API, please join our Discord server