Skip to main content
Glama
wwwwujl
by wwwwujl

yuque_search_docs

Search Yuque documents by title, slug, or description to find relevant docs. Filter results within a namespace and limit output as needed.

Instructions

Client-side search over listed docs by title, slug, and description.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
namespaceYes
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It adds useful context by stating 'client-side search' and the fields matched, but it does not explain return format, pagination, or whether remote calls are made. The read-only nature is somewhat implied, but more detail would help.

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?

A single front-loaded sentence with no filler. Every phrase adds meaning, and the structure is appropriately sized for a search tool.

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?

The description omits critical context: what `namespace` refers to, what 'listed docs' means, and what the tool returns (full docs or metadata). With no annotations and no output schema, this leaves the agent uncertain about invocation and expected results.

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 clarifies that `query` matches title, slug, and description, but it leaves the required `namespace` parameter completely unexplained and does not elaborate on `limit` beyond schema defaults. This is a significant gap for correct invocation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb 'search' and resource 'docs', and specifies the fields searched (title, slug, description). The qualifier 'client-side' provides some differentiation from the sibling `yuque_search_and_read`, but it does not explicitly name that alternative.

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 phrase 'over listed docs' implies a use case where docs are already fetched, giving some context. However, there is no explicit statement about when to use this tool versus alternatives like `yuque_search_and_read`, and no exclusions are mentioned.

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/wwwwujl/yuque-mcp'

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