Worker tools
Workers have access to built-in tools for interacting with your Base and the
web. All tools are available by default – you can restrict access per worker
using toolPermissions (see Creating
workers).
List of tools
| Tool | Tool name | Description |
|---|---|---|
| Search items | search-resources |
Search for resources in the base using filters and hybrid search |
| Read item content | get-resource-content |
Get the content of a resource, or textual representation for non-text resources |
| Create notepad | create-notepad |
Create a notepad with content |
| Edit notepad | edit-notepad |
Edit the content of a notepad |
| Create folder | create-folder |
Create a folder |
| Rename resource | rename-resource |
Rename a resource |
| Move resource | move-resources |
Move one or more resources to a different folder |
| Delete resource | resource-delete |
Move a resource to the bin |
| Apply tags to resources | apply-tags-to-resources |
Apply one or more existing tags to a resource |
| Search tags | search-tags |
Search for tags |
| Create task | task-create |
Create a task and assign it to someone |
| Edit task | task-edit |
Edit a task's name, description, due date, or assignee |
| Delete task | task-delete |
Delete a task |
| List tasks | task-list |
List tasks with optional filters |
| Scratchpad write | scratchpad-todo-write |
Write a todo to the scratchpad |
| Scratchpad read | scratchpad-todo-read |
Read todos from the scratchpad |
| Web search | web-search |
Search the web and get results with snippets |