Skip to main content
Glama

wiki_get_node

Retrieves detailed node information from Feishu Wiki using a wiki node or document token. Specify the document type when querying by document token to get accurate results.

Instructions

通过 wiki 节点 token 或文档 token 获取节点详细信息

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenYeswiki 节点 token 或云文档 token
obj_typeNo文档类型,使用文档 token 查询时需要传入
Behavior3/5

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

No annotations are provided, so the description must carry the burden of disclosure. The verb 'get' implies a read-only operation, and the mention of two token types adds useful scope. However, it does not describe error behavior, permissions, or any other edge-case traits.

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 immediately conveys the purpose without superfluous words. It is front-loaded with the action and resource, making it easy for an agent to parse.

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?

The description covers the core functionality and token types, but with no output schema, it does not explain the structure of the returned details. It also lacks information about prerequisites beyond having a token, which may be sufficient for a straightforward get operation.

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 provides 100% coverage for both parameters, including an enum and descriptions. The description adds minimal extra value by restating that tokens can be of two types, which is already implied by the schema.

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 tool's purpose: 'get node detailed information' via a wiki node token or document token. It is specific and distinct from sibling tools like wiki_list_nodes (listing) and wiki_get_space (getting space), as it focuses on retrieving details for a single node.

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 provides clear guidance on when to use this tool: when you have a wiki node token or a document token to fetch node details. It explicitly mentions both token types, which helps distinguish from similar tools, but it does not name alternatives or explicitly state when not to use it.

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/akakenle/feishu-wiki-mcp'

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