Skip to main content
Glama

Library MCP

by lethain

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

NameRequiredDescriptionDefault
end_dateYes
limitNo
start_dateYes

Input Schema (JSON Schema)

{ "properties": { "end_date": { "title": "End Date", "type": "string" }, "limit": { "default": 50, "title": "Limit", "type": "integer" }, "start_date": { "title": "Start Date", "type": "string" } }, "required": [ "start_date", "end_date" ], "title": "get_by_date_rangeArguments", "type": "object" }
Install Server

Other Tools from Library MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lethain/library-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server