Skip to main content
Glama

executeNeonSqlQuery

Run read-only SQL queries on Neon databases to retrieve data, returning results directly.

Instructions

Executes a read-only SQL query against your Neon database and returns the results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesThe SQL query to execute.
Behavior4/5

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

With no annotations provided, the description carries the full burden. It explicitly states 'read-only', which is a key behavioral trait and sufficient for the agent to understand there are no write side effects. However, it does not disclose other behaviors like query result formatting, limits, or error handling, so it is not exhaustive but still valuable.

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 one clear, front-loaded sentence of about 15 words. Every word is purposeful, stating the action, the read-only scope, the target database, and the output. There is no redundancy or fluff.

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?

The tool has low complexity (1 param, simple read-only query), and the description provides the essential purpose. However, there is no output schema, and the description does not detail the result format or specify when to use this vs. sibling SQL executors. It is adequate but has clear gaps in guidance and result semantics.

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?

The input schema has 100% coverage: the single 'query' parameter is described as 'The SQL query to execute.' The tool description adds no additional meaning or syntax details beyond this, so the baseline of 3 applies.

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 ('Executes') and identifies the target resource ('Neon database') with a clear scope ('read-only SQL query'). It distinguishes itself from sibling tools like executePostgreSQLSqlQuery and fetchNeonSchema by naming the database type and read-only nature.

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 description implies the tool is for read-only SQL queries against Neon, but it does not explicitly state when to use it over alternatives (e.g., executePostgreSQLSqlQuery for other Postgres databases, fetchNeonSchema for schema discovery) or provide any exclusions. Usage context is implied but not explicitly guided.

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/grantanderson603-bit/mcp-0b583'

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