Kontent.ai
kontent_aiKontent.ai is a headless CMS that delivers content via API, allowing developers to build websites and applications using their preferred frameworks, languages, or libraries.
Acciones disponibles (6)
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 Content ItemKONTENT_AI_GET_CONTENT_ITEMAcciónTool to retrieve a specific content item by its identifier. use after confirming the environment id and item identifier.
KONTENT_AI_GET_CONTENT_ITEMAcciónTool to retrieve a specific content item by its identifier. use after confirming the environment id and item identifier.
Parámetros de entrada
environment_idstringObligatorioUUID of the target environment/project
item_identifierstringObligatorioIdentifier of the content item. Use internal ID, or prefix with 'external-id/' or 'codename/' for external IDs or codenames respectively.
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 LanguageKONTENT_AI_GET_LANGUAGEAcciónTool to retrieve a specific language by its id. supports management api directly and delivery api via normalization.
KONTENT_AI_GET_LANGUAGEAcciónTool to retrieve a specific language by its id. supports management api directly and delivery api via normalization.
Parámetros de entrada
environment_idstringObligatorioUUID of the target environment/project
language_identifierstringObligatorioIdentifier of the language. Use internal ID (UUID), or prefix with 'external-id/' for external ID, or 'codename/' for language codename.
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 Language VariantKONTENT_AI_GET_LANGUAGE_VARIANTAcciónTool to retrieve a specific language variant of a content item. use after confirming the item and language identifiers when needing localized content.
KONTENT_AI_GET_LANGUAGE_VARIANTAcciónTool to retrieve a specific language variant of a content item. use after confirming the item and language identifiers when needing localized content.
Parámetros de entrada
environment_idstringObligatorioUUID of the target environment/project
language_identifierstringObligatorioIdentifier of the language variant. Use internal ID, or prefix with 'codename/' for codename of the language.
content_item_identifierstringObligatorioIdentifier of the content item. Use internal ID, or prefix with 'external-id/' or 'codename/' for external IDs or codenames respectively.
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 Content ItemsKONTENT_AI_LIST_CONTENT_ITEMSAcciónTool to list content items from the delivery api. use when fetching content items for a specified environment, optionally providing a continuation token for pagination.
KONTENT_AI_LIST_CONTENT_ITEMSAcciónTool to list content items from the delivery api. use when fetching content items for a specified environment, optionally providing a continuation token for pagination.
Parámetros de entrada
environment_idstringObligatorioUUID of the target environment/project
continuation_tokenstringContinuation token to fetch the next page of results
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 Content TypesKONTENT_AI_LIST_CONTENT_TYPESAcciónTool to list content types within a kontent.ai environment. use when you need to retrieve a paginated list of content type definitions. use after confirming the environment id.
KONTENT_AI_LIST_CONTENT_TYPESAcciónTool to list content types within a kontent.ai environment. use when you need to retrieve a paginated list of content type definitions. use after confirming the environment id.
Parámetros de entrada
continuationstringContinuation token from a previous response to fetch the next page.
environment_idstringObligatorioID of the target environment (project).
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 LanguagesKONTENT_AI_LIST_LANGUAGESAcciónTool to list languages in a kontent.ai project. use when you need to retrieve all languages for a specified environment after confirming the project id.
KONTENT_AI_LIST_LANGUAGESAcciónTool to list languages in a kontent.ai project. use when you need to retrieve all languages for a specified environment after confirming the project id.
Parámetros de entrada
skipintegerNumber of items to skip for pagination
limitintegerMaximum number of items to return
orderstringSpecifies the ordering of languages, e.g., codename[asc]
environment_idstringObligatorioUUID of the target environment/project
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