Skip to main content
Glama
Joseph19820124

supabase-mcp-server

supabase_rpc

Call a Postgres function directly using RPC. Pass parameters to execute server-side logic in Supabase.

Instructions

Call a Postgres function via RPC

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsNoParameters to pass to the function
functionNameYesName of the Postgres function to call
Behavior2/5

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

The description adds no behavioral context beyond annotations. readOnlyHint=false and idempotentHint=false already indicate possible mutation, but the description does not disclose potential side effects, permissions required, or return value behavior. 'Call via RPC' is essentially a restatement of the tool's name.

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 sentence with no fluff, front-loading the core purpose. However, it is extremely brief and omits critical details, making it under-specified rather than appropriately concise.

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

Completeness1/5

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

This tool invokes arbitrary Postgres functions, which can have varying side effects and return types. With no output schema, the description should explain expected return format and error behavior. It provides none, leaving the agent without essential operational context.

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 already provides descriptions for both functionName and params, achieving 100% schema coverage. The description adds no additional parameter semantics, such as how params should be structured to match the Postgres function's arguments. Baseline 3 is appropriate because schema carries the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Call') and the resource ('a Postgres function'), with the mechanism 'via RPC' adding specificity. It distinguishes from common data operations like supabase_query or supabase_insert, but does not explicitly differentiate from supabase_functions_invoke (which likely calls Edge Functions), so it's not fully sibling-distinguishing.

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

Usage Guidelines1/5

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

No guidance on when to use this tool instead of alternatives. There is no 'use this when' or 'for standard operations, see ...' context. The description merely states what it does, leaving the agent to infer appropriate usage.

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