Skip to main content
Glama

rate_visit

Submit restaurant feedback including ratings, noise levels, and dish reviews to refine your personalized dining recommendations.

Instructions

Rate a restaurant you recently visited. Used to improve future recommendations.

Args: restaurant_name: Name of the restaurant. would_return: True if you'd go back, False if not. overall_rating: 1-5 stars (optional). noise_level: "quiet", "moderate", or "loud" — helps calibrate future recs. dishes: List of dishes with ratings, e.g. [{"name": "cacio e pepe", "rating": 5, "order_again": true}]. notes: Any additional notes, e.g. "Great for date night".

Returns: Confirmation that the review was saved.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
restaurant_nameYes
would_returnYes
overall_ratingNo
noise_levelNo
dishesNo
notesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With zero annotations, the description carries full burden. It adequately discloses persistence ('review was saved') and side effects ('improve future recommendations'), but omits error handling, idempotency, or validation rules (e.g., verifying the restaurant exists).

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 docstring format with clear Args/Returns sections. Minor redundancy ('future recs' appears twice). Front-loaded purpose sentence is effective. Returns section is present despite output schema existing, which is acceptable but not strictly necessary.

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 6 parameters with empty schema, the description achieves completeness by fully documenting each parameter's semantics and providing return value description. Lacks only advanced behavioral edge cases (duplicate ratings, restaurant existence validation).

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?

Excellent compensation for 0% schema description coverage. Documents all 6 parameters with constraints (1-5 stars, enum values for noise_level), optionality markers, and rich examples including JSON structure for dishes.

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?

Clear specific verb ('Rate') + resource ('restaurant') + scope ('recently visited'). Distinguishes from sibling 'log_visit' by implying evaluation vs mere recording, and from 'get_recommendations' by being a write operation.

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?

Provides implied context ('recently visited', 'improve future recommendations') suggesting when to use, but lacks explicit guidance distinguishing it from 'log_visit' or prerequisites like whether the visit must be logged first.

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