Skip to main content
Glama

browser_read

Extract content from web pages including text, HTML, titles, URLs, or specific elements using CSS selectors for desktop automation workflows.

Instructions

Read content from the current page

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYesWhat to read: text (visible text), html (innerHTML), title, url, or element (specific element text)
selectorNoCSS selector (required for mode 'element', optional for 'text'/'html' to scope)
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. 'Read content from the current page' implies a read-only operation, but it doesn't specify what happens if no page is open, whether it returns structured data or raw text, or any performance considerations. For a tool with no annotation coverage, this leaves significant behavioral gaps unaddressed.

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 a single, efficient sentence that gets straight to the point with zero wasted words. It's appropriately sized for a simple tool and front-loads the core functionality without unnecessary elaboration.

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

Completeness2/5

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

Given the tool has no annotations and no output schema, the description is insufficiently complete. It doesn't explain what format the read content returns (text string, HTML structure, etc.), doesn't mention error conditions, and provides no context about the browsing environment required. For a tool with 2 parameters and rich sibling tools, more completeness is needed.

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 description coverage is 100%, providing complete documentation for both parameters. The description adds no parameter-specific information beyond what's in the schema. According to scoring rules, when schema coverage is high (>80%), the baseline is 3 even with no param info in the description, which applies here.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('Read') and resource ('content from the current page'), making the purpose immediately understandable. It distinguishes from siblings like browser_navigate or browser_click by focusing on reading rather than navigation or interaction. However, it doesn't explicitly differentiate from desktop_clipboard_read or other reading tools, keeping it at 4 rather than 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention when to prefer browser_read over browser_screenshot for content extraction, or when to use it versus desktop_clipboard_read. There's no context about prerequisites (e.g., requires an open browser page) or exclusions, leaving the agent with minimal usage direction.

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/K1ta141k/mcp-desktop-tools'

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