get_repository
Fetch detailed information about a GitHub repository, including owner and repository name, using PyGithub MCP Server for streamlined GitHub interactions.
Instructions
Get details about a GitHub repository.
Args:
params: Dictionary with repository parameters
- owner: Repository owner (username or organization)
- repo: Repository name
Returns:
MCP response with repository details
Input Schema
Name | Required | Description | Default |
---|---|---|---|
params | Yes |
Input Schema (JSON Schema)
{
"properties": {
"params": {
"title": "Params",
"type": "object"
}
},
"required": [
"params"
],
"title": "get_repositoryArguments",
"type": "object"
}