action gitea_get_general_attachment_settings { label: "Get instance's global settings for Attachment" provider: gitea method: GET path: "/settings/attachment" encoding: json output: { type: "object" additionalProperties: true } }