Skip to main content
Glama
questdb

mcp-server-questdb

Official

get_cell

Fetch a cell's full details—value, type, UI flags, chart config, and last-run status. Opt into get_full_content to avoid the 4 KB cap when the complete value is needed before editing.

Instructions

Get full details of a cell (value, kind via type, UI flags, chart config, last-run status + trimmed error). type:"markdown" marks a prose cell whose value is markdown source; SQL cells omit type. Never includes query result data. By default the value is capped at 4 KB; a capped response carries truncated: true and full_length. A truncated value is NOT the cell's real content — NEVER write it back (update_cell / apply_notebook_state value); re-read with get_full_content: true first, or keep the cell with preserve_value: true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cell_idYes
buffer_idYes
get_full_contentYesTrue returns the verbatim full value with no cap (errors above 1 MB). Required before rewriting any cell whose read came back truncated. Null/omitted applies the 4 KB cap.
Behavior5/5

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

No annotations are provided, so the description carries the full burden. It discloses the 4 KB cap, truncated/full_length markers, the fact that truncated values are not real content, the explicit warning never to write back a truncated value, and the errors-above-1 MB behavior for get_full_content. This is exemplary behavioral disclosure.

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 adds value. It front-loads the core purpose, then layers critical caveats (no query data, truncation, write-back warning) in a logical order with imperative warnings. Length is justified by the risk of data corruption if truncated values are written back.

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?

For a tool with no output schema and no annotations, the description is remarkably complete. It covers return fields, type semantics, truncation behavior, error behavior, and safety instructions. The only minor gap is the lack of explicit guidance on what buffer_id and cell_id are, but those are standard identifiers in this API context.

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?

Schema description coverage is only 33%, with only get_full_content described. The description adds substantial meaning to get_full_content (verbatim value, cap, required before rewriting) and explains the cell type semantics (markdown vs SQL) which maps to the returned 'type' field. buffer_id and cell_id are self-evident from their names and context, so the description adequately compensates despite low schema 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?

The description opens with a specific verb ('Get') and resource ('cell'), and enumerates the exact details returned: value, type, UI flags, chart config, last-run status, and trimmed error. It also clarifies the meaning of 'type' and explicitly excludes query result data, which distinguishes it from sibling tools like run_query and list_cells.

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?

Provides clear context on when to use this tool by stating what it never includes (query result data) and when to use get_full_content: true (before rewriting a truncated cell). However, it does not explicitly name alternative tools or state when not to use this tool in favor of a sibling.

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

Install Server

Other Tools

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