Retrieve the detailed schema for a specific content type, including all fields, types, and relationships, to understand its structure before writing a GraphQL query.
Retrieve page load performance metrics including navigation timing, First Contentful Paint, Largest Contentful Paint, Cumulative Layout Shift, First Input Delay, and memory usage.
Execute a GraphQL query against Contentful's GraphQL API to retrieve content flexibly and efficiently, supporting variables and optional space or environment overrides.
Retrieve web page performance metrics like load time and contentful paint from RUM data to analyze user experience and identify optimization opportunities.
Update specific fields of a Contentful entry without overwriting others. Provide only the fields and locales to change, each value with a locale key. Merges with existing data.
Publish a single Contentful entry or up to 100 entries in bulk by providing entry IDs. Uses standard publish for one entry and automatic bulk publishing for multiple entries.
Analyzes Largest Contentful Paint for a webpage. Identifies the LCP element, measures TTFB, resource load time, and render delay, then provides specific optimization suggestions to improve LCP below 2.5 seconds.
Unpublish one or multiple Contentful entries in a single operation. Accepts a single entry ID or an array of up to 100 entry IDs to unpublish using standard or bulk methods.
Retrieve a specific comment from a Contentful entry by providing the entry ID, comment ID, space, and environment. Choose between plain text or rich text format for the comment body.