AU

Augment Code — Tool Schemas (GPT-5)

Tool Schema ✦ Curated & attributed GPT-5 Advanced

OpenAI function-calling tool schema for the GPT-5 Augment Agent. Wraps each tool in {type:function, function:{...}} form and defines view, grep-search (with include/exclude globs), codebase-retrieval, git-commit-retrieval, str-replace-editor, save-file, remove-files, the process tool family, diagnostics, read-terminal, open-browser, web-search, web-fetch, truncation helpers, the task-management tools, remember, and render-mermaid.

What makes this prompt notable

  • Uses OpenAI's nested {type:'function', function:{...}} wrapper with additionalProperties:false on every tool, unlike the Anthropic-style flat schema in the Sonnet file
  • Adds a dedicated grep-search tool with include_globs/exclude_globs that defaults to excluding the 'electron/**' folder
  • Both view and grep-search hard-code excluding the 'electron' folder by default unless explicitly overridden
  • Retains the verbatim 150-line and 300-line 'instruction_reminder' strings on str-replace-editor and save-file

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