← Tools Reference

ima

ima integration (AI, Productivity). Imported from open-connector.

Credentials form7 toolshttps://{hostname}{pathname}
POST
ima_list_notebooks
List IMA note folders for the connected account.

/openapi/note/v1/list_notebook

2 parameters
ParamTypeRequiredDescription
cursorstringoptionalThe notebook pagination cursor.
limitintegeroptionalThe maximum number of notebooks to request.
POST
ima_search_knowledge_bases
Search IMA knowledge bases by name, or pass an empty query to list accessible knowledge bases.

/openapi/wiki/v1/search_knowledge_base

3 parameters
ParamTypeRequiredDescription
querystringrequiredThe knowledge-base search query. Use an empty string to list accessible bases.
cursorstringoptionalThe knowledge-base pagination cursor.
limitintegeroptionalThe maximum number of knowledge bases to request.
POST
ima_get_knowledge_bases
Fetch metadata for one or more IMA knowledge bases.

/openapi/wiki/v1/get_knowledge_base

1 parameter
ParamTypeRequiredDescription
knowledgeBaseIdsarrayoptionalThe unique IMA knowledge-base IDs to fetch.
POST
ima_list_addable_knowledge_bases
List the IMA knowledge bases that accept new content.

/openapi/wiki/v1/get_addable_knowledge_base_list

2 parameters
ParamTypeRequiredDescription
cursorstringoptionalThe addable knowledge-base pagination cursor.
limitintegeroptionalThe maximum number of knowledge bases to request.
POST
ima_search_knowledge_items
Search files and folders inside one IMA knowledge base.

/openapi/wiki/v1/search_knowledge

3 parameters
ParamTypeRequiredDescription
knowledgeBaseIdstringrequiredThe IMA knowledge base ID.
querystringrequiredThe search keyword.
cursorstringoptionalThe knowledge-item search cursor.
GET
ima_upload_file_to_knowledge_base
Upload a file from an HTTP URL into one IMA knowledge base, including duplicate checks, COS upload, and add_knowledge.

/openapi/wiki/v1/add_knowledge

6 parameters
ParamTypeRequiredDescription
knowledgeBaseIdstringrequiredThe IMA knowledge base ID.
folderIdstringoptionalThe target folder ID inside the knowledge base.
fileUrlstringrequiredThe HTTP or HTTPS URL whose bytes should be uploaded to IMA.
fileNamestringrequiredThe file name to store in IMA, including the extension.
contentTypestringoptionalThe MIME type of the file. If omitted, IMA upload type is inferred from fileNam…
duplicatePolicystringoptionalHow to handle an existing file with the same name.
GET
ima_get_knowledge_item_original
Fetch access information for a knowledge-base item and download URL-backed original content through local transit storage when available.

/openapi/note/v1/get_doc_content

2 parameters
ParamTypeRequiredDescription
mediaIdstringrequiredThe IMA media ID.
fileNamestringoptionalThe preferred transit file name when downloading URL content.