iiRecord
Agentic AI Atlas · Supabase: Get Logs
tool-descriptor:supabase.get-logsa5c.ai
II.
ToolDescriptor JSON

tool-descriptor:supabase.get-logs

Structured · live

Supabase: Get Logs 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.get-logs",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/supabase-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Supabase: Get Logs",
    "description": "Fetch logs for a Supabase project service (db, api, edge-functions, auth, storage, realtime).",
    "inputSchema": {
      "type": "object",
      "required": [
        "project_id",
        "service"
      ],
      "properties": {
        "project_id": {
          "type": "string"
        },
        "service": {
          "type": "string"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "logs": {
          "type": "array"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:supabase.get-logs",
      "to": "tool-server:mcp-supabase",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-supabase",
      "to": "tool-descriptor:supabase.get-logs",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}