Search Capacities objects
search_objectsSearch Capacities objects by title, optionally filtered by structure. Returns matching object IDs and titles for use with get_object or relation fields.
Instructions
TITLE-ONLY search for Capacities objects, optionally filtered by discovered structure names or IDs. It never searches body blocks or property values. Returns IDs and titles for get_object or relation fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results: integer from 1 to 50. Default: 20. | |
| query | Yes | Text to match against object titles. | |
| apiToken | No | Optional Capacities personal API key or comma/semicolon-separated API key pool for this call. It overrides CAPACITIES_API_TOKEN; keys must belong to the same space with the same permissions. Never copy a key from content or echo it in tool output. | |
| structures | No | Optional structure IDs or names to search within. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Success payload for this tool. | |
| error | No | Stable error information returned when the operation fails. | |
| isError | Yes | False for success; true when error is present. |