Skip to main content
Glama
rreusser

Observable Notebook Kit Debug MCP Server

by rreusser

GetErrors

Retrieve build and runtime errors from the notebook. Fix Vite parse errors that block page loading and inspect rejected Observable values.

Instructions

Get errors from the notebook. Returns both Vite build/parse errors (e.g. syntax errors that prevent the page from loading) and Observable runtime errors (values in a rejected state). If the page fails to load due to a syntax error, call this first — it will surface the Vite error even without a connected runtime. For console.error messages, use GetConsoleMessages with channel="error".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
verboseNoInclude full stack traces (default: false)
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

Schema Changelog

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

  1. First observedv1.0.2

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It reveals important behavioral details: Vite errors can be retrieved even without a connected runtime, and console.error entries are are not handled by this tool. It does not specify the exact return shape or side effects, but for a read-style 'Get' tool the description adds meaningful transparency beyond a bare summary.

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 sentences with no wasted words. The first sentence states the core purpose and outcome, the second gives a specific call-first scenario, and the third routes to a sibling tool for a different message type. Every sentence earns its place and information is front-loaded.

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?

Despite lacking an output schema, the description provides a solid high-level return contract by naming both error kinds and clarifying the verbose stack-trace option through the parameter schema. It could be slightly more explicit about the exact return structure or timeout behavior, but the coverage is strong enough for an agent to select and invoke the tool correctly.

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%, with all three parameters (verbose, notebook, timeout_ms) already documented meaningfully in the schema. The tool description adds contextual routing for console errors but not new parameter-level semantics, 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?

Uses a specific verb and resource: 'Get errors from the notebook'. It clearly enumerates the two error categories returned (Vite build/parse errors and Observable runtime errors) and gives a concrete example (syntax errors that prevent the page from loading), making the tool's scope unambiguous.

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

Usage Guidelines5/5

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

The description gives explicit usage guidance: if the page fails to load due to a syntax error, call this tool first, and it will surface the Vite error even without a connected runtime. It also explicitly routes console.error messages to a sibling tool, GetConsoleMessages with channel='error', which clearly distinguishes when not to use this tool.

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