Skip to main content
Glama
tanbaohui666-hash

橙岛经营底座 MCP

查看待补信息

open_questions_list
Read-onlyIdempotent

Retrieve open questions for a project to identify missing data, authorizations, or business answers. Filter by status to track pending items.

Instructions

列出项目仍缺少的数据、授权或业务回答。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
statusNo
project_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds that it lists missing data but offers no additional behavioral context such as pagination, default status filtering, or response format, so it adds minimal value beyond annotations.

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 single concise sentence that front-loads the core purpose. There is no wasted text or redundancy, making it efficient and easy to parse.

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 no output schema and a low-parameter-detail description, the agent lacks information about the response format, pagination behavior, or how the status filter works. The description is too sparse to fully support correct invocation, especially given the absence of parameter descriptions.

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%, and the description does not mention any of the three parameters (project_id, limit, status). It does not explain the meaning of status enum or the limit default, failing to compensate for the lack of schema descriptions.

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 states a specific verb ('list') and resource ('data, authorizations, or business answers the project still lacks'), clearly identifying the tool's function. It distinguishes from siblings like open_question_add and open_question_update by implying it is the retrieval counterpart, and it mentions the project scope.

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?

The description provides no guidance on when to use this tool versus alternatives. It does not mention any conditions, exclusions, or suggest sibling tools like knowledge_search or evidence_list for different needs.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.