Skip to main content
Glama

get_recommendations

Find personalized restaurant recommendations based on your dining history. Filter by occasion, party size, and location to discover options suited to current weather while excluding recently visited spots.

Instructions

Get personalized restaurant recommendations based on your history, preferences, and current context (weather, recent visits).

Args: occasion: The type of dining occasion. Options: "date_night" - romantic, quieter spots "casual" - relaxed, neighborhood places "group_dinner" - accommodates larger parties "special" - high-end, celebration-worthy "quick" - fast, nearby options Leave empty for general recommendations. party_size: Number of diners. location: "home", "work", or an address. group: Name of a saved group — their restrictions will be applied. exclude_recent_days: Don't recommend places visited in the last N days.

Returns: Curated list of 3-5 restaurants with reasons for each recommendation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
occasionNo
party_sizeNo
locationNohome
groupNo
exclude_recent_daysNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full disclosure burden. It effectively documents behavioral inputs (considers weather, recent visit history, group restrictions) and output characteristics (curated list of 3-5 items with reasoning). Missing only side-effect or rate-limit disclosures.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with clear summary, Args, and Returns sections. While verbose compared to highly condensed descriptions, the detail is necessary given zero schema coverage. Information is front-loaded and every section earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 5 optional parameters and output complexity, the description covers all inputs and describes return values (since no formal output schema exists). Could benefit from mentioning relationship to 'manage_group' for the group parameter, but otherwise complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Despite 0% schema description coverage, the Args section comprehensively documents all 5 parameters, including semantic enums for 'occasion' (date_night, casual, etc.) and valid values for 'location' (home/work/address). The description fully compensates for the bare schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific action ('Get personalized restaurant recommendations') and clearly identifies the resource type. It distinguishes from sibling 'search_restaurants' by emphasizing personalization factors (history, preferences, weather) versus generic search.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

While the description implies usage context through personalization emphasis (history, recent visits), it lacks explicit guidance on when to choose this tool over 'search_restaurants' or 'search_for_group'. The occasion parameter examples provide implicit usage guidance but no explicit 'when to use/when not to use' statements.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/devingoodsell/matire-d-mcp'

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