iiRecord
Agentic AI Atlas · Postgres: List Tables
tool-descriptor:postgres.list-tablesa5c.ai
II.
ToolDescriptor JSON

tool-descriptor:postgres.list-tables

Structured · live

Postgres: List Tables json

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

File · extensions/tool-descriptors/postgres-mcp-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:postgres.list-tables",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/postgres-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Postgres: List Tables",
    "description": "Enumerate table names in the connected database/schema.",
    "inputSchema": {
      "type": "object",
      "properties": {
        "schema_name": {
          "type": "string"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "tables": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:postgres.list-tables",
      "to": "tool-server:postgres-mcp",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:postgres-mcp",
      "to": "tool-descriptor:postgres.list-tables",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}