contentstack-mcp

by darekrossman

get_entries

Retrieve entries from a specified content type with advanced filtering, sorting, and pagination options. Include related data, global field schemas, and metadata for comprehensive content management.

Instructions

Retrieves entries for a specified content type, with extensive options for filtering, sorting, pagination, and including related data.

Input Schema

NameRequiredDescriptionDefault
ascNoSort entries in ascending order by the specified field UID
content_type_uidYesContent type UID to fetch entries from
descNoSort entries in descending order by the specified field UID
exceptNoExclude specified top-level fields from the response
include_countNoInclude total count of entries
include_global_field_schemaNoInclude global field schema
include_metadataNoInclude metadata in the response
include_ownerNoInclude owner information in the response
include_publish_detailsNoInclude publish details in the response
include_referenceNoReferences to include
include_reference_content_type_uidNoInclude content type UIDs in references
include_schemaNoInclude content type schema
limitNoNumber of entries to return (max 100)
localeNoLocale code (e.g., 'en-us')
onlyNoInclude only specified top-level fields in the response
queryNoQuery in JSON format to filter entries
skipNoNumber of entries to skip (for pagination)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "asc": { "description": "Sort entries in ascending order by the specified field UID", "type": "string" }, "content_type_uid": { "description": "Content type UID to fetch entries from", "type": "string" }, "desc": { "description": "Sort entries in descending order by the specified field UID", "type": "string" }, "except": { "description": "Exclude specified top-level fields from the response", "items": { "type": "string" }, "type": "array" }, "include_count": { "default": false, "description": "Include total count of entries", "type": "boolean" }, "include_global_field_schema": { "default": false, "description": "Include global field schema", "type": "boolean" }, "include_metadata": { "default": false, "description": "Include metadata in the response", "type": "boolean" }, "include_owner": { "default": false, "description": "Include owner information in the response", "type": "boolean" }, "include_publish_details": { "default": false, "description": "Include publish details in the response", "type": "boolean" }, "include_reference": { "description": "References to include", "items": { "type": "string" }, "type": "array" }, "include_reference_content_type_uid": { "default": false, "description": "Include content type UIDs in references", "type": "boolean" }, "include_schema": { "default": false, "description": "Include content type schema", "type": "boolean" }, "limit": { "default": 100, "description": "Number of entries to return (max 100)", "type": "number" }, "locale": { "description": "Locale code (e.g., 'en-us')", "type": "string" }, "only": { "description": "Include only specified top-level fields in the response", "items": { "type": "string" }, "type": "array" }, "query": { "description": "Query in JSON format to filter entries", "type": "string" }, "skip": { "default": 0, "description": "Number of entries to skip (for pagination)", "type": "number" } }, "required": [ "content_type_uid" ], "type": "object" }

You must be authenticated.

Other Tools from contentstack-mcp

Related Tools

ID: c4avzr3qnm