Skip to main content
Glama

search_cars

Find available Zipcar vehicles near a specified location for your desired time period, with rates and pickup details.

Instructions

Search for available Zipcars near a location for a given time period. Returns a list of available vehicles with rates and locations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
locationYesAddress, city, or zip code to search near (e.g. '10001', 'Brooklyn, NY', '123 Main St, Boston')
start_timeYesReservation start time in ISO 8601 format (e.g. '2025-08-15T10:00:00')
end_timeYesReservation end time in ISO 8601 format (e.g. '2025-08-15T14:00:00')
radius_milesNoSearch radius in miles (default: 1)
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. It discloses the return structure ('list of available vehicles with rates and locations') and filtering behavior (availability check). However, it omits operational details like rate limits, error handling when no cars are found, or whether the operation is idempotent/safe.

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?

Two efficiently constructed sentences. The first front-loads the action and scope; the second explains the return value (critical given no output schema exists). No redundant words or tautology.

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 simple 4-parameter input with complete schema coverage and no output schema, the description adequately compensates by describing the return values. It could be improved by explicitly stating this is a read-only operation (since annotations are absent), but it is sufficiently complete for tool selection.

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?

Input schema has 100% description coverage with clear examples (ISO 8601 formats, address formats). The description reinforces semantics by grouping start_time/end_time as a 'time period' and location as a proximity search anchor, but does not add significant meaning beyond what the schema already provides.

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 uses the specific verb 'Search' with the resource 'available Zipcars' and clarifies the scope ('near a location for a given time period'). It effectively distinguishes this from siblings like 'reserve_car' (booking) and 'get_car_details' (specific vehicle info) by emphasizing availability and location-based listing.

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?

The description implies this is a pre-reservation step by mentioning 'available' vehicles and returning a list, suggesting it precedes 'reserve_car'. However, it lacks explicit guidance on when to use this versus 'get_car_details' or explicit sequencing instructions (e.g., 'use this before reserving').

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