Trae — Builder Mode Tool Schemas

Tool Schema ✦ Curated & attributed Intermediate

JSON tool-schema definitions for Trae's agentic Builder mode, covering 18 tools spanning task tracking, codebase retrieval, file editing, command execution, and session lifecycle. Notable entries include a 'search_codebase' embedding/retrieval context engine, three distinct editing tools ('write_to_file', 'update_file', 'edit_file_fast_apply') with cost-based selection guidance, and blocking/non-blocking command execution with status polling.

What makes this prompt notable

  • Offers three competing edit tools and instructs the model to pick the most 'cost-effective' one rather than a single canonical editor
  • 'search_codebase' is described as a proprietary real-time-indexed embedding retrieval engine that explicitly has no version-control/history awareness
  • todo_write enforces a min 3 / max 10 item task list with pending/in_progress/completed status and high/medium/low priority enums
  • run_command separates blocking vs async execution with wait_ms_before_async and a requires_approval flag, plus check_command_status/stop_command for lifecycle control

Discussion (0)

Sign in to join the discussion.
Related

More in Tool & Function Schemas

AU
Augment Code
tool schema

Augment Code — Tool Schemas (Claude Sonnet 4)

JSON tool-definition file for the Augment Agent (Claude Sonnet 4 variant) defining ~22 tools: file editing (str-replace-editor with line-numbered mult…

tool schema definition constraint setting in descriptions enum constraints
229 5.4k 2.3k words
LE
Leap.new
tool schema

Leap.new — Tool Schema Definitions (JSON)

JSON tool/function schema file defining ten code-generation tools for the Leap.new app builder, including create_artifact, define_backend_service, cre…

JSON Schema tool definitions enum constraints nested object schemas
228 6.5k 1.4k words
TR
Traycer AI
tool schema

Traycer AI — Plan Mode Tool Schemas

Tool schemas for Traycer's Plan mode, layering exploration tools (list_dir, file_search, grep_search, read_file, LSP navigation, get_diagnostics) with…

tool-use protocol structured JSON schema multi-agent orchestration
216 5k 1.4k words