Search Codex pets
search_petsUse to discover one or more approved public Codex pet packs by query, kind, tags, author, or Codex compatibility. Prefer this over get_pet when you do not already have an exact slug or need multiple candidates. Do not use for private generation requests or known-slug install/share snippets; use get_pet_request_info or a slug-specific get_* tool instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Optional pet kind filter. Use all or omit the field to include every kind. | |
| tags | No | Optional tag filter as a comma-separated string or array. All provided tags must match. | |
| limit | No | Optional maximum result count. Defaults to 10 and is clamped to 1-60. | |
| query | No | Optional text matched against approved pet names, descriptions, tags, and authors. | |
| author | No | Optional author text matched against the public submitter name or verified public email. | |
| compatibleWith | No | Optional compatibility filter. Use codex for Codex-compatible pets; other values return no matches. |