cross_search
Search across documents and emails simultaneously using full-text search to find relevant information in both formats.
Instructions
Search across documents AND emails simultaneously using full-text search.
Args:
query: Search query (required).
type: Limit to "documents" or "emails". Omit to search both.
limit: Max results per type, max 100 (default 20).
Returns:
JSON with separate result arrays for documents and emails.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| type | No | ||
| limit | No |