Skip to main content
Glama
LowOrbitLab

chromiumfish_mcp

by LowOrbitLab

type_text

Focus a webpage element and type text into it. Optionally clear existing content and press Enter to submit. Supports targeting elements inside iframes with a frame identifier.

Instructions

Focus an element and enter text, optionally clearing its current value and pressing Enter afterward. Use frameId with selectors inside a frame.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
clearNo
submitNo
targetYes
frameIdNo
returnSnapshotNoAlso return a fresh snapshot of the resulting page; renumbers element refs.
Behavior4/5

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

The description discloses focusing, entering text, optional clearing and pressing Enter. Annotations indicate non-destructive (destructiveHint: false), and the description adds behavioral details beyond that, though it does not cover all edge cases.

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 two concise sentences, front-loaded with the core purpose, and provides specific guidance in the second sentence without any wasted words.

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?

With 6 parameters and no output schema, the description covers main functionality but leaves gaps (e.g., target format, text encoding, behavior when element not found). It is adequate but lacks completeness.

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 coverage is low (17%), but the description adds context for frameId and implicitly for text, clear, and submit. However, it does not explain the target format or returnSnapshot behavior beyond the schema.

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 focuses an element and enters text, with optional clearing and pressing Enter. This specific verb+resource combination distinguishes it from sibling tools like click, hover, and press_key.

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 provides usage guidance for frameId with selectors inside a frame, but does not explicitly contrast with alternatives or state when not to use.

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/LowOrbitLab/chromiumfish_mcp'

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