Skip to main content
Glama

list_wiki_nodes

Retrieve documents and folders from a DingTalk Wiki workspace to browse and manage content structure.

Instructions

列出知识库中的节点(文档和目录)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspace_idYes知识库工作空间 ID
parent_node_idNo父节点 ID(不传则获取根目录)
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. It states it lists nodes but doesn't describe return format (e.g., pagination, fields included), permissions required, rate limits, or whether it's a read-only operation. For a tool with no annotation coverage, this leaves significant gaps in understanding its behavior.

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, efficient sentence in Chinese that directly states the tool's purpose without unnecessary words. It's appropriately sized for a simple listing tool and front-loads the core functionality.

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?

Given no annotations, no output schema, and 2 parameters, the description is incomplete. It doesn't explain what the tool returns (node structure, fields), how results are organized, or behavioral aspects like error handling. For a listing tool with no structured output documentation, the description should provide more context about the return value.

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?

Schema description coverage is 100%, with both parameters clearly documented in the schema. The description adds no additional parameter information beyond what the schema provides. According to scoring rules, when schema coverage is high (>80%), the baseline is 3 even with no param info in the description.

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 clearly states the action ('列出' - list) and resource ('知识库中的节点' - nodes in the knowledge base), specifying it includes both documents and directories. It distinguishes from sibling tools like 'get_wiki_node' (singular) and 'search_wiki' (search functionality), but doesn't explicitly differentiate from 'list_wiki_workspaces' which lists workspaces rather than nodes.

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 doesn't mention when to choose 'list_wiki_nodes' over 'get_wiki_node' (for a single node) or 'search_wiki' (for filtered searches), nor does it specify prerequisites like needing workspace access. Usage is implied by the action but not explicitly defined.

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/ianen/dingtalk-wiki-mcp'

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