Skip to main content
Glama
rreusser

Observable Notebook Kit Debug MCP Server

by rreusser

Navigate

Point connected notebooks to another URL, or open a URL in the default browser when none are connected. Use it to switch between notebooks or launch one for the first time.

Instructions

Navigate a notebook to a different URL, or open a URL in the default browser if no notebooks are connected. If a notebook is connected, navigates that browser window to the new URL. If no notebooks are connected, opens the URL in the OS default browser. Useful for switching between notebooks (e.g., from localhost:5173/notebooks/notebook-a to localhost:5173/notebooks/notebook-b) or opening a notebook for the first time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL to navigate to (can be relative like "/notebooks/notebook-b" or absolute like "http://localhost:5173/notebooks/notebook-b")
notebookNoTarget notebook (URL, path like "index" or "voronoi", or index like "0"). Optional if you've used FocusNotebook or only one notebook is connected.
timeout_msNoMaximum time to wait in milliseconds
wait_for_completionNoWait for session_end signal (recommended when navigating existing notebook)

Schema Changelog

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

  1. First observedv1.0.2

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It clearly explains the conditional behavior: navigating the connected notebook browser window versus opening the OS default browser when no notebook is connected. It does not mention every side effect, but the core dual-mode behavior is well disclosed.

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 three sentences with no filler. It front-loads the main behavior, then adds the conditional detail, and finishes with a concrete example. Every sentence earns its place.

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?

For a navigation tool with a fully documented schema, the description covers the core behavior, conditional fallback, and typical use cases well. There is no output schema, but navigation return values are not a major concern. A small gap is that it does not describe what happens after navigation completes beyond the wait_for_completion parameter, which the schema already explains.

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%, so the schema already documents all four parameters including URL format and notebook targeting. The description adds no parameter-specific meaning beyond what the schema provides, so the baseline score of 3 is appropriate.

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 states a specific verb and resource: navigating a notebook to a different URL or opening it in the default browser. It clearly distinguishes the connected-notebook behavior from the no-notebook fallback behavior, making the tool's purpose unambiguous.

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 explicit use cases like switching between notebooks and opening a notebook for the first time, and it references FocusNotebook in the schema for optional targeting. However, it does not explicitly say when not to use this tool versus siblings like Refresh or BrowserEval, so it falls just short of full alternative guidance.

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/rreusser/mcp-observable-notebookkit-debug'

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