Skip to main content
Glama
chncaesar

pg-semantic-mcp

sample_data

Retrieve sample rows from any PostgreSQL table to preview data and understand its structure. Specify table name and optional row limit.

Instructions

Return sample rows from a table.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of rows to return. Defaults to SAMPLE_DATA_LIMIT env var (default 5). Hard-capped by SAMPLE_DATA_MAX_ROWS.
tableYesTable name in "schema.table" format or bare table name.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It only states 'return sample rows,' implying a read operation, but reveals nothing about limits, randomness, or side effects. The parameter schema covers limit constraints, but the description adds no behavioral context.

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 a single concise sentence that is easy to parse and front-loads the action. It is appropriately sized for a simple tool, though it omits useful context that could be added without becoming verbose.

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

Completeness2/5

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

The tool is simple and an output schema exists, but the description lacks usage context and does not clarify how sampling works (e.g., random vs. first N rows). It also provides no guidance on when to use this tool relative to siblings, making it incomplete for an agent to fully understand its role.

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 fully documents both parameters (limit and table) with descriptions, achieving 100% schema coverage. The description does not add meaning beyond the schema's parameter descriptions, so the baseline score 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 clearly states the tool's function with a specific verb ('return') and resource ('sample rows from a table'). It is distinct from sibling tools like list_tables and describe_table, which handle schema or metadata rather than actual data rows.

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. It does not mention any context, exclusions, or refer to sibling tools, leaving the agent without direction on choosing this tool.

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

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/chncaesar/db-semantic-mcp'

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