G
GetGithubAppRepoInstallation
GithubApi.GetGithubAppRepoInstallation
Description
Fetches GitHub App installation info for a repository.
Use this tool to get the installation information of a GitHub App for a specific repository. The installation can belong to an organization or user account, depending on the repository's owner.
Input Parameters
{
"parameters": [
{
"name": "repository_name",
"required": true,
"inferrable": true,
"description": "The name of the repository. It is not case sensitive and identifies the specific repository for which to retrieve GitHub App installation information.",
"value_schema": {
"val_type": "string"
}
},
{
"name": "repository_owner",
"required": true,
"inferrable": true,
"description": "The account owner's name for the repository, not case sensitive.",
"value_schema": {
"val_type": "string"
}
}
]
} Output
{
"description": "Response from the API endpoint 'apps/get-repo-installation'.",
"value_schema": {
"val_type": "json"
},
"available_modes": [
"value",
"error"
]
}