search_feedback
Full-text search across cached feedback items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default 20). | |
| query | Yes | Search query string. | |
| since | No | Only include items after this date (ISO 8601, e.g. "2025-01-01"). | |
| source | No | Singular alias for sources — accepts a single source type string. If both source and sources are provided, sources takes precedence. | |
| target | No | Optional target filter (e.g. "owner/repo" or app ID). | |
| sources | No | Optional list of source types to filter (e.g. ["github_issues"], ["github"]). Accepted values: github_issues (or "github"), hackernews, appstore. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||