action gitea_org_list_current_user_orgs { label: "List the current user's organizations" provider: gitea method: GET path: "/user/orgs" encoding: json input: { type: "object" properties: { limit: { type: "integer" } page: { type: "integer" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }