load_project_context
Load Quranic Etymology Explorer project context files to access database schema, AI acceleration strategies, and development resources for AI-assisted Quranic analysis.
Instructions
Load Quranic Etymology Explorer project context files including database schema and AI acceleration strategies
Input Schema
Name | Required | Description | Default |
---|---|---|---|
sections | No | Context sections to load. Use 'database' for schema, 'ai-acceleration' for AI strategies, or 'all' for everything. |
Input Schema (JSON Schema)
{
"properties": {
"sections": {
"default": [
"all"
],
"description": "Context sections to load. Use 'database' for schema, 'ai-acceleration' for AI strategies, or 'all' for everything.",
"items": {
"enum": [
"master",
"database",
"api",
"workflows",
"frontend",
"design",
"content",
"research",
"deployment",
"testing",
"prompts",
"ai-acceleration",
"all"
],
"type": "string"
},
"type": "array"
}
},
"type": "object"
}