Skip to main content
Glama
huaka1
by huaka1

browser_list_steps

List recorded browser actions from the current session to review steps before exporting them.

Instructions

列出当前 session 缓冲区里已留痕的页面操作步骤。

每次调 browser_navigate/click/type/press/scroll/back 都会自动留痕。 用这个 tool 看看刚才干了哪些步骤,再决定导出哪些(配合 browser_export_steps 的 from_step 参数)。

Returns: 步骤列表,每行一个步骤:编号 + action + role+name + value

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Describes that steps are automatically recorded by other actions and specifies the return format (number, action, role+name, value). No annotations are provided, so the description sufficiently covers behavior.

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?

Three concise sentences, each adding value: purpose, usage context, and return format. No unnecessary information.

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?

The tool is simple with no parameters; the description fully explains its function and output format. An output schema exists but is not needed given the clarity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

No parameters exist, and the description clarifies the tool's purpose without needing parameter details. The schema coverage is 100% with zero parameters.

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 recorded page operation steps, explaining what actions trigger recording. It distinguishes from sibling tools like browser_export_steps.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly advises when to use the tool: to view steps before exporting, and mentions collaboration with browser_export_steps' from_step parameter.

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/huaka1/browser-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server