Skip to main content
Glama

list_anchors

list_anchors
Read-onlyIdempotent

Retrieve a list of anchors filtered by status (online/offline) or map ID. Returns anchor details including code, coordinates, status, and installation location.

Instructions

【📊 查询】获取基站列表,可按状态或地图筛选。

参数:

  • status: 基站状态(可选),如"在线"、"离线"

  • mapId: 地图ID(可选)

返回: 基站列表,含编码、坐标、状态、安装位置

提示: 最多返回 2000 条。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mapIdNo地图ID,不传则返回全部地图
statusNo基站状态,如 "在线", "离线"
Behavior3/5

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

Annotations already declare readOnlyHint true, idempotentHint true, and destructiveHint false, covering safety. The description adds the 2000-item limit, which is useful, but does not mention other behaviors like pagination, ordering, or rate limits. The added value beyond annotations is moderate.

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

Conciseness4/5

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

The description is well-structured with a header, parameter list, return info, and a hint. It is concise and front-loaded, though the emoji header adds little value. Overall efficient and easy to parse.

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 sufficiently explains the return fields and a limitation (2000 max). It covers the main aspects, though it lacks details on error handling or prerequisites. Contextually complete given the tool's simplicity.

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 descriptions cover 100% of parameters, so the description repeats similar information with examples. It adds minimal value beyond the schema, such as illustrating possible values for status. Baseline 3 is appropriate.

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 '获取基站列表' (get anchor list) and the filtering options, identifying the resource (anchors) and action (list). It is distinct from sibling tools like list_maps or list_areas, which serve different resources.

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 listing anchors with optional filters and hints at a 2000-item limit, but lacks explicit guidance on when to use this tool versus alternatives (e.g., creation, update, delete tools exist but not mentioned). Usage context is implied rather than explicitly stated.

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