Skip to main content
Glama

leave_review

Submit feedback for a completed pet sitting service by providing a rating and written review through the Rover platform.

Instructions

Leave a review for a sitter after a completed service. Requires being logged in.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bookingIdYesThe booking ID for the completed service
ratingYesRating from 1 to 5 stars
reviewTextYesWritten review describing your experience
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It adds context about prerequisites ('Requires being logged in') and the action's purpose, but does not detail other traits like rate limits, error handling, or what happens after submission. It adequately covers the basic operation but lacks depth.

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

Conciseness5/5

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

The description is front-loaded and concise with two sentences that efficiently convey the tool's purpose and prerequisites. Every sentence earns its place without redundancy, making it easy to understand quickly.

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 (a mutation tool with no annotations and no output schema), the description is minimally complete. It covers the action and prerequisites but lacks details on return values, error cases, or side effects. It meets basic needs but leaves gaps for an AI agent to infer behavior.

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

Parameters3/5

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

Schema description coverage is 100%, so the input schema already documents all parameters thoroughly. The description does not add any extra meaning beyond what the schema provides, such as explaining parameter interactions or usage nuances. Baseline score of 3 is appropriate as the schema handles the heavy lifting.

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 clearly states the specific action ('Leave a review') and target resource ('for a sitter after a completed service'), distinguishing it from siblings like get_bookings or message_sitter. It precisely communicates the tool's function without ambiguity.

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

Usage Guidelines4/5

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

The description provides clear context by specifying 'after a completed service' and 'Requires being logged in,' which helps determine when to use it. However, it does not explicitly mention when not to use it or name alternatives, such as whether there are other review-related tools.

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/markswendsen-code/mcp-rover'

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