Skip to main content
Glama
yubao2000

mcp-browser-agent

by yubao2000

browser_submit

Submit a form on the current page by specifying its CSS selector; defaults to the first form.

Instructions

提交表单。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
selectorNo表单的 CSS 选择器,默认 'form'form

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.5.0

TDQS

C2.4/5.0
Behavior1/5

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

The description reveals nothing about the tool's behavior beyond the name. It does not mention side effects, prerequisites, error conditions, or what happens upon success or failure, leaving the agent without critical expectations.

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 is extremely short and to the point, but it provides no structured information or additional context. It is not verbose, but it also does not add value beyond the tool name, making it minimally adequate.

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

Completeness2/5

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

With no annotations, no output schema, and a one-phrase description, the tool lacks essential contextual information. An agent would not know when to prefer this over sibling tools, what inputs to provide beyond the default, or what to expect in return, making it incomplete for reliable use.

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?

The schema fully describes the only parameter 'selector' with its default value and meaning. The description adds no additional semantic detail, so the baseline score of 3 is appropriate given the high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description '提交表单。' clearly states the action of submitting a form, which is a specific verb and resource. However, it does not distinguish this from other browser actions beyond the name itself, missing the differentiation that would warrant a 5.

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

Usage Guidelines1/5

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

No guidance is provided on when to use this tool versus other browser actions like click, fill, or evaluate. The description offers no context or examples to help an agent decide when submission is appropriate.

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

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

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