Contentful

Integrate Contentful with your AI workspace

Contentful is a headless CMS allowing developers to create, manage, and distribute content across multiple channels and devices with an API-first approach

Explore Triggers and Actions

Activate Content Type

Activates (publishes) a content type in Contentful. Use this to make a content type available for creating entries. Requires the current version number for optimistic locking.

ActionTry it

Archive Asset

Tool to archive an asset in Contentful. Use when you need to archive an asset to remove it from active use without deleting it permanently.

ActionTry it

Archive Entry

Tool to archive an entry in Contentful. Use when you need to move an entry to archived status. The entry must not be currently published, and you may need to provide the X-Contentful-Version header matching the entry's current version.

ActionTry it

Archive Release

Tool to archive a release in Contentful. Use when you need to lock a release to prevent modifications. An archived release cannot be edited until unarchived. Requires the current version number for optimistic locking.

ActionTry it

Create App Access Grant

Creates an access grant for an app definition to allow organizations to install the app. Use when you need to grant installation permissions for an app to specific organizations or all organizations (marketplace apps).

ActionTry it

Create App Definition Action

Tool to create an action for a Contentful app definition. Use when you need to define actions that your app can perform, such as endpoint invocations or function calls.

ActionTry it

Create App Signing Key

Tool to generate an app signing key for a Contentful app definition. Use when you need to create cryptographic keys for app authentication. Either provide generate=true to let Contentful create a key pair (returns private key), or provide a pre-generated public key in JWK format.

ActionTry it

Create Asset

Tool to create a new asset in a Contentful space environment. Use when you need to upload files like images, videos, or documents. After creation, the asset must be processed before it's available, and you may need to publish it to make it publicly accessible.

ActionTry it

Create Content Type

Tool to create a new content type in a Contentful environment. Use when you need to define a new content structure with custom fields. Content types define the schema for entries.

ActionTry it

Create Delivery API Key

Tool to create a new Delivery API key for a Contentful space. Use when you need to generate new API credentials for accessing content delivery. The created key provides access to specified environments within the space.

ActionTry it

Create Entry

Tool to create a new entry in a Contentful space environment. Use when you need to add new content entries. Requires specifying the content type ID via X-Contentful-Content-Type header, and providing fields organized by locale.

ActionTry it

Create Entry Comment

Tool to create a comment on an entry in Contentful. Use when you need to add a comment to a specific entry. Returns the created comment with status 'active' by default.

ActionTry it

Create Entry Task

Tool to create a task on a Contentful entry. Use when you need to create workflow tasks for collaboration on entries. Tasks can be assigned to users and are used for managing content review and approval workflows.

ActionTry it

Create Environment

Tool to create a new environment within a Contentful space. Use when you need to set up a new environment for content management, such as staging or production. Optionally clone from an existing source environment.

ActionTry it

Create Extension

Tool to create a new UI extension within a Contentful space and environment. Use when you need to add custom field editors or sidebar widgets to enhance content editing capabilities.

ActionTry it

Create Organization Invitation

Create an invitation to an organization in Contentful (alpha feature). Use this to invite new users to join an organization with a specified role.

ActionTry it

Create Organizations App Definitions

Tool to create a new app definition in a Contentful organization. Use when you need to register a new app that can be installed into space environments.

ActionTry it

Create Organizations Security Contacts

Creates a security contact for a specific organization. Use when you need to add an email address to receive security notifications for the organization.

ActionTry it

Create Organizations Taxonomy Concept Schemes

Tool to create a new taxonomy concept scheme in an organization. Use when you need to establish a new taxonomy structure or classification system for organizing content.

ActionTry it

Create Organizations Taxonomy Concepts

Tool to create a new taxonomy concept in a Contentful organization. Use when you need to add a concept for classifying and organizing content within an organization's taxonomy.

ActionTry it

Create Release

