Search for entries using query parameters. Returns a maximum of 3 items per request. Use skip parameter to paginate through results.
Create a new entry in Contentful, before executing this function, you need to know the contentTypeId (not the content type NAME) and the fields of that contentType, you can get the fields definition by using the GET_CONTENT_TYPE tool.
Retrieve an existing entry
Update an existing entry, always send all field values, also the fields values that have not been updated
Delete an entry
Publish an entry
Unpublish an entry
List assets in a space. Returns a maximum of 3 items per request. Use skip parameter to paginate through results.
Upload a new asset
Retrieve an asset
Update an asset
Delete an asset
Publish an asset
Unpublish an asset
List content types in a space. Returns a maximum of 10 items per request. Use skip parameter to paginate through results.
Get details of a specific content type
Create a new content type
Update an existing content type
Delete a content type
Publish a content type
Contentful Content Management API token
Contentful Management API endpoint
Optional Contentful Space ID
Optional Contentful Environment ID