Freestyle · Capability
Freestyle Git API — Tags
Freestyle Git API tags surface. 3 operations. Lead operation: List All Tags in a Repository. Self-contained Naftiko capability for one Freestyle business surface.
Freestyle Git API — Tags is a Naftiko capability published by Freestyle, one of 30 capabilities the APIs.io network indexes for this provider. It bundles 3 operations across the GET method rooted at /v1/git/v1/repo/{…}/git.
The capability includes 3 read-only operations. Lead operation: List All Tags in a Repository. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Freestyle, Git, and Tags.
What You Can Do
GET
Handle list tags
— List All Tags in a Repository
/v1/git/v1/repo/{repo}/git/refs/tags/
GET
Handle get ref tag
— Get a Tag by Name
/v1/git/v1/repo/{repo}/git/refs/tags/{tag}
GET
Handle get tag
— Get an Annotated Tag Object by SHA (advanced)
/v1/git/v1/repo/{repo}/git/tags/{hash}
MCP Tools
freestyle-handle-list-tags
List All Tags in a Repository
read-only
idempotent
freestyle-handle-get-ref-tag
Get a Tag by Name
read-only
idempotent
freestyle-handle-get-tag
Get an Annotated Tag Object by SHA (advanced)
read-only
idempotent