action trello_get_lists_by_id_list_by_field { label: "getListsByIdListByField()" provider: trello method: GET path: "/lists/{idList}/{field}" encoding: json input: { type: "object" properties: { field: { type: "string" } idList: { type: "string" } key: { type: "string" } token: { type: "string" } } required: ["field", "idList", "key", "token"] additionalProperties: false } output: { type: "object" additionalProperties: true } }