工具 API
find_ relevant_ documents
Search documents by query. Uses fast keyword matching against names and descriptions first; automatically falls back to AI semantic ranking when no keyword results are found. Best for specific terms, acronyms, known phrases, and conceptual queries. For general browsing, use recent_documents() instead. After search: 1 match or 1 clearly best match, proceed to read without asking. Multiple equally relevant, ask user to pick. None found, use general knowledge or ask for clarification.
调用信息
- 工具标识
- pageindex-mcp.find_relevant_documents
- 服务提供方
- PageIndex
- 平均响应
- 1733 ms
- 近 7 天调用
- 1
输入参数
querySearch query to find documents. Performs keyword matching first; automatically falls back to AI semantic ranking if no keyword results are found.
name_or_description_filterDeprecated: use 'query' instead. Kept for backward compatibility.
folder_idFilter by folder ID. Use "root" for root folder files, omit for all files.
cursorPagination cursor for fetching next page of keyword search results
limitNumber of documents to return per page (1-20, default 10)