G
AcceptGithubRepoInvitation
GithubApi.AcceptGithubRepoInvitation
Description
Accept a GitHub repository invitation.
This tool accepts an invitation to join a GitHub repository for the authenticated user. Use it when you need to confirm participation in a repo after receiving an invitation.
Input Parameters
{
"parameters": [
{
"name": "invitation_id",
"required": true,
"inferrable": true,
"description": "The unique identifier for the GitHub invitation to be accepted.",
"value_schema": {
"val_type": "integer"
}
}
]
} Output
{
"description": "Response from the API endpoint 'repos/accept-invitation-for-authenticated-user'.",
"value_schema": {
"val_type": "json"
},
"available_modes": [
"value",
"error"
]
}