Skip to main content
Glama

contentful-mcp

list_assets

Retrieve and paginate through assets within a Contentful space, specifying environment, limit, and skip parameters for efficient results.

Instructions

List assets in a space. Returns a maximum of 3 items per request. Use skip parameter to paginate through results.

Input Schema

NameRequiredDescriptionDefault
environmentIdYesThe ID of the environment within the space, by default this will be called Mastermaster
limitYesMaximum number of items to return (max: 3)
skipYesNumber of items to skip for pagination
spaceIdYesThe ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear.

Input Schema (JSON Schema)

{ "properties": { "environmentId": { "default": "master", "description": "The ID of the environment within the space, by default this will be called Master", "type": "string" }, "limit": { "default": 3, "description": "Maximum number of items to return (max: 3)", "maximum": 3, "type": "number" }, "skip": { "default": 0, "description": "Number of items to skip for pagination", "type": "number" }, "spaceId": { "description": "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear.", "type": "string" } }, "required": [ "limit", "skip", "spaceId", "environmentId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ivo-toby/contentful-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server