Droost: Application Info
droost_app_info Read-only
Module: Droost coreA cheap first handshake with any site: Drupal/PHP/database versions, install profile, active themes, and environment flags in one call. Call it before assuming anything version-specific; pair with droost_update_status for the security picture.
Example call
{
"tool": "droost_app_info",
"arguments": {}
}
Example response — captured live on this site
{
"success": true,
"message": "Drupal 11.4.1 on PHP 8.4.18 (unknown profile, mysql 11.8.6-MariaDB-ubu2404-log). 113 modules enabled: 43 core, 70 contrib/custom.",
"data": {
"drupal_version": "11.4.1",
"php_version": "8.4.18",
"install_profile": "unknown",
"site_name": "Droost",
"default_theme": "droost_tailwind",
"admin_theme": "gin",
"database": {
"driver": "mysql",
"type": "mysql",
"version": "11.8.6-MariaDB-ubu2404-log"
},
"modules": {
"enabled_total": 113,
"core_count": 43,
"project_count": 70,
"project": [
{
"name": "AI Core",
"machine_name": "ai",
"scope": "contrib",
"version": "1.4.3",
"package": "AI",
"path": "modules/contrib/ai"
},
{
"name": "Automatic Updates",
"machine_name": "automatic_updates",
"scope": "contrib",
"version": "4.1.0",
"package": "Other",
"path": "modules/contrib/automatic_updates"
},
{
"name": "Autosave Form",
"machine_name": "auto
… (truncated — run it yourself for the rest)
Reports how this Drupal application is built: Drupal and PHP versions, install profile, database engine, active themes, and the enabled contrib/custom modules with their versions. Read-only orientation for an AI coding agent.
Input schema (JSON Schema)
{
"type": "object"
}
Droost