Skip to main content
Glama
Joseph19820124

supabase-mcp-server

supabase_query

Read-onlyIdempotent

Select rows from a Supabase table with filters, ordering, and pagination. Configure columns, limits, and offsets for precise data retrieval.

Instructions

Select rows from a Supabase table with filters, ordering, and pagination

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of rows to return
orderNoArray of order-by clauses
tableYesTable name to query
offsetNoNumber of rows to skip
selectNoColumns to select (default: *)*
singleNoReturn a single row (errors if not exactly one)
filtersNoArray of filters to apply
maybeSingleNoReturn a single row or null
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the description does not need to repeat that. The description adds the features (filters, ordering, pagination) but does not disclose any negative behaviors or additional context beyond what the annotations cover.

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 single, focused sentence that immediately conveys the tool's primary purpose. There is no filler or redundant information.

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?

While the schema is comprehensive, the description leaves out key behavioral details such as how multiple filters are combined (AND vs OR) and the default return format. The read-only annotation and idempotency are helpful, but the complexity of this query tool warrants a bit more explanation, making it adequate but incomplete.

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?

Schema description coverage is 100%, with each parameter having a description. The tool description does not add any semantic meaning beyond summarizing the query capabilities; it neither clarifies filter combination nor parameter format, so baseline 3 is appropriate.

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 verb 'Select', the resource 'rows from a Supabase table', and the capabilities 'filters, ordering, and pagination'. It distinctly differentiates from sibling write tools like supabase_insert and supabase_update.

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 usage for read-only row selection but does not explicitly provide when-to-use guidance or alternatives to other siblings. It is clear enough to infer this is the query tool, but no exclusions or alternatives are mentioned.

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/Joseph19820124/supabase-mcp-server'

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