Prismic
Prismic is a headless CMS that enables developers and content teams to manage and deliver content seamlessly across various platforms.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Prismic authenticates with an API key. Generate the credential in your Prismic account, then paste it into FlyMyAI the first time an agent uses a Prismic action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Repository Name | The unique name of your Prismic repository. (required) |
Prismic Access Token | The access token for authenticating API requests to your Prismic repository. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
PRISMIC_CONTENT_API_GET_DOCUMENTS_WITH_FULLTEXT_SEARCH | Tool to fetch prismic documents using a full-text search predicate. use after obtaining the repository's master ref when you want to search for specific terms within documents. | q |
PRISMIC_CONTENT_API_GET_DOCUMENTS_WITH_INTEGRATION_FIELDS | Tool to fetch prismic documents including integration fields data. use when you need both core content and integration fields in one query. call after obtaining a valid ref token. | ref |
PRISMIC_CONTENT_API_GET_DOCUMENTS_WITH_PREDICATES | Tool to fetch prismic documents using specified predicates. use when filtering documents based on multiple conditions after obtaining the repository's master ref. | predicates |
PRISMIC_CONTENT_API_QUERY_DOCUMENTS | Tool to query prismic documents using predicates and pagination. use when you need to fetch multiple documents from a repository after obtaining a ref. | ref |
PRISMIC_GET_DOCUMENTS_BY_CUSTOM_FIELD | Tool to fetch prismic documents by custom field predicate. use after obtaining a repository ref when filtering content by field constraints. | ref |
PRISMIC_GET_DOCUMENTS_BY_TAG | Tool to fetch prismic documents by tag. use when retrieving all documents associated with a specific tag. | tag |
PRISMIC_GET_DOCUMENTS_BY_TYPE | Tool to fetch prismic documents by type. use when you need to retrieve documents with a specific custom type after obtaining the repository's master ref. | type |
PRISMIC_GET_DOCUMENTS_ORDERED | Tool to fetch prismic documents ordered by a specified field. use after obtaining a valid api ref when you need sorted document results, e.g., orderings='[my.article.date desc]'. | ref, orderings |
PRISMIC_GET_DOCUMENT_BY_ID | Tool to retrieve a specific prismic document by its id. use after obtaining a content ref. | document_id, ref |
PRISMIC_REPOSITORY_API_GET_INFO | Tool to retrieve prismic repository metadata. use after authentication to load refs, types, languages, and other repository settings. | - |
PRISMIC_REPOSITORY_API_GET_REFS | Tool to retrieve a list of repository refs (master and releases). use when you need the current repository references before executing any content queries. | - |
PRISMIC_TAGS_API_GET_ALL_TAGS | Tool to retrieve all tags from prismic repository. use when you need the full list of tags for filtering or categorization. | - |
PRISMIC_TYPES_API_GET_TYPES | Tool to retrieve all custom types and slices from the prismic repository. use when you need to list custom types definitions after authentication. | - |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Prismic!