Each tool is a typed function your agent can call. Each trigger fires an agent run when something changes upstream.
Ask Question
Tool to ask a question to your Slite notes in natural language. Use when you need to query or search information across your notes. Supports optional filters to narrow results by parent note or specific assistant.
TOOL
Create Note
Tool to create a note from markdown or HTML content with optional template. Use when you need to create a new note in Slite with specified content and title.
TOOL
Delete Note By ID
Tool to permanently delete a note and all its children by ID. Use when you need to remove a note irreversibly. This operation cannot be undone.
TOOL
Flag Note as Outdated
Tool to set Outdated status on a note with a reason. Use when you need to flag a note as containing outdated information.
TOOL
Get authenticated user
Retrieves information about the currently authenticated user. Use this to get user details including email, display name, and organization information.
TOOL
Get Note By ID
Tool to retrieve a complete note by its ID including content in Markdown or HTML format. Use when you need to fetch the full details and content of a specific note.
TOOL
Get Note Children
Tool to retrieve note children by parent note ID. Use when you need to fetch child notes beneath a specified parent note. Supports pagination for notes with more than 50 children using cursor-based navigation.
TOOL
List Notes
Tool to list notes from Slite with optional filtering by owner. Use when you need to retrieve notes, optionally filtered by a specific user. Supports cursor-based pagination via the cursor parameter.
TOOL
Search Groups
Tool to search for groups by name in Slite. Use when you need to find groups matching a search query. Supports cursor-based pagination via the cursor parameter.
TOOL
Search Notes
Tool to search notes based on a query with optional filters. Use when you need to find notes by search term, parent note, review state, or other criteria. Supports pagination and archived note inclusion.
TOOL
Search Users
Tool to search for users in Slite by email, name, or username. Use when you need to find users in the organization.
TOOL
Update Note
Tool to update a note's content with markdown and/or title. Use when you need to modify an existing note's content or metadata.
TOOL
Update Note Archived State
Tool to update the archived state of a note in Slite. Use when you need to archive or unarchive a note.
TOOL
Update Note Owner
Tool to update the owner of a note. Use when you need to transfer note ownership to a user or group. Either userId or groupId must be provided.
TOOL
Update Tile in Note
Tool to update or create a tile within a Slite note with structured header and markdown content. Use when you need to update tile information including title, status, content, icon, or external URL.
TOOL
Verify Note
Tool to set a note's verification status to Verified with optional expiration. Use when you need to mark a note as verified or update its verification expiration date.