Skip to main content
Glama

setup_preferences

Configure your restaurant profile with dietary restrictions, cuisine preferences, price range, and location settings to receive personalized dining recommendations.

Instructions

Set up or update your restaurant preferences. Call this when the user first configures the assistant or wants to change their profile.

Args: name: User's first name. home_address: Home address for "near home" searches. work_address: Work address for "near work" searches. dietary_restrictions: E.g. ["vegetarian", "nut_allergy"]. favorite_cuisines: Cuisines you love, e.g. ["italian", "korean"]. cuisines_to_avoid: Cuisines you dislike, e.g. ["fast_food"]. price_levels: Acceptable price levels 1-4, e.g. [2, 3]. noise_preference: "quiet", "moderate", or "lively". seating_preference: "indoor", "outdoor", or "no_preference". max_walk_minutes: Maximum walking time from location (default 15). default_party_size: Usual party size (default 2). rating_threshold: Minimum Google rating to show (default 4.0).

Returns: Confirmation message with saved preferences summary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
home_addressNo
work_addressNo
dietary_restrictionsNo
favorite_cuisinesNo
cuisines_to_avoidNo
price_levelsNo
noise_preferenceNomoderate
seating_preferenceNono_preference
max_walk_minutesNo
default_party_sizeNo
rating_thresholdNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the return value ('Confirmation message with saved preferences summary') and documents all parameters, but omits critical behavioral details like whether calling this overwrites existing preferences, merges data, or requires specific authentication.

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?

Uses an appropriate docstring format with clear Args and Returns sections. Well-structured for a 12-parameter tool, though the Returns section could be more detailed. Every sentence serves a purpose.

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

Completeness3/5

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

Given the complexity (12 params) and lack of schema descriptions, the parameter documentation is thorough. However, it critically lacks differentiation from the 'update_preferences' sibling, which is essential context for a tool that claims to handle updates.

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 12 parameters with types, examples (e.g., '["vegetarian", "nut_allergy"]'), and semantic context that compensates completely for the bare JSON schema.

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

Purpose3/5

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

The description clearly states it handles 'restaurant preferences' with specific verbs ('Set up or update'), but it actively claims functionality ('update') that overlaps with the sibling tool 'update_preferences', creating ambiguity about tool selection.

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

Usage Guidelines2/5

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

It specifies when to call the tool ('when the user first configures the assistant or wants to change their profile'), but fails to mention the sibling 'update_preferences' or clarify when to prefer that tool over this one, despite the functional overlap implied by 'or update'.

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