Gitea
giteaCommunity managed lightweight code hosting solution written in Go
Acciones disponibles (19)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get ActivityPub Person ActorGITEA_ACTIVITYPUB_PERSONAcciónTool 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.
GITEA_ACTIVITYPUB_PERSONAcciónTool 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.
Parámetros de entrada
user_idintegerObligatorioThe numeric user ID of the Gitea user whose ActivityPub Person actor should be retrieved
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get General API SettingsGITEA_GET_GENERAL_API_SETTINGSAcciónTool 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.
GITEA_GET_GENERAL_API_SETTINGSAcciónTool 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get General Attachment SettingsGITEA_GET_GENERAL_ATTACHMENT_SETTINGSAcciónTool 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.
GITEA_GET_GENERAL_ATTACHMENT_SETTINGSAcciónTool 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get General Repository SettingsGITEA_GET_GENERAL_REPOSITORY_SETTINGSAcciónTool 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.
GITEA_GET_GENERAL_REPOSITORY_SETTINGSAcciónTool 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get General UI SettingsGITEA_GET_GENERAL_UI_SETTINGSAcciónTool 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.
GITEA_GET_GENERAL_UI_SETTINGSAcciónTool 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Gitignore Template InfoGITEA_GET_GITIGNORE_TEMPLATE_INFOAcciónTool to retrieve information about a specific gitignore template. Use when you need the content of a gitignore template for repository creation or configuration.
GITEA_GET_GITIGNORE_TEMPLATE_INFOAcciónTool to retrieve information about a specific gitignore template. Use when you need the content of a gitignore template for repository creation or configuration.
Parámetros de entrada
namestringObligatorioName of the gitignore template to retrieve (e.g., 'Go', 'Python', 'Node', 'Java').
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Label Template InfoGITEA_GET_LABEL_TEMPLATE_INFOAcciónTool to retrieve all labels from a specific label template. Use when you need to view the predefined label set for repository configuration.
GITEA_GET_LABEL_TEMPLATE_INFOAcciónTool to retrieve all labels from a specific label template. Use when you need to view the predefined label set for repository configuration.
Parámetros de entrada
namestringObligatorioThe name of the label template to retrieve (e.g., 'Default', 'Custom'). This is the template identifier.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get License Template InfoGITEA_GET_LICENSE_TEMPLATE_INFOAcciónTool 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.
GITEA_GET_LICENSE_TEMPLATE_INFOAcciónTool 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.
Parámetros de entrada
namestringObligatorioThe name of the license template to retrieve. This should be the unique identifier for the license (e.g., 'mit', 'apache-2.0', 'gpl-3.0').
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Node InfoGITEA_GET_NODE_INFOAcciónTool to retrieve the nodeinfo of the Gitea application. Use when you need standardized metadata about the Gitea server following the NodeInfo specification.
GITEA_GET_NODE_INFOAcciónTool to retrieve the nodeinfo of the Gitea application. Use when you need standardized metadata about the Gitea server following the NodeInfo specification.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Signing KeyGITEA_GET_SIGNING_KEYAcciónTool 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.
GITEA_GET_SIGNING_KEYAcciónTool 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get VersionGITEA_GET_VERSIONAcciónTool to retrieve the version of the Gitea application. Use when you need to check the Gitea server version.
GITEA_GET_VERSIONAcciónTool to retrieve the version of the Gitea application. Use when you need to check the Gitea server version.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Gitignore TemplatesGITEA_LIST_GITIGNORE_TEMPLATESAcciónTool to retrieve all available gitignore templates. Use when creating a repository to select an appropriate .gitignore template.
GITEA_LIST_GITIGNORE_TEMPLATESAcciónTool to retrieve all available gitignore templates. Use when creating a repository to select an appropriate .gitignore template.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Label TemplatesGITEA_LIST_LABEL_TEMPLATESAcciónTool to retrieve all available label templates. Use when you need to discover which predefined label sets are available for repositories.
GITEA_LIST_LABEL_TEMPLATESAcciónTool to retrieve all available label templates. Use when you need to discover which predefined label sets are available for repositories.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List License TemplatesGITEA_LIST_LICENSE_TEMPLATESAcciónTool to retrieve all available license templates. Use when creating a repository to select an appropriate license template.
GITEA_LIST_LICENSE_TEMPLATESAcciónTool to retrieve all available license templates. Use when creating a repository to select an appropriate license template.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All OrganizationsGITEA_ORG_GET_ALLAcciónTool 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.
GITEA_ORG_GET_ALLAcciónTool 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.
Parámetros de entrada
pageintegerPage number of results to return (1-based). If not specified, returns the first page.
limitintegerPage size of results (number of organizations per page). If not specified, uses server default.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Organization Actions SecretsGITEA_ORG_LIST_ACTIONS_SECRETSAcciónTool 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.
GITEA_ORG_LIST_ACTIONS_SECRETSAcciónTool 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.
Parámetros de entrada
orgstringObligatorioName of the organization
pageintegerPage number of results to return (1-based). Default pagination starts at page 1.
limitintegerPage size of results (number of items per page). Default is typically 50.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Render MarkdownGITEA_RENDER_MARKDOWNAcciónTool 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.
GITEA_RENDER_MARKDOWNAcciónTool 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.
Parámetros de entrada
modestringenumRendering mode that specifies the context for rendering. Options: 'markdown' (default/standard), 'comment' (for issues/pull requests), 'wiki' (wiki pages), 'file' (file content).
markdowncommentwikifiletextstringObligatorioThe markdown content to be rendered into HTML. Supports standard markdown syntax.
wikibooleanDEPRECATED: Legacy flag indicating wiki page content. Use mode='wiki' instead.
contextstringURL path for resolving relative links to issues, media, and files. Expected format: /subpath/{user}/{repo}/src/{branch,commit,tag}/{identifier/path}/{file/dir}
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Render Markdown RawGITEA_RENDER_MARKDOWN_RAWAcciónTool to render raw markdown text as HTML. Use when you need to convert markdown content to HTML format for display or processing.
GITEA_RENDER_MARKDOWN_RAWAcciónTool to render raw markdown text as HTML. Use when you need to convert markdown content to HTML format for display or processing.
Parámetros de entrada
markdown_textstringObligatorioRaw markdown text to render as HTML. Supports standard markdown syntax including headers, bold, italic, lists, links, images, code blocks, etc.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Render MarkupGITEA_RENDER_MARKUPAcciónTool 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.
GITEA_RENDER_MARKUPAcciónTool 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.
Parámetros de entrada
modestringenumRendering mode that specifies the context for rendering. Options: 'markdown' (default/standard), 'comment' (for issues/pull requests), 'wiki' (wiki pages), 'file' (file content with extension detection).
markdowncommentwikifiletextstringObligatorioThe markup content to be rendered into HTML. Supports various markup formats including Markdown, AsciiDoc, and others depending on the mode.
wikibooleanDEPRECATED: Legacy flag indicating wiki page content. Use mode='wiki' instead.
contextstringURL path for resolving relative links to issues, media, and files. Expected format: /subpath/{user}/{repo}/src/{branch,commit,tag}/{identifier/path}/{file/dir}
file_pathstringFile path for detecting the markup extension when using mode='file'. Used to determine the appropriate markup renderer based on file extension.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not