工具 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.

devOAuth1 积分

调用信息

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

输入参数

query

Search query to find documents. Performs keyword matching first; automatically falls back to AI semantic ranking if no keyword results are found.

name_or_description_filter

Deprecated: use 'query' instead. Kept for backward compatibility.

folder_id

Filter by folder ID. Use "root" for root folder files, omit for all files.

cursor

Pagination cursor for fetching next page of keyword search results

limit

Number of documents to return per page (1-20, default 10)