Skip to main content

System Tools

System Tools are built-in Siesta AI capabilities that can be assigned directly to agents. They are different from ordinary connection tools such as Gmail, Jira, HubSpot, or Google Drive. A connection tool usually depends on a user-created or admin-created Connection. A system tool adds a platform or runtime capability to the agent itself.

Use this page as a bridge between the user guides and admin setup guides. It explains what system tools are for, when they should be used, and which ones need stricter governance.

System Tools in agent configuration

When to Use System Tools

Use a system tool when an agent needs a built-in capability:

  • create a task from the current conversation,
  • verify current information with web search,
  • read a specific web page,
  • analyze uploaded files or spreadsheets,
  • create downloadable outputs,
  • coordinate sub-agents or platform-level work.

If the agent needs to access an external business system, use a Connection tool instead. If the agent only needs approved knowledge, use Data or Memory.

System Tool Overview

System toolWhat it helps withTypical audience
Task ManagementCreate tasks from a conversation when the user explicitly asks.Users, team agents
Grounding with Google SearchVerify current information using web search.Research, support, marketing, analysis agents
Web scraperRead and summarize a specific URL.Research, SEO, competitor analysis, content review agents
Code interpreterAnalyze files, process data, create downloadable outputs.Data users, analysts, power users
Platform ToolsCreate, inspect, or update agents and platform objects.Admins, platform operators
OrchestrationRun work across sub-agents in batches.Power users, process owners
JavaScript executorRun scripted logic, work with Excel files, create artifacts, call sub-agents.Admins, power users

User-Safe Examples

Use web search to verify this, then cite what you found.
Do not rely only on memory.
Scrape this URL and summarize only facts visible on the page.
Create a task from this conversation with summary, prompt, and status Todo.
Analyze this spreadsheet and create a downloadable cleaned version.

For write actions or generated files, ask the agent to show a preview or explain what it will create before you use the result.

Admin Governance Notes

Enable system tools intentionally. Task Management, Grounding with Google Search, and Web scraper are often safe for production agents when the use case is clear. Code interpreter should be reserved for agents that need data analysis or file generation. Platform Tools, Orchestration, and JavaScript executor should usually be limited to admin or power-user agents because they can change platform configuration, increase execution volume, or run more autonomous logic.

When system tools are included in a template, newly created agents can inherit those capabilities. Review system tools before publishing templates broadly.