Replit Assistant — Tool & Internal-Tag Schemas

Tool Schema ✦ Curated & attributed Intermediate

JSON tool definitions for the Replit agent, declaring ~20 functions plus a list of internal context tags. Tools cover workflow control (restart_workflow, workflows_set_run_config_tool), code search (search_filesystem), dependency/language install (packager_tool, programming_language_install_tool), a str_replace_editor file tool, bash, PostgreSQL provisioning and SQL execution, secrets management (ask_secrets, check_secrets), deployment (suggest_deploy), and several feedback tools that screenshot the web app or drive interactive CLI/VNC programs.

What makes this prompt notable

  • Bakes operational policy into tool descriptions: e.g. workflows_set_run_config_tool mandates serving on port 5000 as the only non-firewalled port
  • Includes three distinct human-feedback tools — web_application_feedback_tool (screenshot+ask), shell_command_application_feedback_tool, and vnc_window_application_feedback — for verifying web, CLI, and desktop apps
  • Separates create_postgresql_database_tool / execute_sql_tool from code, and constrains report_progress summaries to checkmark bullets in non-technical language
  • Declares a parallel 'internal_tags' registry (View, policy_spec, repo_overview, workflow_console_logs, etc.) describing system-injected context blocks

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