Skip to main content
Glama
ChengZiiii

opera-houdini-mcp

by ChengZiiii

pdg_status

Check TOP cook status and work item counts. Optionally verify cook ownership via cook_id, with structured errors for unknown or expired IDs.

Instructions

查询 TOP cook 状态与 work item 计数。可选 cook_id 校验其归属;未知/过期返回结构化错误。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctxYes
cook_idNo
node_pathYes
Behavior3/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. It discloses that unknown/expired IDs return a structured error and mentions optional ownership validation. However, it does not state whether the operation is read-only, who has access, or what the response format is beyond the error case.

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?

Two short sentences with the primary purpose stated first. No redundant details or fluff, achieving maximum efficiency for the information provided.

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

Completeness2/5

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

With 3 parameters, no annotations, and no output schema, the description is insufficient. It explains cook_id partially but omits semantics for ctx and node_path, and does not describe the success response structure, only the error behavior. This leaves significant gaps for an agent to invoke the tool correctly.

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?

Schema description coverage is 0%, so the description must compensate. It only adds meaning for cook_id (optional ownership check) but leaves ctx and node_path completely unexplained. Both are required, and without description the agent cannot infer their roles.

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?

Description uses specific verb '查询' (query) and identifies the exact resource (TOP cook status and work item count). This clearly distinguishes it from sibling tools like pdg_cook (trigger cook) and pdg_workitems (list work items).

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 usage for checking status and counts, but does not explicitly state when to use this tool versus alternatives like pdg_workitems or pdg_cook. No exclusions or alternative mentions are given, leaving usage context vague.

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