{"name":"lithtrix_browse","title":"Lithtrix Browse","description":"Pay to be fully autonomous: server-side public web access for AI agents. Fetches public http(s) pages in **static** mode (HTTP GET) or **dynamic** mode (rendered HTML). Complementary to computer-use tools; no human session required. Robots.txt is enforced without exception. Requires ``LITHTRIX_API_KEY`` / Bearer. Returns ``browse_id``, ``final_url``, ``mode``, ``http_status``, ``content_type``, ``title``, ``text``, ``response_time_ms``, and ``_lithtrix`` (including ``browse_url``). Trial / free tier: Browse is **not** included — **402** ``BROWSE_TIER_DISALLOWED`` (upgrade to Starter or Pro). Starter/Pro: monthly browse quotas — **429** ``BROWSE_LIMIT`` when the monthly cap is exhausted. ``BROWSE_ROBOTS_DISALLOW`` when disallowed by robots.txt.","inputSchema":{"type":"object","properties":{"url":{"type":"string","minLength":1,"maxLength":8192,"description":"Public http(s) URL to fetch"},"mode":{"type":"string","enum":["static","dynamic"],"default":"static","description":"Fetch mode: \"static\" (HTTP GET) or \"dynamic\" (rendered HTML)"}},"required":["url"]}}