action tcgdex_get_series { label: "get_series" provider: tcgdex method: GET path: "/series" encoding: json output: { type: "array" items: { type: "object" required: ["id", "name"] properties: { id: { type: "string" } logo: { type: "string" } name: { type: "string" } } } } }