Skip to main content
Glama

list_cars

list_cars
Read-onlyIdempotent

Retrieve a list of vehicles filtered by type, keyword, or binding status. Use keyword to search by license plate or brand.

Instructions

【📊 查询】获取车辆列表,可按类型、关键词、绑定状态筛选。

参数:

  • carType: 车辆类型(可选),0-夹包车, 1-转运车, 2-正面吊

  • keyword: 搜索关键词(可选),匹配车牌/编号/品牌

  • isBound: 绑定状态(可选),true=已绑定, false=未绑定

  • pageSize: 每页数量,默认100

  • page: 页码,默认1

返回: 车辆列表,含类型、品牌、型号、车牌号、绑定标签

提示: 用 keyword 模糊搜索车牌或品牌。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo页码,默认1
carTypeNo车辆类型: 0-夹包车, 1-转运车, 2-正面吊
isBoundNo按绑定状态筛选,true=已绑定, false=未绑定
keywordNo搜索关键词(匹配车牌号/车辆编号/品牌)
pageSizeNo每页数量,默认100
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, covering safety and idempotency. The description adds context such as pagination defaults and return fields, but does not contradict annotations.

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

Conciseness3/5

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

The description includes a parameter list that largely repeats the schema, reducing conciseness. It is adequately front-loaded with purpose but could be more concise by omitting redundancy.

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?

For a simple read-only list tool with no output schema, the description covers essential aspects: purpose, filtering, pagination, and return fields. It is complete enough for an agent to understand behavior.

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

Parameters4/5

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

Schema description coverage is 100%, so baseline is 3. The description adds value by listing defaults (pageSize: 100, page: 1) and providing a hint about keyword fuzzy search, improving parameter understanding beyond the schema.

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 tool retrieves a list of cars with filtering by type, keyword, and binding status. It distinguishes from sibling list tools (list_tags, list_personnel) by focusing on car-specific attributes.

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 does not explicitly state when to use this tool versus alternatives like search_personnel. Usage is implied by the tool's function but lacks direct guidance or exclusion criteria.

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/sweet-dog-cyber/pls-mcp'

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