godot_get_context
Retrieve the full session context: mode, project, connection, scene snapshot, recent stats, tool groups, recommended workflows, rules, and performance, in a single call to minimize back-and-forth.
Instructions
一次返回会话全景(模式/项目/连接/场景快照/最近调用统计/工具组/推荐 workflow/规则/性能),减少反复探路。headless 模式 scene=null。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | 项目路径(可选;传了补 project/rules 字段,没传降级 null/[]) | |
| include_scene | No | 是否采集场景快照(默认 true;headless 恒 null) | |
| include_performance | No | 是否采集性能(默认 true;仅 bridge 有效) |