list_repos
Retrieve a list of all indexed repositories, including their name, root path, method count, and endpoint count.
Instructions
List all indexed repositories with their stats.
Returns:
List of dicts with keys: ``name``, ``root_path``, ``method_count``,
``endpoint_count``.
Empty list if no repositories have been indexed yet.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |