Skip to main content
Glama

page_type

Types text into a focused element or CSS-selected field in a browser tab, with options to clear and submit a key for automated form entry.

Instructions

Insert text into the focused element or a CSS/structured-locator field in a specific tab using background CDP input; xterm containers automatically retarget their helper textarea. Optionally clear and submit a key. Missing, ambiguous, or unusable targets dispatch nothing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
clearNo
timeoutNo
selectorNo
session_idNo
submit_keyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral burden. It discloses the CDP-based input path, automatic xterm textarea retargeting, optional clear/submit behavior, and a no-op guarantee for missing, ambiguous, or unusable targets. This is substantial and goes well beyond the input schema, though it does not cover timeout behavior or possible error responses.

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 tightly written sentences with no filler. The core action and target are front-loaded, followed by a special-case note, optional behaviors, and the no-op outcome. Every clause earns its place.

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?

The tool has six parameters and an output schema, and the description covers target selection, tab scoping, optional clear/submit, xterm handling, and failure behavior. It is slightly incomplete only in explaining timeout semantics and how selector objects are interpreted, but it is otherwise sufficient for correct invocation.

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 description coverage is 0%, so the description must compensate. It adds meaning by mapping 'focused element' and 'CSS/structured-locator field' to the selector parameter, 'specific tab' to session_id, and 'clear and submit a key' to clear and submit_key. Only timeout is left under-described, but the core parameters are contextualized.

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 specifies a concrete action ('Insert text'), a precise target ('focused element or a CSS/structured-locator field in a specific tab'), and a distinguishing mechanism ('background CDP input'). This separates it from siblings like type_text or page_press without needing to name them.

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?

The description implies contexts such as xterm containers and structured-locator targets, but it never explicitly states when to use this tool over type_text or page_press. It provides useful situational details but leaves the comparison and exclusion rules to inference.

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/LinVireo/browsertap-mcp'

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