action tcgdex_get_illustrators { label: "get_illustrators" provider: tcgdex method: GET path: "/illustrators" encoding: json output: { type: "array" items: { type: "string" } } }