action meshery_id_get_providers_list { label: "Handle GET request for list of providers" description: "Returns the available list of providers" provider: meshery method: GET path: "/api/providers" encoding: json output: { type: "object" additionalProperties: true } }