Tool to create a new release in Contentful. Use when you need to group entries and assets into a release for coordinated publishing or tracking. Requires at least one entity to be specified.

ActionTry it

Create Scheduled Action

Tool to create a scheduled action for publishing or unpublishing entries/assets in Contentful. Use when you need to schedule an automatic publish or unpublish operation at a specific future time.

ActionTry it

Delete App Definition Details

Tool to delete app definition details for an organization in Contentful. Use when you need to remove app definition details from an organization.

ActionTry it

Delete App Definition Signing Secret

Tool to remove the current app signing secret from an app definition. Use when you need to delete an existing signing secret for security or rotation purposes.

ActionTry it

Delete App Event Subscription

Deletes an app event subscription from a Contentful organization. Use this when you need to remove event subscriptions from an app definition.

ActionTry it

Delete App Key

Tool to delete an app key from an app definition in a Contentful organization. Use when you need to permanently remove an app key.

ActionTry it

Delete Asset

Deletes an asset by ID from a Contentful environment. Use this when you need to permanently remove an asset. Note: If Contentful rejects deletion for published or archived assets, you must unpublish first using the appropriate CMA endpoints.

ActionTry it

Delete Content Type

Deletes a content type by ID from a Contentful environment. Use this when you need to permanently remove a content type. Note: Content types must be unpublished before deletion if they are published, and must have no associated entries.

ActionTry it

Delete Delivery API Key

Tool to delete a single Delivery API key from a Contentful space. Use when you need to permanently remove an API key. This action is useful for revoking access credentials when they are no longer needed or have been compromised.

ActionTry it

Delete Entry

Deletes an entry by ID from a Contentful environment. Use this when you need to permanently remove an entry. Note: If Contentful rejects deletion for published or archived entries, you must unpublish or unarchive first using the appropriate CMA endpoints.

ActionTry it

Delete Environment

Deletes an environment by ID from a Contentful space. Use this when you need to permanently remove an environment. Note: You cannot delete the 'master' environment or an environment with active aliases.

ActionTry it

Delete Extension

Deletes an extension by ID from a Contentful environment. Use this when you need to permanently remove an extension.

ActionTry it

Delete Organization Security Contact

Deletes a security contact from a Contentful organization. Use this when you need to remove a security contact from an organization.

ActionTry it

Delete Release

Deletes a release by ID from a Contentful environment. Use this when you need to permanently remove a release.

ActionTry it

Delete Scheduled Action

Cancels a scheduled action by ID in Contentful. Use this when you need to cancel a scheduled publish, unpublish, or other scheduled operation.

ActionTry it

Delete Space Membership

Deletes a space membership by ID from a Contentful space. Use this when you need to remove a user's access to a space.

ActionTry it

Delete Spaces Upload

Deletes an upload by ID from a Contentful space. Use this when you need to permanently remove an upload. Note: This operation uses the upload.contentful.com base URL instead of the standard API URL.

ActionTry it

Delete Tag

Deletes a tag by ID from a Contentful environment. Use this when you need to permanently remove a tag.

ActionTry it

Get All Assets

Retrieves all assets from a specific environment in a Contentful space. Use this to list and browse assets like images, videos, and documents. Supports pagination and ordering for large asset collections.

ActionTry it

Get All Space Roles

Tool to retrieve all roles from a Contentful space. Use this to list roles that define user permissions and access levels within a space.

ActionTry it

Get App Action Details

Tool to read a specific app action from an app definition within an organization. Use when you need to retrieve details of a particular action defined for a Contentful app.

ActionTry it

Get App Bundle

Retrieves details of a specific app bundle by its ID. Use this to get information about an app bundle including its files, metadata, and associated app definition within a Contentful organization.

ActionTry it

Get App Definition

Tool to retrieve details of a specific app definition by its ID. Use when you need information about an app definition in an organization.

ActionTry it

Get App Definition Actions

Tool to get all actions of an app definition within an organization. Use when you need to retrieve the list of actions defined for a specific Contentful app.

