search_community
Search community-shared AI flows on cnaps.ai. Find flows by keyword, input/output modality, or tags. Use this to discover existing flows before creating new ones. Returns post IDs that can be forked with fork_community_flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 1-5 (default: 1). Each page is 20 results; past page 5, narrow the query or filters instead. | |
| sort | No | Sort order: 'popular' (default), 'recent', 'most_liked', 'most_forked'. | |
| tags | No | Filter by tags (AND logic). JSON array or comma-separated, e.g. '["upscale","4k"]' or 'upscale,4k'. | |
| query | No | Search keyword (e.g., 'super resolution', 'background removal', 'deblur'). Searches titles, content, and tags. | |
| input_type | No | Filter by input modality: image, text, video, or sound. A comma-separated list matches flows whose inputs are exactly that set — `image,video` means both, not either. | |
| output_type | No | Filter by output modality: image, text, video, or sound. A comma-separated list matches flows whose outputs are exactly that set — `image,video` means both, not either. |