get_repo
Retrieve a repository's catalog entry: owner/name, stars, language, and timestamped video mentions with caption excerpts.
Instructions
Fetch one repository's catalog entry: owner/name (for example 'coffinxp/crtmon'), stars, language, and every video mention with a timestamped link and caption excerpt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| owner | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| dead | No | ||
| name | Yes | ||
| owner | Yes | ||
| stars | No | ||
| archived | No | ||
| language | No | ||
| mentions | No | ||
| pushed_at | No | ||
| display_names | Yes | ||
| mention_count | Yes | ||
| gh_description | No | ||
| first_seen_video | No |