code-fundi-list-repos
List all indexed repositories in a Code-Fundi account with pagination, privacy scope filtering, and name search. Enables browsing codebases before analysis.
Instructions
List all indexed repositories in your Code-Fundi account. Supports pagination, scope filtering (private/public), and name search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page (default 25) | |
| order | No | Sort direction | |
| scope | No | Filter by repository visibility | |
| offset | No | Pagination offset | |
| search | No | Case-insensitive substring filter on repo name | |
| order_by | No | Field to sort by |