Skip to main content
Glama

get_tag_bindings

get_tag_bindings
Read-onlyIdempotent

Retrieve tag bindings to people, vehicles, or goods. Optionally filter by tag code to get specific binding details, or omit to list all bindings.

Instructions

【📊 查询】查询标签与人员/车辆/货物的绑定关系。

参数:

  • tagCode: 标签编码(可选),不传则返回全部绑定关系

返回: 绑定关系列表,含tagCode、bindName、bindType、bindId

提示: 不传 tagCode 返回全部绑定。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagCodeNo如指定标签编码,只查该标签的绑定关系
Behavior4/5

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

Annotations (readOnlyHint, idempotentHint, destructiveHint) confirm safe query behavior. The description adds return fields (tagCode, bindName, bindType, bindId), providing useful structure beyond 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 uses emojis and line breaks, which adds noise. While clear, it could be more concise without losing information.

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 query tool with one optional parameter and no output schema, the description sufficiently covers behavior and return format. Annotations handle safety context.

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%, and the description reiterates the same information about tagCode being optional and returning all if omitted. No new semantic meaning is added 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 verb '查询' (query) and resource '标签与人员/车辆/货物的绑定关系' (tag bindings to personnel/vehicles/goods). It is distinct from sibling tools like bind/unbind tools, making the purpose unambiguous.

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 includes a hint that omitting tagCode returns all bindings, guiding parameter usage. However, it does not explicitly contrast with sibling tools for creating bindings, though the read-only nature is implied.

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