action trello_get_labels_by_id_label { label: "getLabelsByIdLabel()" provider: trello method: GET path: "/labels/{idLabel}" encoding: json input: { type: "object" properties: { fields: { type: "string" } idLabel: { type: "string" } key: { type: "string" } token: { type: "string" } } required: ["idLabel", "key", "token"] additionalProperties: false } output: { type: "object" additionalProperties: true } }