Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.
Get ActivityPub Person ActorGITEA_ACTIVITYPUB_PERSON
Tool to retrieve the ActivityPub Person actor for a Gitea user. Use when you need to fetch a user's ActivityPub representation for federation purposes or to get ActivityStreams-formatted user data.
Get General API SettingsGITEA_GET_GENERAL_API_SETTINGS
Tool to retrieve the Gitea instance's global API settings including pagination limits and response size constraints. Use when you need to understand API rate limits or configuration parameters.
Get General Attachment SettingsGITEA_GET_GENERAL_ATTACHMENT_SETTINGS
Tool to retrieve the Gitea instance's global settings for file attachments including enabled status, allowed file types, size limits, and file count limits. Use when you need to understand the attachment configuration of the instance.
Get General Repository SettingsGITEA_GET_GENERAL_REPOSITORY_SETTINGS
Tool to retrieve the Gitea instance's global settings for repositories including feature flags for mirroring, HTTP Git, migrations, stars, time tracking, and LFS. Use when you need to understand which repository features are enabled or disabled at the instance level.
Get General UI SettingsGITEA_GET_GENERAL_UI_SETTINGS
Tool to retrieve the Gitea instance's global settings for UI including default theme, allowed reactions, and custom emojis. Use when you need to understand the UI configuration of the instance.
Get Gitignore Template InfoGITEA_GET_GITIGNORE_TEMPLATE_INFO
Tool to retrieve information about a specific gitignore template. Use when you need the content of a gitignore template for repository creation or configuration.
Get Label Template InfoGITEA_GET_LABEL_TEMPLATE_INFO
Tool to retrieve all labels from a specific label template. Use when you need to view the predefined label set for repository configuration.
Get License Template InfoGITEA_GET_LICENSE_TEMPLATE_INFO
Tool to retrieve information about a specific license template. Use when you need the content and details of a license template for repository creation or configuration.
Get Node InfoGITEA_GET_NODE_INFO
Tool to retrieve the nodeinfo of the Gitea application. Use when you need standardized metadata about the Gitea server following the NodeInfo specification.
Get Signing KeyGITEA_GET_SIGNING_KEY
Tool to retrieve the default GPG signing key used by Gitea to sign commits. Use when you need to verify commits signed by the Gitea instance or import the public key to trust Gitea-generated commits.
Get VersionGITEA_GET_VERSION
Tool to retrieve the version of the Gitea application. Use when you need to check the Gitea server version.
List Gitignore TemplatesGITEA_LIST_GITIGNORE_TEMPLATES
Tool to retrieve all available gitignore templates. Use when creating a repository to select an appropriate .gitignore template.
List Label TemplatesGITEA_LIST_LABEL_TEMPLATES
Tool to retrieve all available label templates. Use when you need to discover which predefined label sets are available for repositories.
List License TemplatesGITEA_LIST_LICENSE_TEMPLATES
Tool to retrieve all available license templates. Use when creating a repository to select an appropriate license template.
Get All OrganizationsGITEA_ORG_GET_ALL
Tool to retrieve a paginated list of all organizations in the Gitea instance. Use when you need to list all organizations or browse organizations with pagination support.
List Organization Actions SecretsGITEA_ORG_LIST_ACTIONS_SECRETS
Tool to list all action secrets for an organization. Use when you need to retrieve the list of secrets configured at the organization level. Note that secret values are never returned through the API for security purposes.
Render MarkdownGITEA_RENDER_MARKDOWN
Tool to render a markdown document as HTML with configurable rendering modes and context. Use when you need to convert markdown to HTML with specific rendering contexts like comments, wiki pages, or files.
Render Markdown RawGITEA_RENDER_MARKDOWN_RAW
Tool to render raw markdown text as HTML. Use when you need to convert markdown content to HTML format for display or processing.
Render MarkupGITEA_RENDER_MARKUP
Tool to render a markup document as HTML with support for multiple markup formats. Use when you need to convert markup content (Markdown, AsciiDoc, etc.) to HTML with specific rendering contexts like comments, wiki pages, or files.