Skip to content

Postgres

Data · 49 actions · connect with an API key

Connect in dashboardAPI keyfrom MCP Registry

Actions

A sample of the 49 Postgres actions. Each keeps the schema of the real API.

  • postgres.list_recordsread
  • postgres.get_recordread
  • postgres.create_recordwrite
  • postgres.list_tablesread
  • postgres.get_tableread
  • postgres.create_tablewrite
  • postgres.delete_recorddelete

From your agent

Your agent never loads these up front. It searches in plain words and gets back the one it needs.

search_tools
{ "query": "list records", "app": "postgres" }
execute_tool
{ "name": "postgres.list_records",
  "fields": ["id"] }