Skip to main content
Glama

browser_get_resource_content

Retrieve cached resource content from web pages to analyze JavaScript, CSS, HTML, and other files for understanding API patterns, endpoints, and data models.

Instructions

[Disabled] Read the content of a specific resource (JS, CSS, HTML, etc.) loaded by a page. Returns content from the browser cache — does not re-fetch the resource. Use browser_list_resources first to find the resource URL you want to read. Useful for reading minified JavaScript to understand API patterns, endpoints, data models, and authentication. Text content is returned as a string; binary resources (images, fonts, wasm) are returned as base64.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tabIdYesTab ID that loaded the resource
urlYesThe full URL of the resource to read (from browser_list_resources output)
maxLengthNoMaximum content length to return (default: 500000). Text content exceeding this is truncated.

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/opentabs-dev/opentabs'

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