list_file_uploads
List repo-scoped file uploads.
Tools
list_file_uploads
Parameters
- repo: repo locator such as `teams/team_slug/repo_slug` or `username/repo_slug`.
Example
curl -X POST https://ghit.example/api/v1/mcp \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "list_file_uploads",
"arguments": {
"repo": "teams/acme/webapp"
}
}
}'
Notes
- Returns the same paginated resource shape as the REST API.