export_schema
Export a document's schema in JSON, YAML, or Mermaid format. Optionally include data (limited to 100 records per table).
Instructions
Exporte le schéma d'un document existant.
Args: doc_id: L'ID du document format: Format d'export ("json", "yaml", "mermaid") include_data: Si True, inclut les données (limité à 100 enregistrements/table)
Returns: Dict avec le schéma exporté dans le format demandé
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| format | No | json | |
| include_data | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||