get_database_schema
Retrieve Supabase database schema and API specifications for the Quranic Etymology Explorer, enabling integration and development insights for AI-assisted Quranic research projects.
Instructions
Get complete Supabase database schema and API specifications
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include_api | No | Include API endpoints documentation |
Input Schema (JSON Schema)
{
"properties": {
"include_api": {
"default": true,
"description": "Include API endpoints documentation",
"type": "boolean"
}
},
"type": "object"
}