Postgres MCP

by crystaldba
Verified

list_objects

Retrieve a list of objects, such as tables, views, sequences, or extensions, within a specified schema using this tool. Streamline schema exploration and data management for Postgres MCP workflows.

Instructions

List objects in a schema

Input Schema

NameRequiredDescriptionDefault
object_typeNoObject type: 'table', 'view', 'sequence', or 'extension'table
schema_nameYesSchema name

Input Schema (JSON Schema)

{ "properties": { "object_type": { "default": "table", "description": "Object type: 'table', 'view', 'sequence', or 'extension'", "title": "Object Type", "type": "string" }, "schema_name": { "description": "Schema name", "title": "Schema Name", "type": "string" } }, "required": [ "schema_name" ], "title": "list_objectsArguments", "type": "object" }

You must be authenticated.

Other Tools from Postgres MCP

Related Tools

ID: ecl7vgkzit