Skip to main content
Glama

导航到腾讯云控制台

navigate_tencent_console

Navigate to Tencent Cloud console targets (DNSPod, CVM, Lighthouse, or custom URL) and detect login or captcha barriers, returning screenshots and clear errors when manual intervention is needed.

Instructions

快捷导航到腾讯云控制台的指定页面:dnspod=DNSPod 域名解析列表,cvm=云服务器实例列表,lighthouse=轻量应用服务器实例列表,custom=自定义地址(必须提供 customUrl)。导航后会自动检测登录/验证码状态:若需要人工介入,会直接附带截图并给出提示。所有候选地址都不可用时会返回明确错误(腾讯云控制台改版时可据此改用 custom 目标)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYes目标控制台:dnspod / cvm / lighthouse / custom。
customUrlNo当 target=custom 时必填,必须是 http(s) 开头的完整 URL。
screenshotNo是否在导航完成后附带截图(默认 false;检测到登录/验证码时会强制附带)。
pageUrlContainsNo可选:用 URL 片段指定"在哪个已有标签页里打开"。不传时按"刚新打开的标签页 → 上次操作过的标签页 → 最后一个普通标签页"自动选择。例如要避免打断 Web 终端,可传一个无关标签页的 URL 片段。

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.4/5.0
Behavior5/5

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

The description discloses behaviors beyond the annotations: it auto-detects login/captcha status, attaches a screenshot when human intervention is needed, and returns a clear error if all candidate addresses are unavailable. The annotations only indicate openWorldHint=true and destructiveHint=false, so the description adds valuable context about side effects and error handling. No contradiction with annotations.

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 a single, well-structured paragraph that front-loads the main purpose, then lists targets, then explains behavioral details. Every sentence adds value—no fluff. It is concise yet comprehensive, covering all key aspects without unnecessary repetition.

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 navigation tool with 4 parameters and no output schema, the description covers the core functionality, target options, and error handling. It does not explicitly describe the success response format, but given the tool's nature (navigation), the response is likely a status or screenshot, which is partially implied. The auto-detection and error behavior are well explained, making it sufficiently complete for an agent to use correctly.

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%, so all parameters are already documented in the schema. The description adds some context (e.g., custom requires customUrl, screenshot is forced on login/captcha), but these details are also present in the schema's property descriptions. The description does not significantly enhance parameter understanding beyond what the schema provides, so a baseline score of 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 the tool's purpose: '快捷导航到腾讯云控制台的指定页面' (quickly navigate to specified pages of Tencent Cloud console). It enumerates the four targets (dnspod, cvm, lighthouse, custom) and explains the auto-detection behavior. This is a specific verb+resource definition that distinguishes it from sibling tools like add_dns_record or configure_security_group, which perform different actions.

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 implies when to use the tool: when you need to navigate to a Tencent Cloud console page. It provides a specific usage hint: '当腾讯云控制台改版时可据此改用 custom 目标' (when the console changes, use custom target). However, it does not explicitly contrast with alternatives like add_dns_record or interact_element, though the context of sibling tools makes the distinction clear. It could be more explicit about when not to use this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.