Skip to main content
Glama
kuklaph
by kuklaph

List cached Cascade asset nodelets

cascade_asset_list_nodelets
Read-onlyIdempotent

List child structuredData nodelets from a cached asset by JSON pointer. Use empty string for root nodelets.

Instructions

Use after cascade_read. List child structuredData nodelets for a JSON Pointer in the cached asset_handle returned by cascade_read. Use pointer "" to list root nodelets. This is a convenience view over structuredDataNodes, not an audit-complete view. This tool never reads Cascade directly. Responses are JSON text; structuredContent is authoritative when the response fits. Oversized responses return bounded _cache metadata for cascade_read_response. For cascade_read, read_mode controls preview versus raw Cascade payload shape.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asset_handleNoREQUIRED: Asset handle returned by cascade_read structuredContent.asset_handle.
pointerNoJSON Pointer of the parent nodelet. Use an empty string to list root nodelets.
cursorNo
limitNo
Behavior5/5

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

Annotations already declare readOnlyHint, destructiveHint, idempotentHint, openWorldHint. The description adds valuable context: it never reads Cascade directly, handles oversized responses by returning bounded _cache metadata, and states that structuredContent is authoritative when the response fits. This goes beyond annotations.

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

Conciseness4/5

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

The description is a single paragraph of 4 sentences, each adding unique value. It is concise but could benefit from breaking into logical sections or bullet points for readability. No fluff.

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 4 parameters, no output schema, and rich annotations, the description covers usage dependency on cascade_read, pointer semantics, caching behavior, and response format. It lacks details on cursor and parameters, but those might be standard. Overall adequate.

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 50% (cursor and lack descriptions). Description adds meaning for asset_handle and pointer (e.g., 'REQUIRED' and usage of empty string for root), but does not elaborate on cursor and . Baseline 3 with low coverage; description partially compensates.

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 title and description clearly state the tool lists cached Cascade asset nodelets for a given JSON Pointer. It distinguishes from siblings like cascade_asset_get_nodelet (single nodelet) and cascade_read (direct read). The verb 'list' and resource 'cached asset nodelets' are specific.

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 explicitly says 'Use after cascade_read' and how to use pointer for root nodelets. It contrasts with cascade_read's read_mode control. However, it does not provide explicit when-not-to-use scenarios or alternative tool names beyond cascade_read.

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/kuklaph/cascade-cms-mcp-server'

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