mcp-tung-shing

by baranwang
Verified

get-tung-shing

Input Schema

NameRequiredDescriptionDefault
daysNoThe number of consecutive days to retrieve
startDateYesThe start date as a string in the format "YYYY-MM-DD"

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "days": { "default": 1, "description": "The number of consecutive days to retrieve", "minimum": 1, "type": "integer" }, "startDate": { "description": "The start date as a string in the format \"YYYY-MM-DD\"", "type": "string" } }, "required": [ "startDate" ], "type": "object" }

You must be authenticated.

Other Tools