Overseerr MCP Server

by jmagar
Verified

get_daily_treasury_statement

Get the daily treasury statement for a specific day

Input Schema

NameRequiredDescriptionDefault
dateNoDate of the statement in YYYY-MM-DD format

Input Schema (JSON Schema)

{ "properties": { "date": { "description": "Date of the statement in YYYY-MM-DD format", "type": "string" } }, "type": "object" }