Skip to main content
Glama

browser_type

Enter text into web page elements during automated browser sessions to simulate user input and interaction.

Instructions

Type text

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
elementYes
refYes
textYes
submitNo

Implementation Reference

  • Registration and handler for the 'browser_type' tool, which validates input using Zod and proxies the call via 'proxyToolCall'.
    server.tool('browser_type', 'Type text', {
      element: z.string(),
      ref: z.string(),
      text: z.string(),
      submit: z.boolean().optional()
    }, async (args) => {
      const check = requireActivePage();
      if (check) return check;
      return proxyToolCall('browser_type', args);
    });

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/OMGEverdo/browser-pool-mcp'

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