ActionTry it

Get App Definition App Bundles

Tool to get all app bundles for a specific app definition within an organization. Use when you need to list all uploaded bundles for a Contentful app.

ActionTry it

Get App Definition Functions

Tool to get all functions of an app definition within an organization. Use when you need to retrieve the list of functions defined for a specific Contentful app.

ActionTry it

Get App Definition Keys

Tool to retrieve all app keys for a specific app definition in a Contentful organization. Use when you need to list cryptographic keys for app authentication.

ActionTry it

Get App Definition Signing Secret

Tool to retrieve the current app signing secret for an app definition. Use when you need to verify the existence or view the last 4 characters of a signing secret. Note: Full secret is only available at creation time.

ActionTry it

Get App Event Subscription

Tool to retrieve details of an app event subscription by organization and app definition ID. Use when you need to check the configuration of event subscriptions for an app.

ActionTry it

Get App Installation Functions

Tool to get all functions for an app installation in a Contentful environment. Use when you need to retrieve the list of functions defined for an installed app in a specific space and environment.

ActionTry it

Get Asset

Tool to retrieve a single asset from a Contentful environment by its ID. Use when you need to get details about a specific asset including its file information, metadata, and publication status.

ActionTry it

Get Authenticated User

Tool to retrieve information about the currently authenticated user. Use when you need to get details about the user making the API calls, such as their profile information, email, or account status.

ActionTry it

Get Content Type Snapshot

Tool to retrieve a snapshot of a content type by snapshot ID. Use when you need to view the state of a content type at a specific point in time. Snapshots are only available for content types in the master environment.

ActionTry it

Get Content Type Snapshots

Tool to get all snapshots of a content type in Contentful. Use when you need to retrieve the history of changes made to a content type structure.

ActionTry it

Get Content Types

Retrieves all content types in a Contentful environment. Use this to discover the structure and fields defined for different content types. Content types define the schema for entries and are essential for understanding what data can be stored in the environment.

ActionTry it

Get Delivery API Keys

Tool to retrieve all Delivery API keys for a specific Contentful space. Use when you need to list all API keys configured for content delivery. This action returns key details including name, access token, policies, and associated environments.

ActionTry it

Get Editor Interface

Tool to retrieve the editor interface configuration for a content type. Use when you need to see how fields are configured in the Contentful UI. The editor interface is automatically created when a content type is first activated.

ActionTry it

Get Entry Comment

Tool to retrieve a specific comment from an entry in Contentful. Use when you need to get details of a comment including its body, status, author, and metadata.

ActionTry it

Get Entry References

Tool to retrieve references to a specific entry in Contentful. Use when you need to find all entries that reference a particular entry. The include parameter controls how many levels of nested references are returned.

ActionTry it

Get Entry Snapshots

Tool to get all snapshots of an entry in Contentful. Use when you need to retrieve the history of changes made to an entry.

ActionTry it

Get Environment

Tool to retrieve details of a specific environment by its ID within a space. Use when you need information about a single environment in Contentful.

ActionTry it

Get Organization

Retrieves details of a specific organization by its ID. Use this when you need to get information about an organization that an admin or owner has access to.

ActionTry it

Get Organization Access Grant

Retrieves the access grant status for a specific organization. Use this to verify whether the authenticated user has access to a specific organization.

ActionTry it

Get Organization App Actions Categories

Retrieves app action categories for a Contentful organization. Use this to discover available app action categories and their parameters.

ActionTry it

Get Organization Enablements

Retrieves feature enablements for a specific organization in Contentful. Use this to check which AI and vectorization features are enabled for the organization.

ActionTry it

Get Organization Invitation

Retrieves a single invitation for an organization (alpha). Use this to get details about a specific invitation including invitee information and status. Note: This endpoint is in alpha state and may be subject to breaking changes.

ActionTry it

