Prismic is a headless CMS that enables developers and content teams to manage and deliver content seamlessly across various platforms.
Search Prismic documents using full-text search. Searches across all text fields in documents for the specified terms. The search is case-insensitive and matches based on root words. Automatically retrieves the current master ref. Returns paginated results ordered by relevance.
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.
Tool to fetch Prismic documents using specified predicates. Use when filtering documents based on multiple conditions after obtaining the repository's master ref.
Tool to query Prismic documents using predicates and pagination. Use when you need to fetch multiple documents from a repository after obtaining a ref.
Tool to retrieve a specific Prismic document by its ID. Use after obtaining a content ref.
Search and retrieve Prismic documents using query predicates. Supports filtering by document type, custom fields, tags, and other attributes. Requires a repository ref (obtain via repository refs endpoint). Returns paginated results with full document metadata and content.