!export-data
Export data from specified database tables to external formats using the MCP-enabled server db-mcp-tool, supporting PostgreSQL, MySQL, and Firestore.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
table | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"table": {
"type": "string"
}
},
"required": [
"table"
],
"type": "object"
}