add_document
Store a text document and receive its generated ID and metadata. Use optional title and tags to organize and filter content for later retrieval.
Instructions
Store a new text document and return its generated id and metadata.
Args: content: The document body text (required, non-empty). title: An optional short title. tags: Optional list of tag strings for filtering/boosting search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | No | ||
| content | Yes |