Skip to main content
Glama
ORCHORDS

orchords-web-pilot

Official
by ORCHORDS

browser_fill

Fill webpage input fields with a value using a CSS selector or snapshot reference. Leverages Playwright's fill() to replace form field contents.

Instructions

Replace an input value via Playwright's fill() — accepts a selector or a snapshot ref.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNo
valueYes
selectorNo
Install Server

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral transparency burden. It does disclose that the tool uses Playwright's fill() and accepts a selector or snapshot ref, but it omits side effects, actionability requirements, error behavior, or return value. This is thin for an unannotated mutation tool.

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 one sentence with no filler, and the core mechanism and locator options are front-loaded. Every phrase adds information.

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?

For an unannotated tool with no output schema and 0% schema coverage, this description is incomplete. It does not warn agents that calling with only 'value' is accepted by the schema but likely useless, nor does it describe what happens on success or failure.

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 0%, so the description must compensate. It usefully explains that selector and ref are alternative locator strategies, but it does not clarify whether one is required, whether they are mutually exclusive, or what constraints apply to the required 'value' parameter.

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 identifies a specific verb ('replace'), a clear resource ('an input value'), and the underlying mechanism (Playwright's fill()). It does not explicitly distinguish itself from siblings such as browser_type, but 'replace' and 'fill()' convey whole-value overwrite semantics clearly.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool versus alternatives like browser_type or browser_click. The only clue is the word 'replace', which implies usage but never states exclusions, prerequisites, or when to prefer a different browser tool.

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

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/ORCHORDS/OrchordsBrowserPilot'

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