action pdfgeneratorapi_get_templates { label: "Get templates" description: "Returns a list of templates available for the authenticated workspace" provider: pdfgeneratorapi method: GET path: "/templates" encoding: json output: { type: "object" additionalProperties: true } }