Data Dictionary
Create a Data Dictionary tailored to your inputs.
Prompt template
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
API Documentation
Create a API Documentation tailored to your inputs.
OperationsBug Report Formatter
Create a Bug Report Formatter tailored to your inputs.
OperationsChangelog Writer
Create a Changelog Writer tailored to your inputs.
OperationsAgency Agreement
🇮🇳Draft a Agency Agreement tailored to your inputs.
Legal & ContractsMade with KLI — extracted from real tools, shared free. krakelabsindia.com