Skip to main content
Glama
kuklaph
by kuklaph

Get cached raw asset value

cascade_asset_get_value
Read-onlyIdempotent

Retrieve the exact raw cached value at a JSON Pointer from a previous asset read, with optional slicing for long strings.

Instructions

Use after cascade_read. Retrieve the exact raw cached value at a JSON Pointer. Long strings can be sliced with offset and length. 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 into the exact cached raw JSON.
offsetNo
lengthNo
Behavior5/5

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

Beyond annotations (readOnly, idempotent), the description reveals that the tool never reads Cascade directly, supports slicing with offset/length, returns JSON text, and that structuredContent is authoritative for fitting responses. This adds valuable behavioral context.

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?

Four front-loaded sentences concisely convey purpose, usage, behavior, and edge cases. No redundant information; every sentence adds value.

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

Completeness5/5

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

Without an output schema, the description explains response types (JSON text, structuredContent, oversized cache metadata) and links to cascade_read_response. It covers parameter behavior (slicing, pointer) and dependency on cascade_read, providing a complete picture.

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% (asset_handle and pointer have descriptions; offset and length lack descriptions). The description adds context for JSON Pointer and slicing, but does not fully define offset and length parameters. Baseline 3 due to partial coverage, with slight improvement from description.

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 uses specific verbs and resources: 'Retrieve the exact raw cached value at a JSON Pointer' and states it should be used after cascade_read, clearly distinguishing from sibling tools like cascade_read and cascade_read_response.

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 explains when to use structuredContent vs _cache metadata. It also contrasts with cascade_read for oversized responses, but does not provide explicit when-not-to-use or alternative tool names.

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