save_reading_item
Save a schema-stable ReadingItem to local storage. Idempotent by source URL and content hash prevents duplicate entries.
Instructions
Save a schema-stable ReadingItem into a configured local storage backend. This is idempotent by source_url and content_hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes | ||
| store | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | No | ||
| error | No | ||
| store | No | default | |
| created | No | ||
| item_id | No | ||
| success | Yes |