action gitea_org_get { label: "Get an organization" provider: gitea method: GET path: "/orgs/{org}" encoding: json input: { type: "object" properties: { org: { type: "string" } } required: ["org"] additionalProperties: false } output: { type: "object" additionalProperties: true } }