search_projects
Search projects in Capsule CRM by free-text matching on name and description. Leave query blank to list all projects; use structured filters for complex queries.
Instructions
Free-text search projects in Capsule CRM (matches name and description). Returns results in Capsule's default order (no sort parameter is supported here). Omit q to list all projects. For structured queries — 'most recent project', 'projects opened this month', 'projects tagged X' — use filter_projects instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text search query | |
| page | No | ||
| embed | No | Comma-separated embeds. Valid tokens: tags, fields, party, opportunity, missingImportantFields. | |
| since | No | Only records CHANGED on/after this ISO-8601 timestamp (incremental sync; pairs with the list_deleted_* audit tools). Wire-verified on the plain list endpoints. Ignored by Capsule when q triggers the /search sub-resource — omit q when using since. | |
| perPage | No |