Skip to main content
Glama
jackdark425

aigroup-paper-mcp

by jackdark425

缓存管理

manage_cache

Manage cache entries for academic paper searches. List, retrieve, clear, or view cache statistics to optimize search performance.

Instructions

管理学术论文搜索的缓存系统,包括查看缓存内容、获取缓存项、清理缓存和获取统计信息。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes缓存管理操作:列出键、获取项、清理缓存、获取统计信息
keyNo要获取的缓存键(get操作时必需)
patternNo过滤缓存键的模式(支持通配符 *)
namespaceNo要操作的缓存命名空间

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
messageYes
totalKeysNo
filteredKeysNo
keysNo
dataNo
metadataNo
totalDeletedNo
remainingKeysNo
totalSizeBytesNo
totalSizeMBNo
averageItemSizeNo
sourceDistributionNo
Behavior2/5

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

No annotations provided, so description must disclose traits. It mentions clearing cache but does not state if it is destructive or what side effects occur. Read vs write behavior is implied but not explicit.

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?

Single sentence covering all operations is concise, but could benefit from slight structuring (e.g., listing operations). No wasted words.

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 the presence of an output schema and moderate complexity, the description is minimally adequate but lacks behavioral context and usage guidance.

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 100%, so baseline is 3. The description adds no parameter details beyond what the schema already provides.

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 clearly identifies the tool as managing the cache system for academic paper search, with specific actions (list, get, clear, stats) that distinguish it from search and fetch siblings.

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?

No guidance on when to use this tool vs alternatives or when to choose a specific action. The description lists operations without context for decision-making.

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/jackdark425/aigroup-paper-mcp'

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