Skip to main content
Glama

get_tag_location

get_tag_location
Read-onlyIdempotent

Retrieve real-time location of a UWB tag using its tag code. Returns coordinates, map details, timestamp, battery level, and bound personnel.

Instructions

【📊 查询】按标签编码查询实时位置。

参数:

  • tagCode: 标签编码(必填),如 UWB001

返回: 实时位置信息,含坐标(x/y)、地图编码/名称、时间戳、电量、绑定人员、所在区域

提示: 标签不在线或无位置数据时会返回清晰错误。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagCodeYes标签编码,如 UWB001
Behavior4/5

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

Annotations indicate read-only and idempotent; description adds details on returned fields (coordinates, map, timestamp, battery, bound person, area) and error behavior when tag is offline or missing data.

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?

Concise, front-loaded purpose, uses emoji and clear sections for parameters, returns, and hints, no redundant sentences.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With one required parameter, good annotations, and no output schema, the description covers essential return fields and error cases, sufficient for an AI agent to correctly invoke the 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% and description adds an example value 'UWB001', but does not provide additional semantics 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?

Description clearly states 'query real-time location by tag code', differentiating from sibling tools like get_personnel_location (query person's location) and get_batch_tag_locations (batch query).

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?

Description implies use when needing a single tag's location, but does not explicitly state when to use vs alternatives or when not to use.

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