Acciones disponibles (16)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Ask QuestionSLITE_ASK_QUESTIONAcciónTool 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.
SLITE_ASK_QUESTIONAcciónTool 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.
Parámetros de entrada
questionstringObligatorioQuestion to ask on your notes in natural language
assistantIdstringOptional filter to use a specific assistant (for super users only)
parentNoteIdstringOptional filter to only return notes under this parent note id
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create NoteSLITE_CREATE_NOTEAcciónTool 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.
SLITE_CREATE_NOTEAcciónTool 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.
Parámetros de entrada
htmlstringProvide HTML content to fill the note.
titlestringObligatorioTitle of the note to create.
markdownstringProvide Markdown content to fill the note.
attributesstring[]Attributes for the parent collection ordered by column. If they don't match the appropriate type, they would be ignored.
templateIdstringIf you want to apply a template to the created note.
parentNoteIdstringBelow which other note to create this note. If not specified, the note would be created in your personal channel.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Note By IDSLITE_DELETE_NOTE_BY_IDAcciónTool 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.
SLITE_DELETE_NOTE_BY_IDAcciónTool 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.
Parámetros de entrada
note_idstringObligatorioThe unique ID of the note to delete. This will permanently delete the note and all its children.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Flag Note as OutdatedSLITE_FLAG_NOTE_AS_OUTDATEDAcciónTool to set Outdated status on a note with a reason. Use when you need to flag a note as containing outdated information.
SLITE_FLAG_NOTE_AS_OUTDATEDAcciónTool to set Outdated status on a note with a reason. Use when you need to flag a note as containing outdated information.
Parámetros de entrada
reasonstringObligatorioOutdated reason explaining why the note is being flagged as outdated.
note_idstringObligatorioNote id to update.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get authenticated userSLITE_GET_AUTHENTICATED_USERAcciónRetrieves information about the currently authenticated user. Use this to get user details including email, display name, and organization information.
SLITE_GET_AUTHENTICATED_USERAcciónRetrieves information about the currently authenticated user. Use this to get user details including email, display name, and organization information.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Note By IDSLITE_GET_NOTE_BY_IDAcciónTool 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.
SLITE_GET_NOTE_BY_IDAcciónTool 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.
Parámetros de entrada
formatstringenumSpecifies content format as either 'md' (Markdown) or 'html'. Defaults to Markdown if unspecified.
mdhtmlnoteIdstringObligatorioNote id to return
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Note ChildrenSLITE_GET_NOTE_CHILDRENAcciónTool 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.
SLITE_GET_NOTE_CHILDRENAcciónTool 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.
Parámetros de entrada
cursorstringCursor to use to continue fetching the note children. Only used if current note has more than 50 children
noteIdstringObligatorioNote ID to fetch its children
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List NotesSLITE_LIST_NOTESAcciónTool 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.
SLITE_LIST_NOTESAcciónTool 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.
Parámetros de entrada
cursorstringCursor to use to continue fetching notes for pagination. Use the nextCursor value from a previous response.
ownerIdstringUser id to filter notes by owner. If not provided, returns all notes accessible to the authenticated user.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search GroupsSLITE_SEARCH_GROUPSAcciónTool 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.
SLITE_SEARCH_GROUPSAcciónTool 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.
Parámetros de entrada
querystringObligatorioSearch query to match against group names
cursorstringCursor to use to continue fetching groups for pagination
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search NotesSLITE_SEARCH_NOTESAcciónTool 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.
SLITE_SEARCH_NOTESAcciónTool 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.
Parámetros de entrada
pageintegerPagination control for results. Minimum value: 0.
depthintegerFilters results by note hierarchy level.
querystringSearch term for note lookup. Defaults to empty string if not provided.
hitsPerPageintegerNumber of results per page. Range: 1-100.
reviewStatestringenumFilters by review status.
VerifiedOutdatedVerificationRequestedparentNoteIdstringFilters results to notes under a specific parent note.
highlightPreTagstringOpening HTML/text tag for highlighting query matches in results.
includeArchivedbooleanWhen true, includes archived notes in results. Defaults to false.
lastEditedAfterstringReturns only notes modified after the specified date (ISO 8601 date-time format).
highlightPostTagstringClosing HTML/text tag for highlighting query matches in results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search UsersSLITE_SEARCH_USERSAcciónTool to search for users in Slite by email, name, or username. Use when you need to find users in the organization.
SLITE_SEARCH_USERSAcciónTool to search for users in Slite by email, name, or username. Use when you need to find users in the organization.
Parámetros de entrada
querystringObligatorioSearch query to match against user email and display name
cursorstringCursor to use to continue fetching users for pagination. Used to retrieve the next page of results.
includeArchivedbooleanInclude archived users in the search results. Defaults to false if not specified.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update NoteSLITE_UPDATE_NOTEAcciónTool to update a note's content with markdown and/or title. Use when you need to modify an existing note's content or metadata.
SLITE_UPDATE_NOTEAcciónTool to update a note's content with markdown and/or title. Use when you need to modify an existing note's content or metadata.
Parámetros de entrada
htmlstringNew html content to fill the note
titlestringTitle of the note to update
note_idstringObligatorioNote id to update
markdownstringNew markdown content to fill the note
attributesstring[]Attributes for the parent collection ordered by column
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Note Archived StateSLITE_UPDATE_NOTE_ARCHIVED_STATEAcciónTool to update the archived state of a note in Slite. Use when you need to archive or unarchive a note.
SLITE_UPDATE_NOTE_ARCHIVED_STATEAcciónTool to update the archived state of a note in Slite. Use when you need to archive or unarchive a note.
Parámetros de entrada
note_idstringObligatorioThe identifier of the note to modify
archivedbooleanObligatorioSet to true to archive the note, false to unarchive it
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Note OwnerSLITE_UPDATE_NOTE_OWNERAcciónTool 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.
SLITE_UPDATE_NOTE_OWNERAcciónTool 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.
Parámetros de entrada
note_idstringObligatorioNote id to update
user_idstringUser id to set as the owner of the note. Either userId or groupId must be provided.
group_idstringGroup id to set as the owner of the note. Either userId or groupId must be provided.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Tile in NoteSLITE_UPDATE_TILEAcciónTool 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.
SLITE_UPDATE_TILEAcciónTool 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.
Parámetros de entrada
urlstringThe tile can be linked to an external URL
titlestringTitle of the tile
noteIdstringObligatorioNote id containing the tile id
statusobjectStatus object for the tile.
tileIdstringObligatorioTile id to update
contentstringThe content of the tile. Can be in markdown format.
iconURLstringIcon URL to show in the tile
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Verify NoteSLITE_VERIFY_NOTEAcciónTool 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.
SLITE_VERIFY_NOTEAcciónTool 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.
Parámetros de entrada
untilstringExpiration of the verification status as ISO 8601 date-time string. Set to null for no expiration.
noteIdstringObligatorioNote id to update
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not