get_history
Retrieve user's reading history from HackMD to track accessed notes and improve content management.
Instructions
Get user's reading history
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}