action trello_get_cards_members_voted_by_id_card { label: "getCardsMembersVotedByIdCard()" provider: trello method: GET path: "/cards/{idCard}/membersVoted" encoding: json input: { type: "object" properties: { fields: { type: "string" } idCard: { type: "string" } key: { type: "string" } token: { type: "string" } } required: ["idCard", "key", "token"] additionalProperties: false } output: { type: "object" additionalProperties: true } }