MA

Manus — Agent Tool Schema (JSON)

Tool Schema ✦ Curated & attributed Advanced

An OpenAI function-calling tool array of 29 tools defining the full action surface of the Manus autonomous agent: user messaging (message_notify_user, message_ask_user), filesystem ops (file_read, file_write, file_str_replace, file_find_in_content, file_find_by_name), a stateful shell with session IDs (shell_exec/view/wait/write_to_process/kill_process), a large browser-automation suite (navigate, click, input, console_exec, scroll, select_option), web search, port exposure, static/Next.js deployment, and an idle sentinel tool. It models the agent as a long-running loop over a sandboxed Linux+

What makes this prompt notable

  • Shell tools are session-oriented (every call carries an `id`), enabling parallel interactive processes, write_to_process for prompts, and kill/wait control
  • Browser tools accept BOTH element-index and raw x/y coordinates, plus a console_exec for arbitrary JavaScript — a hybrid DOM/visual control model
  • message_ask_user exposes a `suggest_user_takeover` enum (none|browser) to hand control back to the human mid-task
  • Includes an explicit `idle` no-op tool used as a terminal state to signal task completion

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