Built-in tools
DB-GPT provides a small set of built-in tools in the Agentic Data API.
These tools are the core execution layer for:
- loading reusable skills
- running Python analysis
- executing shell commands
- querying structured data
- rendering HTML reports
Source of truth:
packages/dbgpt-app/src/dbgpt_app/openapi/api_v1/agentic_data_api.py
Built-in tools
Recommended execution order
Skill-driven workflow
load_skillsql_queryorcode_interpreterhtml_interpreterfor final delivery
Structured data workflow
sql_querycode_interpreterhtml_interpreter
Shell-assisted workflow
shell_interpretercode_interpreterhtml_interpreterif the result must be rendered