Skip to main content
Glama
t3ratech

T3rnel Browser — Session Bridge

Official
by t3ratech

session_navigate

Idempotent

Navigate a tab to a URL inside the user's authenticated session, so pages behind a login load as the signed-in user. Reuses the active tab unless a new tab is requested.

Instructions

Navigate a tab to a URL inside the user's authenticated session, so pages behind a login load as themselves rather than as a signed-out visitor. Reuses the active tab unless newTab is true. Returns {navigated} with the requested URL, and newTab when a tab was created. It returns once navigation is dispatched, not once the page has settled — follow it with session_wait before reading.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesAbsolute URL to navigate to, including the scheme
tabIdNoTab id from session_list_tabs; uses the active tab when omitted
newTabNoOpen in a new tab instead of reusing the active tab (default false)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed6 schema fields changedv1.2.0
    • addedInput schema / properties / newTab / default
      Added value: +false
    • changedInput schema / properties / newTab / description
      Previous value: -"Open in a new tab instead of reusing the active tab"New value: +"Open in a new tab instead of reusing the active tab (default false)"
    • changedInput schema / properties / tabId / description
      Previous value: -"Tab id from session_list_tabs"New value: +"Tab id from session_list_tabs; uses the active tab when omitted"
    • changedInput schema / properties / url / description
      Previous value: -"Absolute URL to navigate to"New value: +"Absolute URL to navigate to, including the scheme"
    • addedInput schema / properties / url / examples
      Added value: +[
      +  "https://github.com/notifications"
      +]
    • addedInput schema / properties / url / format
      Added value: +"uri"
  2. First observedv1.1.1

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the annotations, the description discloses important behavioral traits: navigation returns before the page settles, it reuses the active tab unless newTab is true, and it returns a {navigated} payload plus a newTab field when applicable. This is valuable context that the annotations alone do not provide, and it does not contradict the readOnlyHint, openWorldHint, idempotentHint, or destructiveHint values.

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?

Three focused sentences carry a full picture: purpose, tab behavior, return value, and asynchronous timing. The most important operational detail (return before page settles) is front-loaded near the end but clearly stated, and there is no redundant or filler content.

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

Completeness5/5

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

Despite having no output schema, the description explains what is returned and the important timing caveat. For a simple 3-parameter tool with fully described schema properties and safety-relevant annotations, the description gives the agent everything needed to invoke it correctly and know what to expect next.

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 input schema has 100% parameter description coverage, so the baseline is 3. The description adds some context about active-tab reuse and returned fields, but it mostly reinforces what the schema already states rather than introducing new parameter semantics. It is adequate but not a major value-add over the schema.

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 opens with a specific verb and resource: 'Navigate a tab to a URL inside the user's authenticated session.' It clearly distinguishes this from sibling tools like session_read_page or session_screenshot by focusing on navigation and the authenticated-session context. The distinction between logged-in and signed-out behavior further clarifies the tool's unique purpose.

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

Usage Guidelines4/5

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

The description gives clear context on when to use the tool (navigating within an authenticated session) and provides sequencing guidance ('follow it with session_wait before reading'). It does not explicitly name alternatives or state when not to use it, but the guidance is sufficient for an agent to select this tool correctly in most cases.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/t3ratech/mcp-session-bridge'

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