action gitea_get_node_info { label: "Returns the nodeinfo of the Gitea application" provider: gitea method: GET path: "/nodeinfo" encoding: json output: { type: "object" additionalProperties: true } }