list_schemas
Retrieve all available schemas within a specified database, enabling users to manage and analyze database structures effectively through DataPilot MCP Server.
Instructions
List all schemas in a database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database | Yes |
Input Schema (JSON Schema)
{
"properties": {
"database": {
"title": "Database",
"type": "string"
}
},
"required": [
"database"
],
"type": "object"
}