Skip to main content
Glama

list_goods

list_goods
Read-onlyIdempotent

Retrieve a filtered list of goods by name or binding status. Search items using keyword to match name or ID.

Instructions

【📊 查询】获取物品/货物列表,可按名称或绑定状态筛选。

参数:

  • keyword: 搜索关键词(可选),匹配名称或编号

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

  • pageSize: 每页数量,默认100

  • page: 页码,默认1

返回: 物品列表,含编号、名称、绑定标签

提示: 用 keyword 模糊搜索物品名。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo页码,默认1
isBoundNo按绑定状态筛选,true=已绑定, false=未绑定
keywordNo搜索关键词(匹配物品名称或编号)
pageSizeNo每页数量,默认100
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description repeats '查询' (query) but adds no behavioral details beyond the schema. No contradiction.

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 concise, well-structured with bullet points, and front-loaded with a clear purpose. Every sentence adds value.

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 no output schema, the description mentions return fields (编号、名称、绑定标签). Pagination and filtering are covered. Lacks output format details but sufficient for a list tool.

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 coverage is 100% with descriptions for all 4 parameters. The description restates them in user-friendly Chinese, adding marginal value. Baseline is 3.

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 lists goods/cargos with optional filtering by name or binding status. It uses a verb-noun structure and distinguishes from sibling tools like list_tags and list_personnel.

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 explicit parameter details, default values, and a hint for fuzzy search. While it doesn't explicitly contrast with sibling tools, the context of sibling names makes its use case clear.

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