action quotes_get_quote_image_font_search { label: "get_quote_image_font_search" description: "Searches for a font with a given tag. \n" provider: quotes method: GET path: "/quote/image/font/search" encoding: json input: { type: "object" properties: { query: { type: "string" format: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }