db_review_comment
db_review_commentAppend database review comments to tables, columns, policies, and more. Notes save to a local store, never altering the live database.
Instructions
Append-only DB review note tool: leave a short AI/operator comment on a database object such as a table, column, policy, trigger, publication, replication slot, or general replication topic. Writes only to Mako's local project store; it never mutates the live database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | ||
| projectRef | No | ||
| preview | No | ||
| objectType | Yes | ||
| objectName | Yes | ||
| schemaName | No | ||
| parentObjectName | No | ||
| category | No | ||
| severity | No | ||
| comment | Yes | ||
| tags | No | ||
| createdBy | No | ||
| metadata | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | Yes | ||
| projectId | Yes | ||
| projectRoot | Yes | ||
| preview | Yes | ||
| comment | No | ||
| wouldApply | No | ||
| warnings | Yes | ||
| _hints | Yes |