Skip to main content
Glama
Degree-AS
by Degree-AS

dw_content_pages

Retrieve pages and their content fields from DynamicWeb Delivery API using page ID, area ID, or URL path, with pagination support.

Instructions

Fetch pages from DynamicWeb Delivery API. Returns pages with their item fields (content). Use pageId to get a specific page, or areaId to list all pages in a website.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageIdNoSpecific page ID
areaIdNoArea/website ID
urlNoResolve page by URL path, e.g. '/om-oss'
pageSizeNo
pageNo
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It implies a read-only operation but does not explicitly state safety, authentication needs, rate limits, or other behavioral traits. The description adds minimal value beyond the schema.

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?

Three sentences with no fluff: first sentence states purpose, second clarifies output, third gives parameter guidance. Front-loaded and efficient.

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

Completeness2/5

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

Lacks output schema and does not describe return format, pagination behavior, or handling of large result sets. The description hints at listing all pages but omits how pageSize and page control pagination, leaving gaps for an AI agent.

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

Parameters3/5

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

Schema coverage is 60% (descriptions for pageId, areaId, url; missing for pageSize and page). The description adds usage context for pageId and areaId but not for pagination parameters. Baseline is 3 given moderate coverage, and the description provides some but not full compensation.

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

Purpose4/5

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

The description clearly states it fetches pages from the DynamicWeb Delivery API and returns item fields. It specifies three parameter-based access methods (pageId, areaId, url), which distinguishes it from sibling tools like dw_page_list and dw_page_get, though it does not explicitly differentiate.

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

Usage Guidelines3/5

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

The description provides guidance on when to use each parameter (pageId for a specific page, areaId for all pages in a website, url for resolving by path). However, it does not advise when to use this tool over alternatives (e.g., creation or deletion), leaving the agent to infer from context.

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/Degree-AS/degree-dynamicweb-mcp'

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