SA

Same.dev — Agent Tool Schemas

Tool Schema ✦ Curated & attributed Intermediate

JSON Schema (draft-07) array defining Same.dev's agent toolset: startup (scaffold a TS/Biome/Bun project from an enumerated framework+shadcn-theme set), task_agent (stateless sub-agent), bash, filesystem tools (ls, glob, grep, read_file, delete_file), two edit tools (edit_file with smart_apply and string_replace), run_linter, versioning (auto-screenshot), suggestions, deploy (static-vs-dynamic Netlify), web_search, and web_scrape. Tool descriptions embed extensive operational policy.

What makes this prompt notable

  • startup enumerates exact framework templates (html-ts-css, react-vite-shadcn, nextjs-shadcn, vue-vite, shipany) and shadcn themes, defaulting to nextjs-shadcn
  • deploy tool encodes a full static-vs-dynamic Netlify decision tree, including the exact 'zip -r9' build command and Next.js export config requirements
  • edit_file uses an apply-model pattern with a 'smart_apply' boolean for retrying failed edits, paired with a string_replace tool gated to >2500-line files
  • task_agent contract is explicitly stateless (no chat history, no follow-up) forcing fully self-contained prompts

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