Skip to main content
Glama
questdb

mcp-server-questdb

Official

list_cells

List notebook cells to retrieve their IDs, types, previews, positions, modes, and last-run status. Also surfaces live refresh state, errors, and auto-refresh blocks for open notebooks.

Instructions

List the cells in a notebook. Returns id, type, short preview (≤120 chars), position, mode, and last-run status. Three fields are LIVE-ONLY — present only while the notebook is open in the console, so absence never means "not refreshing" or "not blocked": refreshing: true while a refresh is in flight (the visible rows are still the previous round's), last_refresh_error when the last round left a failure, and auto_refresh_blocked: "contains_write" on cells auto-refresh will not run. last_run_status is unrelated to these: it stays the outcome of the last completed RUN, and a refresh never changes it. No cell data values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
buffer_idYesNotebook buffer id (from <notebook_context> prefix).

Schema Changelog

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

  1. First observedv0.3.0

TDQS

A4.3/5.0
Behavior5/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, and it does so exceptionally. It explains live-only field semantics, clarifies that absence of those fields never means 'not refreshing' or 'not blocked,' and explicitly states that refresh does not change last_run_status. This prevents serious misinterpretations.

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 longer than average, but every sentence earns its place: the main purpose is front-loaded, and the dense live-only clarification is essential for correct interpretation. No filler or redundant repetition of schema content appears.

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?

Given no output schema and no annotations, the description thoroughly covers what an agent needs: the resource, accepted parameter, returned fields, live-only field semantics, and an explicit statement about what is not returned. Nothing critical is missing for correct selection and invocation.

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 the buffer_id parameter and its source prefix. The description adds no additional parameter-level meaning beyond restating the notebook context, matching the baseline for high coverage.

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?

States a specific verb and resource: list cells in a notebook. Enumerates the fields returned and explicitly says 'No cell data values,' which disambiguates it from sibling cell-content tools like get_cell.

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

Usage Guidelines3/5

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

The context of use is clear—listing notebook cell metadata—but it does not explicitly name alternatives or state when not to use this tool. The 'No cell data values' statement implies get_cell would be needed for content, but that is left to inference rather than stated.

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/questdb/mcp-server-questdb'

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