Skip to main content

Type Alias: AgentTool

Type Alias: AgentTool

type AgentTool = 
  | FunctionTool
  | HostedTool
  | ToolkitEntry
  | HostedSupervisorTool;

Any tool an agent can invoke: inline function tools (tool()), hosted MCP tools (mcpServer() / raw hosted), toolkit references from plugins (analytics().toolkit()), or adapter-hosted Supervisor-API tools (supervisorTools.*).

Databricks Developer Hub

Ready to ship your next agentic app in minutes?

Read docs