II.
ToolDescriptor JSON
Structured · livetool-descriptor:supabase.create-project
Supabase: Create Project json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:supabase.create-project",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/supabase-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "Supabase: Create Project",
"description": "Create a new Supabase project in an organization.",
"inputSchema": {
"type": "object",
"required": [
"name",
"organization_id",
"region"
],
"properties": {
"name": {
"type": "string"
},
"organization_id": {
"type": "string"
},
"region": {
"type": "string"
},
"db_pass": {
"type": "string"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"project": {
"type": "object"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:supabase.create-project",
"to": "tool-server:mcp-supabase",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-server:mcp-supabase",
"to": "tool-descriptor:supabase.create-project",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}