Skip to main content
Glama

yuque_get_repo

Retrieve a specific Yuque repository or book by ID or namespace (e.g., 'mygroup/mybook'). Get detailed information about a single knowledge base directly from Yuque.

Instructions

Get a specific repo/book by ID or namespace (group_login/book_slug)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
id_or_namespaceYesRepo ID or namespace (e.g., "mygroup/mybook")
Behavior2/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 merely states the basic action and does not disclose any behavioral traits such as authentication requirements, return value shape, or error behavior, leaving the agent under-informed about what to expect.

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, compact sentence that front-loads the essential information and contains no superfluous content.

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?

For a simple one-parameter read tool, the description is minimal but adequate for basic usage. However, with no output schema and no mention of response contents or edge cases, it leaves some ambiguity about what the agent can expect after invocation.

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

Parameters3/5

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

The input schema already has 100% coverage with a description and example. The tool description adds a small clarification on the namespace format (group_login/book_slug), but this largely duplicates the schema example, so it does not substantially exceed the baseline.

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 action ('Get') and resource ('specific repo/book') with a precise identification method (ID or namespace), distinguishing it from sibling tools like list_repos, get_doc, or get_user.

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 implies the use case: retrieving a single repo/book when you have its ID or namespace. It does not explicitly name alternatives or exclusions, but the context is clear and does not require additional guidance.

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/lzy19926/lzy-yuque-mcp-server'

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