Evose
GovernTools & Skills

System Tool

Platform-built-in standard tools · Web search at the core

System tools are the built-in standard tools of the Evose platform. Org admins can enable/disable them, but cannot customize their implementation.

Lets the Agent call web search during conversations.

ProviderBest forBilling
DuckDuckGoPreferred for PrivateFree
TavilyDefault for SaaSPer call
Other compatible providersDepending on integrationVendor pricing

Configuration

Search provider: Tavily
API Key:         {{credential:tavily_token}}
Result limit:    5–10

Before configuring: register the provider's API Key in Org · Credentials.

Workflow

  1. Agent / Chatflow LLM node decides to web-search
  2. Auto-calls the system tool web_search
  3. The platform routes to the configured provider
  4. Results are injected back into the Agent context
  5. The LLM continues generation based on the results

Enable/Disable

  • Enabled = all org Agents can call it
  • Disabled = the system tool is invisible and uncallable

Who should disable web search

  • Strict-compliance scenarios where data egress is restricted (disable here, switch to an internally controlled search tool)
  • Private deployments without internet access

Relationship with Org / Workspace Tools

System ToolOrg ToolWorkspace Tool
Built-in
Customizable implementation
Call scopeOrg-wide (when enabled)Authorized workspacesThis workspace only

Next Steps

On this page