Tools that don’t fit cleanly into wallet/market/data categories.Documentation Index
Fetch the complete documentation index at: https://docs.dzap.io/llms.txt
Use this file to discover all available pages before exploring further.
SwapLinkGeneratorTool
Generates a deep link to the DZap app pre-filling a swap. Useful when the agent suggests a trade but you want the user to execute via the UI.BridgeLinkGeneratorTool
Same idea, for cross-chain.SheluderTool
Schedules a recurring task (DCA, periodic balance check, news poll). Backed by SQLite at~/.dzapai/schedules.db.
GetAllSchedulesTool
Lists all scheduled tasks for an account.RequestChainChangeTool
Signals to the wallet client that the active chain should change. The agent uses this before tools that require a specific chain.ChangeChainTool
Updates the agent’s internal notion of the current chain (without touching the wallet). Used in pure-read contexts.When to use directly
Most utility tools are agent-driven. Two exceptions where direct calls win:- Link generators in customer-support contexts (“here’s a pre-filled link for the user”).
- Scheduler when you’re building a UI that lets users browse and edit their own schedules.