Save an item
save_itemSave a link or a text note to the user's MarkIt library. Pass a URL to save and scrape a web page, or plain text to save a note. Optionally attach a note - your own context, e.g. why it matters or how it relates to the conversation - and, for a text note, a title. MarkIt scrapes, auto-categorizes, and indexes the item in the background so it turns up in later searches. Each save counts as one capture against the monthly limit; saving a URL already in the library is a no-op.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional context to store with the item (e.g. why it's relevant). | |
| title | No | Optional title for a text note. A URL gets its title from the page. | |
| content | Yes | A URL to save (scraped as a link), or the text of a note to save. |