Documentation Index
Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Get list of user’s repositories
| Field | Value |
|---|
| Name | github:list-repos |
| Group | Integrations |
Playground
{
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "Type: all, owner, public, private, member"
},
"sort": {
"type": "string",
"description": "Sort: created, updated, pushed, full_name"
},
"per_page": {
"type": "number",
"description": "Results per page (max 100)"
},
"end_user_id": {
"type": "string",
"description": "End-user ID for per-user OAuth token resolution"
}
},
"description": "Input schema for the github:list-repos tool."
}
Output schema
This tool does not publish an output schema.