quick_search
Search projects, tasks, pages, and actions in Productive with a single query. Filter by type, paginate, and set depth for precise results.
Instructions
Quick search across projects, tasks, pages, and actions.
This tool provides fast, comprehensive search across all Productive content types including projects, tasks, pages, and actions. It's optimized for quick lookups and general search queries.
Returns: Search results from Productive API including: - Matching projects, tasks, pages, and actions - Relevance scores and metadata - Full entity details for each match
Examples: quick_search("red") # Search for "red" across all content types quick_search("project", search_types=["project"]) # Search only in projects quick_search("meeting", deep_search=False) # Quick search without deep scan
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| query | Yes | Search query string | |
| per_page | No | Results per page | |
| deep_search | No | Whether to perform deep search | |
| search_types | No | List of types to search (action, project, task, page). Defaults to all. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||