iiRecord
Agentic AI Atlas · Supabase: Deploy Edge Function
tool-descriptor:supabase.deploy-edge-functiona5c.ai
II.
ToolDescriptor JSON

tool-descriptor:supabase.deploy-edge-function

Structured · live

Supabase: Deploy Edge Function json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-descriptors/supabase-mcp-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:supabase.deploy-edge-function",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/supabase-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Supabase: Deploy Edge Function",
    "description": "Deploy a Supabase Edge Function (Deno) to a project.",
    "inputSchema": {
      "type": "object",
      "required": [
        "project_id",
        "name",
        "files"
      ],
      "properties": {
        "project_id": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "files": {
          "type": "array"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "function": {
          "type": "object"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:supabase.deploy-edge-function",
      "to": "tool-server:mcp-supabase",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-supabase",
      "to": "tool-descriptor:supabase.deploy-edge-function",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}