pb_admin_update_settings
Modify application settings as an administrator using this tool. Input a settings object to update configurations within the PocketBase MCP Server, ensuring precise control over system behavior.
Instructions
Update application settings (admin only)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
settings | Yes | Settings object to update |
Input Schema (JSON Schema)
{
"properties": {
"settings": {
"description": "Settings object to update",
"type": "object"
}
},
"required": [
"settings"
],
"type": "object"
}