Skip to main content
Glama

get_feishu_document_meta

Get the title of a Feishu document using its ID or full URL. Supports both regular and Wiki documents, returning metadata without content.

Instructions

获取飞书文档的元信息(标题)。根据文档 ID 或完整 URL 获取文档标题,不返回文档内容。支持普通文档和知识库(Wiki)文档。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
document_idYes飞书文档的 ID 或完整 URL。支持普通文档和知识库文档。
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly states that only the title is returned and not the document content, which is a key behavioral trait. It also discloses support for two document types. It doesn't mention error handling or return format, but for a simple metadata read operation, this is reasonably transparent.

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 two concise sentences that front-load the purpose and include necessary details (ID/URL input, no content return, document type support) without any wasted words or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-parameter metadata retrieval tool with no output schema, the description covers the essential aspects: what it does, what it doesn't do, and input requirements. It could optionally mention the exact return format or behavior for invalid IDs, but the current description is sufficient for most AI use cases.

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 fully describes the single parameter (document_id) as accepting an ID or full URL and supporting both regular and wiki documents. The tool description adds no additional parameter-specific meaning beyond what the schema covers, so a baseline score of 3 is appropriate.

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 retrieves metadata (specifically the title) of a Feishu document, distinguishing it from the sibling tool by explicitly noting it does not return document content. This is a specific verb+resource+scope definition that leaves no ambiguity.

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 gives clear usage context: it accepts a document ID or full URL and supports both regular and Wiki documents. It also implies the alternative use case by stating it doesn't return content, but does not explicitly name 'read_feishu_document' as the alternative for content retrieval.

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/Xdong320/feishu-mcp-server'

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