Open Connector
All tools

Slite logoSlite

Slite is the self-maintaining AI knowledge base that stays accurate. Verified by your team, synced with your tools, trusted by every agent.

slitevcatalog-v126 tools

Authentication

MethodKindStatusDetails
API Keyapi_keyavailable

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "SLITE_ASK",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("SLITE_ASK", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute SLITE_ASK --data '{ }'

Tool catalog

Available tools

26 callable operations

Ask a questionSLITE_ASKAsk a question to your notes in natural language. The scope of the notes used to answer the question is restricted to the authenticated user. Various optional filters are available to restrict the scope of the notes even more.

Ask a question to your notes in natural language. The scope of the notes used to answer the question is restricted to the authenticated user. Various optional filters are available to restrict the scope of the notes even more.

Authentication

Connected account required

Scopes

read

Tags

ask
Create a noteSLITE_CREATE_NOTECreate a note from markdown, html, or sliteml content, with a templateId or just an empty one. If no parentNoteId is specified, it will be created in your personal channel.

Create a note from markdown, html, or sliteml content, with a templateId or just an empty one. If no parentNoteId is specified, it will be created in your personal channel.

Authentication

Connected account required

Scopes

write

Tags

createnote
Delete custom contentSLITE_DELETE_INDEXDelete a custom content from AskX usage.

Delete a custom content from AskX usage.

Authentication

Connected account required

Scopes

write

Tags

delete
Delete a note and its childrenSLITE_DELETE_NOTE_BY_IDDelete a note and its children by id. !!! It's irreversible !!!

Delete a note and its children by id. !!! It's irreversible !!!

Authentication

Connected account required

Scopes

write

Tags

deletenotebyid
Flag note as outdatedSLITE_FLAG_NOTE_AS_OUTDATEDSet Outdated status on a note with optional reason

Set Outdated status on a note with optional reason

Authentication

Connected account required

Scopes

write

Tags

flagnoteasoutdated
Get group by IDSLITE_GET_GROUP_BY_IDGet a group by ID

Get a group by ID

Authentication

Connected account required

Scopes

read

Tags

getgroupbyid
Return a noteSLITE_GET_NOTE_BY_IDReturn a note by id

Return a note by id

Authentication

Connected account required

Scopes

read

Tags

getnotebyid
Return note children by parent note idSLITE_GET_NOTE_CHILDRENReturn note children by parent note id

Return note children by parent note id

Authentication

Connected account required

Scopes

read

Tags

getnotechildren
Read a threadSLITE_GET_THREADRead an ask/agent thread back as question / answer rounds. This is both the poll endpoint for a `processing` answer (`GET /ask` returns the `threadId` to poll) and a general way to read a past conversation: it returns every round's question and answer, without the intermediate events. While the run is still working the response is `202` with `status: "processing"` — poll again after `retryAfterSeconds` / the `Retry-After` header.

Read an ask/agent thread back as question / answer rounds. This is both the poll endpoint for a `processing` answer (`GET /ask` returns the `threadId` to poll) and a general way to read a past conversation: it returns every round's question and answer, without the intermediate events. While the run is still working the response is `202` with `status: "processing"` — poll again after `retryAfterSeconds` / the `Retry-After` header.

Authentication

Connected account required

Scopes

read

Tags

get
Get user by IDSLITE_GET_USER_BY_IDGet a user by ID

Get a user by ID

Authentication

Connected account required

Scopes

read

Tags

getuserbyid
Index a custom contentSLITE_INDEXIndex a custom content for AskX usage.

Index a custom content for AskX usage.

Authentication

Connected account required

Scopes

write

Tags

index
List empty notes for knowledge managementSLITE_LIST_EMPTY_NOTES_FOR_KNOWLEDGE_MANAGEMENTList empty notes for knowledge management.

List empty notes for knowledge management.

Authentication

Connected account required

Scopes

read

Tags

listemptynotesforknowledgemanagement
List inactive notes for knowledge managementSLITE_LIST_INACTIVE_NOTES_FOR_KNOWLEDGE_MANAGEMENTList inactive notes for knowledge management.

List inactive notes for knowledge management.

Authentication

Connected account required

Scopes

read

Tags

listinactivenotesforknowledgemanagement
List custom contentSLITE_LIST_INDEXList custom content ids from AskX usage.

List custom content ids from AskX usage.

Authentication

Connected account required

Scopes

read

Tags

list
List notesSLITE_LIST_NOTESList notes with optional filtering by owner

List notes with optional filtering by owner

Authentication

Connected account required

Scopes

read

Tags

listnotes
List notes for knowledge managementSLITE_LIST_NOTES_FOR_KNOWLEDGE_MANAGEMENTList notes for knowledge management.

List notes for knowledge management.

Authentication

Connected account required

Scopes

read

Tags

listnotesforknowledgemanagement
List public notes for knowledge managementSLITE_LIST_PUBLIC_NOTES_FOR_KNOWLEDGE_MANAGEMENTList public notes for knowledge management.

List public notes for knowledge management.

Authentication

Connected account required

Scopes

read

Tags

listpublicnotesforknowledgemanagement
Return the authenticated user information.SLITE_MEReturn authenticated user information.

Return authenticated user information.

Authentication

Connected account required

Scopes

read

Tags

me
Search groupsSLITE_SEARCH_GROUPSSearch for groups by name

Search for groups by name

Authentication

Connected account required

Scopes

read

Tags

searchgroups
Search notesSLITE_SEARCH_NOTESSearch notes based on a query. The scope of the notes is restricted to the authenticated user. Various optional filters are available to restrict the scope of the search even more.

Search notes based on a query. The scope of the notes is restricted to the authenticated user. Various optional filters are available to restrict the scope of the search even more.

Authentication

Connected account required

Scopes

read

Tags

searchnotes
Search usersSLITE_SEARCH_USERSSearch for users by email, name, or username

Search for users by email, name, or username

Authentication

Connected account required

Scopes

read

Tags

searchusers
Update a noteSLITE_UPDATE_NOTEUpdate note content with markdown, html, or sliteml and/or title

Update note content with markdown, html, or sliteml and/or title

Authentication

Connected account required

Scopes

write

Tags

updatenote
Archive or unarchive a noteSLITE_UPDATE_NOTE_ARCHIVED_STATEUpdate the archived state of a note

Update the archived state of a note

Authentication

Connected account required

Scopes

write

Tags

updatenotearchivedstate
Update note ownerSLITE_UPDATE_NOTE_OWNERUpdate the owner of a note, it can be a user or a group

Update the owner of a note, it can be a user or a group

Authentication

Connected account required

Scopes

write

Tags

updatenoteowner
Update a tile in a noteSLITE_UPDATE_TILEUpdate or create tile. A tile is rendered with a structured header and a markdown content. You can create a tile by copying a tile id from Slite by clicking on `Copy block id` on an empty line setting in the editor.

Update or create tile. A tile is rendered with a structured header and a markdown content. You can create a tile by copying a tile id from Slite by clicking on `Copy block id` on an empty line setting in the editor.

Authentication

Connected account required

Scopes

write

Tags

updatetile
Verify a noteSLITE_VERIFY_NOTESet Verified status on a note with optional verification expiration

Set Verified status on a note with optional verification expiration

Authentication

Connected account required

Scopes

write

Tags

verifynote

Provider resources