action solarvps_get_contacts { label: "View all contacts under your account" description: "Shows all contacts under the client account." provider: solarvps method: GET path: "/contacts" encoding: json output: { type: "object" additionalProperties: true } }