action mailscript_get_all_inputs { label: "Get all inputs you have access to" description: "" provider: mailscript method: GET path: "/inputs" encoding: json input: { type: "object" properties: { name: { type: "string" } } additionalProperties: false } output: { required: ["list"] properties: { list: { type: "array" items: { type: "object" } } } } }