Agility cms

Agility cms

Agility CMS is a headless content management system that allows developers to build and manage digital experiences across various platforms.

44VIEWS
2505USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app agility_cmsnpx @composio/cli add cursor --app agility_cmsnpx @composio/cli add cursor --app agility_cmsnpx @composio/cli add cursor --app agility_cms

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Get Authors

Tool to retrieve all authors from an agility cms instance. use when you need the full list of authors for display or processing.

Get Categories

Tool to get all categories. use when you need to list every category in a given locale.

Get Content Item

Tool to fetch details of a content item by content id. use when you need item fields and metadata from agility cms.

Get Content List

Tool to retrieve a list of content items by reference name. use when you need to fetch and page through content list data with optional filtering, sorting, and link expansions.

Get Content Models

Tool to retrieve content models and page modules. use when you need schema definitions to dynamically build content structures.

Get Logs

Tool to retrieve sync items (logs) from agility cms. use after initial full sync to fetch updates.

Get Page

Tool to retrieve details of a page, including metadata, content zones, and components. use after you know the page id to fetch.

Get Page Modules

Tool to retrieve all page modules defined in the agility instance. use when you need only modular definitions without content models.

Get Sitemap Flat

Tool to retrieve the flat sitemap as a mapping of page paths to sitemap items. use when you need page routing logic after knowing locale and channel.

Get Tags

Tool to get all tags. use when you need to list every tag in a given locale.

Sync Content Items

Tool to retrieve all content items in a paged format with sync tokens. use when you need to synchronize large volumes of content and maintain state across calls.

Sync Pages

Tool to retrieve all page items in paged format with sync tokens. use when synchronizing local page data after receiving cms change notifications.

12 actions available