Skip to main content
The event_templates module provides tools to inspect reusable calendar configurations.

Available Tools

list_event_templates

List the reusable event templates defined by the company.
  • Type: Read-only
  • Important Input Fields:
    • page (integer, optional): Page number.
    • limit (integer, optional): Items per page.

get_event_template

Retrieve details of a specific event template.
  • Type: Read-only
  • Important Input Fields:
    • eventTemplateId (string, required): Unique identifier for the template.

Natural Language Examples

  • “List all workout event templates configured in the system.”
  • “Retrieve details for the event template templ_8821.”

JSON-RPC Call Example (get_event_template)