Agility CMS is a headless content management system that allows developers to build and manage digital experiences across various platforms.
Tool to retrieve all enum types used throughout the Agility CMS Management API. Use when you need to understand available values for status codes, types, permissions, and other enumerated fields.
Retrieves a paginated list of authors from Agility CMS. Use this tool to get all authors with support for pagination, filtering, sorting, and field selection. The 'authors' content list must exist in your Agility CMS instance. Supports expanding linked content to specified depths.
Retrieves all categories from your Agility CMS instance for a specific locale. Use this action when you need to: - List all available categories in your content structure - Get category metadata including contentID and custom fields - Retrieve categories for a specific language/region Categories are typically used to organize and classify content items in Agility CMS. The response includes complete category details with fields and properties.
Tool to fetch details of a content item by Content ID. Use when you need item fields and metadata from Agility CMS.
Retrieves a paginated list of content items by reference name from Agility CMS. Use this action to: - Fetch multiple content items of a specific type (e.g., blog posts, products, authors) - Retrieve content with pagination, filtering, and sorting capabilities - Expand linked content to specified depths Required parameters: instance GUID, API type (fetch/preview), locale code, and lowercase reference name. Tip: Use Get Content Models action first to discover available reference names for your instance.
Tool to retrieve content models and page modules. Use when you need schema definitions to dynamically build content structures.