| name | knowledge_bank |
| description | Knowledge Bank tools for Dataspheres AI |
Knowledge Bank
Tool reference for this resource group, mirrored by hand from the platform live /api/mcp/schema schema.
Tools
add_to_knowledge_bank — Add to Knowledge Bank
Creates pin a resource (page, document, media) to the knowledge bank so ari uses it as persistent context. knowledge bank items are embedded inside the datasphere — not a standalone page. after adding, tell the user: "this is now part of {datasphere}'s knowledge bank. ari will use it as context for all future conversations in this datasphere. you can manage it in datasphere settings > knowledge bank.". Requires MODERATOR+ role in the datasphere. Required fields: datasphereId (string); resourceType (string); resourceId (string). Optional: title. Show a preview of the operation and get explicit confirmation from the user before executing.
| Field | Type | Required | Description |
|---|
datasphereId | string | yes | Datasphere ID |
resourceType | string | yes | Resource type (e.g. document, datasphere-page, generatedMedia) |
resourceId | string | yes | Resource ID |
title | string | no | Display title for the knowledge bank item |
list_knowledge_bank — List Knowledge Bank
Retrieves list all knowledge bank items for a datasphere. Requires PARTICIPANT+ role in the datasphere. Required fields: datasphereId (string).
| Field | Type | Required | Description |
|---|
datasphereId | string | yes | Datasphere ID |