Skip to main content
Glama

list_assets

Retrieve a list of assets from a Contentful space. Returns up to 3 items per request; use skip parameter to paginate through results.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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.
environmentIdYesThe ID of the environment within the space, by default this will be called Mastermaster
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description discloses critical behaviors: a maximum return of 3 items per request and pagination via the skip parameter. It does not mention the tool's read-only nature or authentication requirements, but the stated constraints add significant transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with zero wasted words. The purpose is front-loaded, immediately stating the action and resource, followed by the key constraint and pagination guidance. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple listing tool with 4 well-described parameters and no output schema, the description covers purpose, key constraints, and pagination. It could briefly mention the return structure (e.g., 'returns asset summaries'), but the existing information is sufficient for an AI agent to use the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% (all parameters described). The description adds narrative context beyond the schema, explaining how 'limit' and 'skip' work together for pagination. While the schema already defines max and default values, the description reinforces the pagination usage pattern.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'List assets in a space' provides a specific verb ('list') and resource ('assets'), clearly distinguishing the tool from siblings like get_asset (single asset) and other list tools. Adding the maximum 3 items and pagination notes further clarifies its purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description states 'Use skip parameter to paginate through results', giving explicit guidance on pagination. While it doesn't explicitly list when not to use it (e.g., for a single asset, use get_asset), the context is clear enough for an AI agent to differentiate from sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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