add_note
Save a note to your knowledge base and index it immediately for search. Provide a title and content.
Instructions
Save a new note to the knowledge base and index it immediately.
Args: title: A short title; also used to name the file. content: The note body (plain text or Markdown).
Returns: A confirmation with the created document's source name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |