Skip to main content
Glama
ChengZiiii

opera-houdini-mcp

by ChengZiiii

get_cache_status

Reads the status summary of a cache node in Houdini, returning unsupported_cache_type for unrecognized types. Provides read-only cache health inspection.

Instructions

读取 cache 节点 status 摘要;未知类型返回 unsupported_cache_type。只读。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctxYes
node_pathYes
Behavior4/5

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

With no annotations, the description takes on the burden of disclosing behavior. It explicitly states '只读' (read-only) and notes that unknown types return 'unsupported_cache_type', providing error-handling context. It does not cover permissions, rate limits, or output format, but the disclosed traits are useful.

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 compact two-clause sentence that conveys purpose and a key behavioral trait without waste. It front-loads the core action and keeps the read-only note at the end.

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 no output schema and no parameter descriptions, the description leaves significant gaps, particularly around ctx and the structure of the returned summary. However, it covers the basic purpose and one error case, making it minimally viable for a simple read tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage, so the description must explain parameters. It implies node_path refers to a cache node path, but ctx is entirely unexplained. The description does not define the expected format or semantics for either parameter.

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 '读取' (read) and identifies the resource as 'cache 节点 status 摘要' (cache node status summary), clearly distinguishing it from mutation tools like manage_cache or clear_cache. It also notes behavior for unknown types, reinforcing its purpose.

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 states '只读' (read-only), implying use for querying status without side effects. However, it does not explicitly name alternatives or provide when-not-to-use guidance, so the usage context is implied rather than explicit.

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/ChengZiiii/opera-houdini-mcp'

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