Skip to main content
Glama

charlotte_type

Type text into input elements with configurable behavior: clear existing value, press Enter, or simulate keystrokes with delays for autocomplete. Returns updated page state.

Instructions

Type text into an input element. Returns full page representation after typing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
element_idYesTarget input element ID
textYesText to enter
clear_firstNoClear existing value before typing (default: true)
press_enterNoPress Enter after typing (default: false)
slowlyNoType one character at a time with a delay between keystrokes. Use for sites with autocomplete, search-as-you-type, or per-key validation (default: false)
character_delayNoMilliseconds between keystrokes (implies slowly: true). Default when slowly is true: 50ms
Behavior3/5

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

No annotations provided. The description mentions the return value but does not disclose crucial behaviors such as whether the tool scrolls to the element, handles waiting for visibility, or what happens on error. The schema's parameter descriptions add some context, but the description itself is minimal.

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 sentences, front-loading the core action and output. No unnecessary words 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?

Given the complexity of 6 parameters and no output schema, the description covers the main purpose and return type. However, it could mention prerequisites (e.g., element visibility) or dynamic behavior (e.g., autocomplete handling) to be fully complete.

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?

The schema covers 100% of parameters, each with a description. The tool description does not add extra meaning beyond what the schema already provides, so it meets the baseline.

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 action ('Type text into an input element') and the result ('Returns full page representation'), distinguishing it from sibling tools like charlotte_click or charlotte_select.

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?

No explicit guidance on when to use this tool versus alternatives. While the purpose is clear, the description lacks context for when to choose typing over clicking or selecting.

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/TickTockBent/charlotte'

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