工具 API

get_document

按名称获取特定文档的详细信息。必填:doc_name(字符串)。可选:wait_for_completion(布尔值)可在文档仍在处理时自动等待最多3分钟。返回文档状态、元数据及基于处理状态和文档大小的智能后续步骤建议。使用此工具检查文档是否准备好后再调用get_document_structure()或get_page_content()。

devOAuth1 积分

调用信息

工具标识
pageindex-mcp.get_document
服务提供方
PageIndex
平均响应
0 ms
近 7 天调用
0

输入参数

doc_name必填

Document name from recent_documents()

folder_id

Filter by folder ID. Use "root" for root folder files, omit to use the default.

wait_for_completion

If true and document is processing, automatically wait up to 3 minutes until completed. Reduces repeated tool calls.