Skip to main content
Glama

szlcsc_cache_status

View the status of SQLite request cache, clear the entire cache, or prune entries older than a specified number of days.

Instructions

查看 SQLite 请求缓存;clear=true 清空;prune_days=N 清理 N 天以前缓存。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clearNo
prune_daysNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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 of behavioral disclosure. While it mentions the cache is SQLite-based, it does not reveal whether clearing or pruning is destructive (e.g., irreversible data loss), the scope of the cache (global or user-specific), or any side effects.

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

Conciseness3/5

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

The description is relatively short, but the semicolon separation between actions makes it slightly harder to parse quickly. It could be clearer with bullet points or separate sentences.

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

Completeness3/5

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

Given that an output schema exists, the description does not need to document return values. However, the tool has two parameters with distinct actions and no guidance on combining them; also, no examples or default behavior (e.g., what happens if no args are passed) is provided.

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?

The description adds meaning beyond the input schema by explaining the role of each parameter ('clear' empties cache, 'prune_days' cleans old entries). Since schema coverage is 0%, this is essential and well-done.

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 the tool is for viewing an SQLite request cache and specifies two distinct actions ('clear' and 'prune_days'), making the purpose clear. However, it doesn't explicitly differentiate from sibling tools, many of which also interact with cached or library data.

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 implies when to use the parameters (e.g., 'clear=true' for clearing, 'prune_days=N' for pruning old cache), but provides no guidance on when not to use this tool versus alternatives like 'szlcsc_library_repair' or when to prefer cache operations.

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/zhr1008/szlcsc-mcp'

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