timepiece_search_calendar
Search for Timepiece calendars by name to find their numeric ID. Supports exact or partial name matching.
Instructions
Search for Timepiece calendars by name.
Useful for finding a calendar's numeric ID when you only know its name, e.g. 'Default Calendar Settings'.
Args: params (SearchCalendarInput): Validated input containing: - name (str): Calendar name to search for - search_type (str): 'exact' (default) or 'contain' - max_results (int): Maximum results to return (default 10) - response_format (str): 'markdown' or 'json' (default: markdown)
Returns: str: Matching calendars with ID, name, timezone, working hours, and default flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |