Skip to main content
Glama
RobithYusuf

MCP Camoufox

by RobithYusuf

paste_text

Fill form fields with a real paste event by placing text on the clipboard and sending Ctrl/Cmd+V, enabling trusted interactions in frameworks that rely solely on paste events.

Instructions

Fill a field with a REAL paste. Puts the text on the clipboard and presses Ctrl/Cmd+V so the page receives a trusted paste event with actual clipboardData — the only thing that works for frameworks that listen to paste alone (Svelte 5 / SolidJS runes, some Qwik forms). Falls back to a synthetic event and then the native value setter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNo
textYes
selectorNo
Install Server

TDQS

A4.2/5.0
Behavior5/5

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

With no annotations to lean on, the description carries the full burden and does an excellent job: it discloses clipboard side effects, the real paste mechanism, and the fallback path to synthetic event then native value setter. This gives the agent an accurate mental model of what happens when the tool runs.

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 front-loaded with the core purpose, then justifies the mechanism, and ends with the fallback behavior. Every sentence adds meaningful information, and the length is justified by the technical nuance being explained.

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

Completeness3/5

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

The description thoroughly covers the behavior and the exact scenario where this tool is necessary, but it omits how to target the field via ref or selector and gives no indication of return values or failure behavior. It is viable but incomplete for correct usage in all cases.

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

Parameters2/5

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

The schema provides no descriptions, so the description must compensate, but it only explains what 'text' is for. 'ref' and 'selector' are left unexplained, even though they appear to be how the target field is identified, which is critical for correct invocation.

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 names a specific action ('Fill a field with a REAL paste') and distinguishes it from ordinary typing or setting values by emphasizing the trusted paste event and clipboardData. It clearly communicates the unique behavior that differentiates this tool from fill/type_text/smart_fill siblings.

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 gives a clear when-to-use condition: frameworks that listen to paste alone, with concrete examples like Svelte 5 / SolidJS runes and some Qwik forms. It does not explicitly name alternative tools or give when-not-to-use guidance, so it stops short of a full 5.

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