Skip to main content
Glama
Azzaraell

pgguard-mcp

by Azzaraell

run_query

Run a read-only SELECT query on allowlisted tables, validated by PostgreSQL grammar and access policies, with statement timeout and row cap. Denials name the rule that triggered them.

Instructions

Run one read-only SELECT against the allowlisted tables. The statement is parsed with the real PostgreSQL grammar and checked against the access policy, then executed inside a read-only transaction with a statement timeout and a row cap. Denials name the rule that triggered them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sqlYesA single read-only SELECT statement. Joins, aggregates, window functions, and read-only CTEs are fine. Anything else — DML, DDL, multiple statements, SELECT INTO, FOR UPDATE, denied functions, tables or columns outside the access policy — is rejected with the rule that triggered it.
Behavior5/5

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

With no annotations provided, the description fully covers behavioral details: parsing with real PostgreSQL grammar, access policy check, read-only transaction, statement timeout, row cap, and error messages that name the denying rule. This is comprehensive for a query execution tool.

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 a concise three-sentence paragraph, front-loaded with the core purpose. Every sentence adds distinct value: purpose, execution details, and error reporting. No unnecessary words.

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

Completeness4/5

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

Given the single parameter with full schema coverage and no output schema, the description adequately covers purpose, behavior, and constraints. However, it does not explicitly describe the return format (e.g., rows as JSON), which might be assumed but is not stated.

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 input schema already provides a detailed description for the 'sql' parameter (100% coverage). The tool description adds context about the execution environment (read-only transaction, timeout, row cap) and error behavior, which supplements the schema without repeating it.

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 begins with 'Run one read-only SELECT against the allowlisted tables,' which clearly states the action (run), the resource (SELECT query on tables), and the scope (allowlisted, read-only). This distinguishes it from sibling tools like 'list_tables' or 'sample_rows' that handle different operations.

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?

The description specifies that the tool only accepts read-only SELECT statements and details what is rejected (DML, DDL, multiple statements, etc.). While it does not explicitly name alternative tools for those cases, the constraints make the appropriate usage clear.

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/Azzaraell/pgguard-mcp'

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