Supabase MCP Server

get_organization

Retrieve detailed information about a specific organization using its unique slug, enabling streamlined management via the Supabase MCP Server.

Instructions

Get details of a specific organization

Input Schema

NameRequiredDescriptionDefault
slugYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "slug": { "type": "string" } }, "required": [ "slug" ], "type": "object" }

You must be authenticated.

Other Tools from Supabase MCP Server

Related Tools

ID: e994hfjjxc