action gitea_notify_get_thread { label: "Get notification thread by ID" provider: gitea method: GET path: "/notifications/threads/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }