Skip to main content
Glama
RobithYusuf

MCP Camoufox

by RobithYusuf

fill

Fills input/textarea elements by ref ID, replacing existing content and explicitly clearing email/number inputs to avoid appending.

Instructions

Fill input/textarea by ref ID. Always replaces existing content (email/number inputs are cleared explicitly first — Firefox's select-all is a no-op on those, which would otherwise append).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refYesElement ref
valueYesText to fill
Install Server

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the transparency burden and does well by disclosing the replace-always behavior and the Firefox-specific select-all workaround. It is a non-obvious behavioral detail that agents need to avoid surprising append 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?

Two tight sentences front-load the main purpose and then add a valuable edge-case detail. Every clause earns its place; there is no filler or 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 simple two-parameter mutation with no annotations or output schema, the description covers the critical behavior (replacement and the Firefox nuance). It leaves minor unknowns such as return value or event dispatch, but these are not essential for a straightforward fill operation.

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

Parameters4/5

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

Schema coverage is 100%, so a baseline of 3 applies. The description adds useful semantic context: ref is a ref ID targeting input/textarea elements, and value is used as replacement text, which goes beyond the schema's bare 'Element ref' and 'Text to fill'.

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 states a specific verb ('Fill') with a resource ('input/textarea') and a targeting method ('by ref ID'), making the core action clear. It does not explicitly differentiate from related siblings like type_text or smart_fill, so it falls short of 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 Guidelines3/5

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

It conveys an important usage trait: the tool always replaces existing content rather than appending. However, it provides no explicit guidance on when to choose this tool over siblings such as type_text, smart_fill, or fill_form.

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/RobithYusuf/mcp-camoufox'

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