Skip to main content
Glama
slb-cn

CyberQuant MCP Server

by slb-cn

clear_routes_cache

Clears cached route metadata to force next query to fetch latest permissions and accessible routes from the API. Use when permissions change and the daily cache is not automatically refreshed.

Instructions

清除本地路由元数据按日缓存(~/.cyberquant/cache/routes-.json)。仅当用户当日权限/可访问路由发生变动、当日缓存未自动刷新时使用,强制下次查询重新从 API 拉取最新元数据。不发起网络请求。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description fully discloses behavior: it clears a local file, does not make network requests, and forces a refresh on next query. This is comprehensive and transparent.

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 two concise sentences in Chinese, front-loading the action and file path, then usage conditions and effect. Every sentence adds value without redundancy.

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?

For a simple cache-clearing tool with no output schema, the description adequately covers purpose, usage, and behavior. It could mention return status, but the core information is present.

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 input schema has zero parameters, so schema coverage is 100% by default. The description adds no parameter information as none are needed, achieving the baseline for a parameterless tool.

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 states the tool clears local route metadata daily cache, specifying the exact file path. It distinguishes from siblings like list_routes and get_route_detail which serve different purposes.

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 states when to use: when user permissions/accessible routes change and daily cache hasn't auto-refreshed. It doesn't list alternatives or when not to use, but the context is clear for a maintenance tool.

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/slb-cn/cyberquant-mcp'

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