action postmarkapp_list_servers { label: "List servers" provider: postmarkapp method: GET path: "/servers" encoding: json input: { type: "object" properties: { "X-Postmark-Account-Token": { type: "string" } count: { type: "string" } name: { type: "string" } offset: { type: "string" } } required: ["X-Postmark-Account-Token", "count", "offset"] additionalProperties: false } output: { type: "object" additionalProperties: true } }