action trello_get_actions_member_creator_by_id_action { label: "getActionsMemberCreatorByIdAction()" provider: trello method: GET path: "/actions/{idAction}/memberCreator" encoding: json input: { type: "object" properties: { fields: { type: "string" } idAction: { type: "string" } key: { type: "string" } token: { type: "string" } } required: ["idAction", "key", "token"] additionalProperties: false } output: { type: "object" additionalProperties: true } }