get_by_date_range
Retrieve posts published within a specified date range from a Markdown knowledge base. Input start and end dates in ISO format (YYYY-MM-DD) to filter and extract content efficiently.
Instructions
Get posts published within a date range.
Args: start_date: the start date in ISO format (YYYY-MM-DD) end_date: the end date in ISO format (YYYY-MM-DD) limit: the maximum number of posts to return
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end_date | Yes | ||
limit | No | ||
start_date | Yes |