Data Dictionary

Create a Data Dictionary tailored to your inputs.

Share:XWhatsAppLinkedIn
Generate a complete data dictionary for the following schema.

Table/Object name: {{table_name}}
Schema type: {{schema_type}}
Business domain: {{domain}}

Schema:
{{schema}}

Return ONLY valid JSON with this exact structure:
{
  "dictionary": {
    "tableName": "{{table_name}}",
    "description": "1-2 sentence description of the table/object",
    "fields": [
      {
        "name": "field_name",
        "type": "data type",
        "description": "clear description of what this field stores",
        "example": "realistic example value",
        "constraints": "e.g. NOT NULL, UNIQUE or required, max 255 chars or none",
        "isPii": true or false
      }
    ]
  }
}

Fill the 4 fields below to customize.

Customize before copy

Fill these — your prompt updates live.

Stays in your browser. Nothing sent anywhere — we don't run a server for this.

Using Gemini, Llama, Mistral or local LLMs? Copy the prompt and paste — no deep-link supported.

Related

You might also like

Made with KLI — extracted from real tools, shared free. krakelabsindia.com