Skip to main content
Glama
BauplanLabs

Bauplan MCP Server

Official
by BauplanLabs

run_query

Execute SQL SELECT queries on your Bauplan data catalog to retrieve data using optional branch or commit references and namespaces.

Instructions

Execute a SQL SELECT query on the user's Bauplan data catalog, returning results as a QueryOut object using a query, optional ref, and optional namespace. Executes a SQL query against the user's Bauplan data lake.

Args: query: SQL query to execute ref: a reference to a commit that is a state of the user data lake: can be either a hash that starts with "@" and has 64 additional characters or a branch name, that is a mnemonic reference to the last commit that follows the "username.name" format. namespace: Optional namespace to use.

Returns: QueryOut: Response object with query results or error

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
refNo
namespaceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes
dataYes
metadataNo
errorNo
Behavior3/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure. It explains that the tool executes a query and returns results, but does not explicitly state that it is read-only (no side effects), nor does it mention authentication needs, rate limits, or error handling. The description is adequate for a query tool but lacks explicit safety cues.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the main purpose and includes structured Args and Returns sections, making it easy to parse. However, it repeats information (the second sentence mirrors the first paragraph) and could be slightly more concise without losing clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (3 parameters with a complex ref format) and the presence of a similar sibling 'run_query_to_csv', the description covers the basics but does not differentiate when to use which tool. It mentions the return type (QueryOut) but lacks context on output format or integration with other tools. The description is adequate but not fully complete for an agent to make optimal choices among siblings.

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 0%, so the description must add meaning. It provides detailed format rules for the 'ref' parameter (hash starting with '@' and 64 characters, or branch name in 'username.name' format) and explains 'query' as a SQL query. 'Namespace' is only described as 'Optional namespace', which is minimal. Overall, it adds significant value beyond the schema, especially for 'ref', but could improve on 'namespace'.

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 clearly states the tool executes a SQL SELECT query on the Bauplan data catalog and returns a QueryOut object. It uses specific verbs and resources, and the mention of returning a QueryOut object distinguishes it from the sibling tool 'run_query_to_csv', which likely outputs CSV.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives like 'run_query_to_csv' or other data operations. It does not specify when not to use it or any prerequisites, leaving the agent without decision support.

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

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