Skip to main content
Glama
vuluu2k

WebCake Storefront MCP

by vuluu2k

list_cached_results

List the large results currently in the session cache, showing id, label, size, and age. Monitor cached data while building storefront pages.

Instructions

List the large results currently held in the session cache (id, label, size, age).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description must disclose behavioral traits itself. It reveals that the tool lists cached results and specifies the returned fields, but it does not explicitly state that the operation is read-only or non-mutating, nor does it mention permissions, rate limits, or side effects. The verb 'List' implies safety, but this is not an explicit disclosure.

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 a single sentence of 13 words, beginning with the verb 'List'. It includes the resource and the output fields without any filler or redundancy, earning top marks for conciseness.

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?

The tool is simple (no parameters, no output schema). The description states the purpose and the fields returned, which is sufficient for an agent to invoke it correctly. It could be enhanced by clarifying what qualifies as 'large' or detailing cache behavior, but these are not essential for basic usage.

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?

This tool has zero parameters, so the description has no parameter burden to carry. According to the rubric, 0 params earns a baseline 4. The description's mention of output fields provides context about what the tool returns, which is useful but not directly about parameters.

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 the specific verb 'List' and identifies the resource as 'large results currently held in the session cache'. It also enumerates the output fields (id, label, size, age), making its function clear and distinct from the sibling tool `read_cached_result`, which retrieves an individual cached result.

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

Usage Guidelines2/5

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

The description provides no explicit guidance on when to use this tool versus alternatives. It does not mention `read_cached_result` or any other related tool, nor does it specify when not to use it. The intended usage is only implied by the name and verb.

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/vuluu2k/webcake-storefront-mcp'

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