Skip to main content
Glama

supabase-mcp

invoke_function

Execute Supabase Edge Functions by specifying the function name, parameters, and response type for seamless serverless operations.

Instructions

Invoke a Supabase Edge Function

Input Schema

NameRequiredDescriptionDefault
functionYesFunction name
optionsNo
paramsNoFunction parameters

Input Schema (JSON Schema)

{ "properties": { "function": { "description": "Function name", "type": "string" }, "options": { "properties": { "headers": { "description": "Custom headers", "type": "object" }, "responseType": { "description": "Response type", "enum": [ "json", "text", "arraybuffer" ], "type": "string" } }, "type": "object" }, "params": { "description": "Function parameters", "type": "object" } }, "required": [ "function" ], "type": "object" }

You must be authenticated.

Other Tools from supabase-mcp

Related Tools

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

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