get_tag
Retrieve annotated tag details from GitHub repositories using the tag's SHA to access metadata and commit information.
Instructions
Get an annotated tag object by its SHA. Only works for annotated tags, not lightweight tags.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository name | |
| tag_sha | Yes | Tag object SHA |