Search Codex pets
search_petsFind approved public Codex pet packs by query, kind, tags, author, or compatibility. Returns multiple candidates when exact slug is unknown.
Instructions
Use 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 |
|---|---|---|---|
| query | No | Optional text matched against approved pet names, descriptions, tags, and authors. | |
| 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. | |
| author | No | Optional author name text matched against the public submitter name. | |
| compatibleWith | No | Optional compatibility filter. Use codex for Codex-compatible pets; other values return no matches. | |
| limit | No | Optional maximum result count. Defaults to 10 and is clamped to 1-60. |