add_context
Store information in a vector database for later retrieval. This tool adds context entries with unique IDs, content, and optional metadata to enable semantic search capabilities.
Instructions
Add a piece of context/knowledge to the vector database. Use this to store information that can be retrieved later for relevant queries.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier for this context entry | |
| content | Yes | The text content to store and index | |
| metadata | No | Optional metadata to associate with the context (e.g., source, category, timestamp) |