find-goals
Search goals by name with case-insensitive partial matches and wildcards, or list all accessible goals. Paginated results return a cursor for fetching subsequent pages.
Instructions
Search for goals by name or list all accessible goals. Results are paginated — use the returned nextCursor to fetch subsequent pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | The maximum number of goals to return per page. | |
| cursor | No | The cursor to get the next page of goals (cursor is obtained from the previous call to this tool, with the same parameters). | |
| ownerType | No | Filter by ownership type. Omit for all accessible goals. | |
| searchText | No | Search for a goal by name (partial and case insensitive match). Supports wildcards (e.g. "ship*"). If omitted, all goals are returned. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goals | Yes | The found goals. | |
| hasMore | Yes | Whether there are more results available. | |
| nextCursor | No | Cursor for the next page of results. | |
| totalCount | Yes | The total number of goals returned in this page. | |
| appliedFilters | Yes | The filters that were applied to the search. |