Gitea · Capability
Gitea API — miscellaneous
Gitea API — miscellaneous. 12 operations. Lead operation: Returns a List of All Gitignore Templates. Self-contained Naftiko capability covering one Gitea business surface.
What You Can Do
GET
Listgitignorestemplates
— Returns a List of All Gitignore Templates
/v1/gitignore/templates
GET
Getgitignoretemplateinfo
— Returns Information About a Gitignore Template
/v1/gitignore/templates/{name}
GET
Listlabeltemplates
— Returns a List of All Label Templates
/v1/label/templates
GET
Getlabeltemplateinfo
— Returns All Labels in a Template
/v1/label/templates/{name}
GET
Listlicensetemplates
— Returns a List of All License Templates
/v1/licenses
GET
Getlicensetemplateinfo
— Returns Information About a License Template
/v1/licenses/{name}
POST
Rendermarkdown
— Render a Markdown Document as HTML
/v1/markdown
POST
Rendermarkdownraw
— Render Raw Markdown as HTML
/v1/markdown/raw
POST
Rendermarkup
— Render a Markup Document as HTML
/v1/markup
GET
Getsigningkey
— Get Default Signing-Key.gpg
/v1/signing-key-gpg
GET
Getsigningkeyssh
— Get Default Signing-Key.pub
/v1/signing-key-pub
GET
Getversion
— Returns the Version of the Gitea Application
/v1/version
MCP Tools
returns-list-all-gitignore-templates
Returns a List of All Gitignore Templates
read-only
idempotent
returns-information-about-gitignore-template
Returns Information About a Gitignore Template
read-only
idempotent
returns-list-all-label-templates
Returns a List of All Label Templates
read-only
idempotent
returns-all-labels-template
Returns All Labels in a Template
read-only
idempotent
returns-list-all-license-templates
Returns a List of All License Templates
read-only
idempotent
returns-information-about-license-template
Returns Information About a License Template
read-only
idempotent
render-markdown-document-html
Render a Markdown Document as HTML
render-raw-markdown-html
Render Raw Markdown as HTML
render-markup-document-html
Render a Markup Document as HTML
get-default-signing-key-gpg
Get Default Signing-Key.gpg
read-only
idempotent
get-default-signing-key-pub
Get Default Signing-Key.pub
read-only
idempotent
returns-version-gitea-application
Returns the Version of the Gitea Application
read-only
idempotent