Skip to main content
Glama

elements_list

Read-onlyIdempotent

Retrieve a filtered list of CMS elements by page, language, definition, or path. Optionally include element values for full data.

Instructions

List elements (id, title, path, page_id, element_definition_id, position). Optional filters: page_id, language_id, language_code, element_definition_id, element_definition_title, page_path, page_path_prefix. Pass include_values=true to include the values hash in the projection (off by default — values clutter list views; use element_get for full shape). Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteYes
page_idNoFilter to elements under this page id
language_idNoFilter by language id (from languages_list)
language_codeNoFilter by ISO 639-1 language code
element_definition_idNoFilter by definition id
element_definition_titleNoFilter by definition title (string match)
page_pathNoFilter to elements under this exact page path
page_path_prefixNoFilter to elements under any page path starting with this prefix
include_valuesNoWhen true, Voog populates each element's values hash AND the MCP projection includes it in the returned list. Default false — values clutter list views; use element_get for full per-element shape.
filtersNoEscape hatch for Voog filter keys not exposed as typed args. Keys MUST match q.element.<attr>.(\$eq|\$cont|\$gteq|\$lteq|\$gt|\$lt|\$in|\$nin|\$starts|\$ends|\$null|\$has).
Behavior5/5

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

Annotations already mark it as read-only, idempotent, non-destructive. The description reinforces this with 'Read-only' and adds behavioral context about include_values defaulting to false to avoid clutter, and references element_get for full shape. No contradictions.

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?

The description is concise, front-loaded with the core action and fields, then lists filters, and ends with a note about include_values. Every sentence adds value; no wasted words.

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?

Given no output schema, the description mentions the fields returned and that include_values adds the values hash. It also references element_get for full shape. It does not explain pagination or ordering, but for a list tool with many filters, it provides sufficient context for an agent.

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 description coverage is high (90%), so baseline is 3. The description adds value by explaining the purpose of include_values (why default false) and describing the 'filters' escape hatch. It does not repeat all schema descriptions but adds context beyond them.

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 clearly states that the tool lists elements with specified fields and optional filters, and distinguishes itself from element_get by noting that include_values is off by default and suggesting use of element_get for full shape. The verb 'list' and resource 'elements' are explicit.

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

Usage Guidelines5/5

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

The description provides explicit guidance: it says 'Read-only', advises when to use include_values (true for listing with values, false otherwise), and recommends element_get for full per-element shape. It implicitly tells when not to use this tool (when you need full element data).

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/runnel/voog-mcp'

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