Internal Database Skill
Use this skill to work with database tables the current user can access.
Workflow
- Call
list_accessible_databasesbefore using a database ID. - Call
list_database_tablesbefore using a table ID. - Call
describe_database_tablebefore writing records so field names and types are known. - Use only database IDs and table IDs returned by these tools.
- For record changes, call only the structured insert, update, or delete tools. Do not generate or ask to run SQL.
Tool Usage
Read operations require database view and AI query permissions. Write operations require AI query permission plus database data edit or manage permission.