Get Organization Periodic Usages

Tool to get organization periodic usage statistics. Use when you need to retrieve API usage metrics for an organization during a specific time period, with optional filtering by metric type and date range.

ActionTry it

Get Organization Roles

Retrieves all space roles in an organization. Use this to list roles that define user permissions and access levels within an organization's spaces.

ActionTry it

Get Organization Security Contacts

Retrieves security contacts for a specific organization that an admin or owner has access to. Use this to get the list of security contacts configured for an organization.

ActionTry it

Get Organizations

Tool to get all organizations an account has access to in Contentful. Use when you need to list available organizations for the authenticated user.

ActionTry it

Get Organizations AI Providers

Retrieves all AI providers configured for an organization in Contentful. Use this to list AI service providers (OpenAI, AWS Bedrock, Google Gemini, etc.) that have been configured for the organization.

ActionTry it

Get Organizations App Definitions

Retrieves all app definitions for a specific organization. Use when you need to list or discover apps owned by an organization.

ActionTry it

Get Organizations App Definitions Access Grants

Get all app access grants for a specific app definition within an organization. Use when you need to list which organizations can install a specific app definition.

ActionTry it

Get Organizations Space Enablements

Retrieves all space enablements for a specific organization. Use when you need to check which features are enabled for spaces within an organization.

ActionTry it

Get Organizations Space Periodic Usages

Tool to retrieve space periodic usage data for an organization. Use this when you need to analyze usage metrics, monitor API consumption, or track resource utilization over time.

ActionTry it

Get Organizations Taxonomy Concept Schemes

Tool to retrieve all taxonomy concept schemes from an organization. Use when you need to list or discover the taxonomy structure and concept schemes available in an organization.

ActionTry it

Get Organizations Taxonomy Concept Schemes Total

Retrieves the total count of taxonomy concept schemes for a specific organization. Use this when you need to get the number of concept schemes configured for an organization's taxonomy.

ActionTry it

Get Organizations Taxonomy Concepts

Retrieves all taxonomy concepts for an organization in Contentful. Use this to list concepts that can be used to classify and organize content within the organization.

ActionTry it

Get Organizations Taxonomy Concepts Total

Retrieves the total count of taxonomy concepts for a specific organization. Use this when you need to get the number of concepts configured for an organization's taxonomy.

ActionTry it

Get Release

Tool to get a single release by ID from Contentful. Use when you need to retrieve details about a specific release including its entities, metadata, and archive status.

ActionTry it

Get space

Retrieves metadata of a specific space by its ID. Returns space-level details only (name, locales, sys fields) — not entries, content types, or assets. The returned sys.version is required for subsequent CONTENTFUL_UPDATE_SPACE calls to avoid version conflict errors.

ActionTry it

Get Space Environment Locales

Tool to retrieve all locales of a space environment in Contentful. Use when you need to list all available locales including their codes, names, default status, and fallback configurations.

ActionTry it

Get Space Environments

Retrieves all environments of a space in Contentful. Use this to list all environments (including the master environment) within a specific space.

ActionTry it

Get Space Memberships

Tool to get all space memberships in a Contentful space. Use when you need to list all users who have access to a space and their assigned roles. Returns paginated results with membership details including admin status and role assignments.

ActionTry it

Get Taxonomy Concept Ancestors

Retrieves the list of ancestor concepts for a specific taxonomy concept. Use this when you need to understand the hierarchical lineage of a concept in the taxonomy structure.

ActionTry it

Get Taxonomy Concept Scheme

Tool to retrieve a specific taxonomy concept scheme from an organization. Use when you need to get detailed information about a taxonomy concept scheme including its concepts, labels, and definitions.

ActionTry it

List App Installations

Lists all app installations in a specific Contentful environment. Use this to discover which apps are currently installed in an environment.

ActionTry it

List Entries

