db_security_status
Check the active database security policy: read-only status, write and DDL permissions, max rows, and MongoDB JavaScript blocking.
Instructions
Report the active security policy.
Returns: {"readonly": bool, "allow_writes": bool, "allow_ddl": bool, "max_rows": int, "mongo_javascript_blocked": bool}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||