v0 - Tool Definitions (JSON Schema)

Tool Schema ✦ Curated & attributed Intermediate

A JSON tools manifest defining nine v0 capabilities as draft-07 schemas: FetchFromWeb, GrepRepo, LSRepo, ReadFile, InspectSite, SearchWeb, TodoManager, SearchRepo, and GenerateDesignInspiration. Each tool carries verbose when-to-use guidance and a shared taskNameActive/taskNameComplete UI-labeling convention.

What makes this prompt notable

  • Every tool requires taskNameActive/taskNameComplete strings to drive live progress labels in the UI, with explicit guidance not to signal success or failure
  • SearchWeb embeds an isFirstParty flag plus a hard-coded allowlist of Vercel-ecosystem domains and a REQUIREMENT to use it whenever a Vercel product is mentioned
  • TodoManager bakes planning policy directly into the schema (3-7 milestone tasks, one-page-one-task, no 'Polish/Test/Finalize' fluff) rather than leaving it to the system prompt
  • ReadFile documents adaptive behavior (full file <=2000 lines, AI-chunked retrieval for larger files via a query parameter) and GetOrRequestIntegration enumerates supported integrations

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