Tool to retrieve all entries from a Contentful space environment. Use when you need to list, search, or filter content entries. Supports pagination, sorting, field selection, and filtering by content type or custom fields.

ActionTry it

List spaces

Lists all spaces that the authenticated user has access to in Contentful. This is a fundamental operation needed before performing any other content management actions since most operations require a space ID. To paginate, increment `skip` by `limit` across successive calls; stop when the returned count is less than `limit`.

ActionTry it

Publish Entry

Tool to publish an entry in Contentful, making it available via the Content Delivery API. Use when you need to make an entry publicly accessible or move it from draft to published status. The entry must not be archived and should have all required fields completed. Publishing increments the entry version.

ActionTry it

Query Asset Collection

Tool to retrieve multiple assets with pagination and filtering via GraphQL API. Use when you need to query assets from Contentful with advanced filtering, sorting, and locale selection. Supports preview mode and fallback locale options.

ActionTry it

Query GraphQL Content Type Collection

Tool to query a collection of entries for a specific content type using GraphQL. Use when you need to fetch multiple entries with filtering, sorting, pagination, or preview mode. The query field name must be the camelCase content type ID with 'Collection' suffix (e.g., 'blogPostCollection').

ActionTry it

Update App Definition

Tool to update an app definition by ID in a Contentful organization. Use when you need to modify an app's name, source URL, locations, or parameters.

ActionTry it

Update App Definition Action

Tool to update an action for a Contentful app definition. Use when you need to modify existing action properties such as name, URL, type, or category.

ActionTry it

Update App Definition Details

Tool to create or update app definition details for an organization in Contentful. Use when you need to initialize or modify app details such as icons or preview images. Note: This endpoint accepts an empty body to initialize details; properties like 'name' and 'src' are not accepted here and will cause validation errors.

ActionTry it

Update App Definition Signing Secret

Tool to create or overwrite the app signing secret for an app definition. Use when you need to set up webhook signature verification or rotate an existing secret. Note: This operation overwrites any existing signing secret.

ActionTry it

Update App Event Subscription

Tool to update or create an app event subscription in a Contentful organization. Use when you need to configure event subscriptions for an app definition to receive webhooks.

ActionTry it

Update Editor Interface

Tool to update the editor interface configuration for a content type. Use when you need to customize how fields are displayed and edited in the Contentful UI. The version number is required to prevent conflicts when multiple users update the same editor interface.

ActionTry it

Update Entry

Tool to create or update an entry in a Contentful space environment. Use when you need to modify entry content or create a new entry with a specific ID. Requires the content type ID, entry version for updates, and field values organized by locale.

ActionTry it

Update Organization Enablements

Updates feature enablements for a specific organization in Contentful. Use this to enable or disable AI and vectorization features for the organization. Requires the current version number for optimistic locking to prevent conflicts.

ActionTry it

Update Organization Security Contact

Updates an organization security contact that an admin or owner has access to. Use this to change the email address of a security contact.

ActionTry it

Update Organizations Taxonomy Concept Schemes

Tool to create or update a taxonomy concept scheme with a user-defined ID in an organization. Use when you need to create a new classification scheme or update an existing one with localized labels and definitions.

ActionTry it

Update Organizations Taxonomy Concepts

Tool to create or update a taxonomy concept with a user-defined ID in a Contentful organization. Use when you need to create a concept with a specific ID or update an existing concept's properties.

ActionTry it

Update space

Updates the name of a specific space. Notes: - The version number is required to ensure you're updating the latest version of the space. - You can get the current version from the sys.version field when fetching space details. - Only the name of the space can be updated.

ActionTry it

Update Tag

Creates or updates a tag in a Contentful environment. Use this when you need to modify an existing tag's name or create a new one.

ActionTry it

Validate Bulk Action

Tool to validate a bulk action before executing it. Use when you need to check if multiple entries or assets can be published in bulk without actually publishing them. This helps identify potential issues before attempting the actual bulk operation.

ActionTry it