Skip to main content
Glama
questdb

mcp-server-questdb

Official

set_notebook_autorefresh

Set the default auto-refresh for notebook chart and grid cells. Choose adaptive polling, a fixed interval, or off; write cells are skipped. Optionally reset all per-cell overrides atomically.

Instructions

Set the notebook-level auto-refresh default for every cell showing a chart or a grid. Cells with no per-cell value inherit it; set_cell_autorefresh sets a per-cell override that wins over it. Cells containing DDL/DML are skipped — auto-refresh never executes a write. Until this is set, nothing polls. value: true = adaptive poll (interval auto-tuned to response time), false = no polling, or a fixed interval string ("1s", "5s", "10s", "30s", "1m"). reset_cell_overrides: true additionally deletes every per-cell override in the same atomic call, so ALL cells follow the new default — the equivalent of the console's "Reset cell overrides" action. Nothing re-runs; false or null leaves per-cell overrides in place and they keep winning over the default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYes
buffer_idYes
reset_cell_overridesYes

Schema Changelog

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

  1. Addedv0.3.1

TDQS

A4.9/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden and does so thoroughly. It discloses that auto-refresh never executes writes, that DDL/DML cells are skipped, that the call is atomic when resetting overrides, that nothing re-runs, and that false/null leaves existing per-cell overrides in place.

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 dense but every sentence earns its place: purpose, precedence, safety, polling behavior, value semantics, override-reset semantics, and side effects. Important claims are front-loaded before detailed parameter behavior.

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?

The description covers what the tool does, when to use it, how it interacts with per-cell overrides, what side effects occur, which cells are skipped, and what the value parameter means. The only minor omission is buffer_id semantics, which is a parameter-level gap rather than a contextual one.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description thoroughly explains `value` (true, false, or interval string) and `reset_cell_overrides` (true deletes all overrides atomically; false/null leaves them in place). However, `buffer_id` is not explained at all, and with 0% schema description coverage the schema provides no help either, leaving a clear gap.

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 uses a specific verb ('set'), names the exact resource ('notebook-level auto-refresh default'), and defines the scope ('every cell showing a chart or a grid'). It also explicitly distinguishes itself from set_cell_autorefresh, so an agent can select the right tool immediately.

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 clearly explains when this tool applies: cells without a per-cell value inherit the default, and set_cell_autorefresh creates a per-cell override that wins. It also states that until this is set nothing polls, and that DDL/DML cells are skipped, giving the agent clear selection and safety context.

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