Skip to main content
Glama

reserve_car

Book a Zipcar vehicle for a specific time slot by providing car ID, start time, and end time. Returns reservation confirmation details after login.

Instructions

Book a Zipcar for a specific time slot. Requires the user to be logged in to Zipcar. Returns reservation confirmation details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
car_idYesThe Zipcar vehicle ID to reserve
start_timeYesReservation start time in ISO 8601 format
end_timeYesReservation end time in ISO 8601 format
planNoOptional membership plan to use (e.g. 'hourly', 'daily')
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 successfully notes the authentication requirement and return value ('Returns reservation confirmation details'), but omits other critical behavioral traits for a mutation tool: error handling (what if the time slot is unavailable?), idempotency, side effects (payment processing), or rate limits.

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?

Three sentences with zero waste: purpose ('Book a Zipcar...'), prerequisite ('Requires...'), and output ('Returns...'). Information is front-loaded with the action verb first, making it immediately scannable.

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 the moderate complexity (4 flat parameters) and lack of output schema or annotations, the description adequately compensates by stating the return value type and authentication needs. It could be improved by mentioning error conditions or sibling workflow (e.g., search before reserve), but covers the essentials for invocation.

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%, documenting all four parameters including ISO 8601 format for timestamps and optional values. The description references 'specific time slot' which loosely maps to the time parameters, but adds no semantic meaning beyond what the schema already provides, warranting the baseline score.

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 verb 'Book', the resource 'Zipcar', and the scope 'specific time slot'. It effectively distinguishes from siblings: unlike search_cars (which finds vehicles), get_car_details (which retrieves info), or extend_reservation (which modifies existing bookings), this tool creates new reservations.

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 prerequisite context ('Requires the user to be logged in to Zipcar'), establishing when the tool can be used. However, it lacks explicit guidance on alternatives (e.g., 'use search_cars first to obtain car_id') or exclusion conditions (e.g., conflicting reservations).

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-zipcar'

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