quick_search
Search across projects, tasks, pages, and actions in Productive.io to find specific content quickly. This tool retrieves relevant results with metadata for efficient information lookup.
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 |
|---|---|---|---|
| query | Yes | Search query string | |
| search_types | No | List of types to search (action, project, task, page). Defaults to all. | |
| deep_search | No | Whether to perform deep search | |
| page | No | Page number for pagination | |
| per_page | No | Results per page |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||