Skip to main content
Glama

Search Codex pets

search_pets
Read-onlyIdempotent

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

TableJSON Schema
NameRequiredDescriptionDefault
kindNoOptional pet kind filter. Use all or omit the field to include every kind.
tagsNoOptional tag filter as a comma-separated string or array. All provided tags must match.
limitNoOptional maximum result count. Defaults to 10 and is clamped to 1-60.
queryNoOptional text matched against approved pet names, descriptions, tags, and authors.
authorNoOptional author text matched against the public submitter name or verified public email.
compatibleWithNoOptional compatibility filter. Use codex for Codex-compatible pets; other values return no matches.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / author / description
      Previous value: -"Optional author name text matched against the public submitter name."New value: +"Optional author text matched against the public submitter name or verified public email."
  2. Changed6 schema fields changed
    • addedInput schema / properties / author / description
      Added value: +"Optional author name text matched against the public submitter name."
    • addedInput schema / properties / compatibleWith / description
      Added value: +"Optional compatibility filter. Use codex for Codex-compatible pets; other values return no matches."
    • addedInput schema / properties / kind / description
      Added value: +"Optional pet kind filter. Use all or omit the field to include every kind."
    • addedInput schema / properties / limit / description
      Added value: +"Optional maximum result count. Defaults to 10 and is clamped to 1-60."
    • addedInput schema / properties / query / description
      Added value: +"Optional text matched against approved pet names, descriptions, tags, and authors."
    • addedInput schema / properties / tags / description
      Added value: +"Optional tag filter as a comma-separated string or array. All provided tags must match."
  3. Changed6 schema fields changed
    • removedInput schema / properties / author / description
      Removed value: -"Optional author name text matched against the public submitter name."
    • removedInput schema / properties / compatibleWith / description
      Removed value: -"Optional compatibility filter. Use codex for Codex-compatible pets; other values return no matches."
    • removedInput schema / properties / kind / description
      Removed value: -"Optional pet kind filter. Use all or omit the field to include every kind."
    • removedInput schema / properties / limit / description
      Removed value: -"Optional maximum result count. Defaults to 10 and is clamped to 1-60."
    • removedInput schema / properties / query / description
      Removed value: -"Optional text matched against approved pet names, descriptions, tags, and authors."
    • removedInput schema / properties / tags / description
      Removed value: -"Optional tag filter as a comma-separated string or array. All provided tags must match."
  4. Changed6 schema fields changed
    • addedInput schema / properties / author / description
      Added value: +"Optional author name text matched against the public submitter name."
    • addedInput schema / properties / compatibleWith / description
      Added value: +"Optional compatibility filter. Use codex for Codex-compatible pets; other values return no matches."
    • addedInput schema / properties / kind / description
      Added value: +"Optional pet kind filter. Use all or omit the field to include every kind."
    • addedInput schema / properties / limit / description
      Added value: +"Optional maximum result count. Defaults to 10 and is clamped to 1-60."
    • addedInput schema / properties / query / description
      Added value: +"Optional text matched against approved pet names, descriptions, tags, and authors."
    • addedInput schema / properties / tags / description
      Added value: +"Optional tag filter as a comma-separated string or array. All provided tags must match."
  5. First observed

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already establish read-only, idempotent, non-destructive behavior. The description adds meaningful context beyond that by clarifying the search only covers approved public packs and explicitly excludes private generation requests, which is valuable behavioral scope not encoded in the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded with the core action, followed by precise routing instructions. Every sentence earns its place with no redundancy or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a search tool with fully documented optional parameters and clear sibling routing, the description covers what the tool returns, when to use it, and when to avoid it. The lack of an output schema is acceptable because the tool's purpose is to discover matching pet packs, which the description conveys.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so all six parameters are already documented. The description restates the filter dimensions (query, kind, tags, author, compatibility) but does not add new semantic detail beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('discover') with a clearly scoped resource ('approved public Codex pet packs') and enumerates the search dimensions. It explicitly contrasts itself with get_pet, making the tool's distinct role immediately clear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit when-to-use guidance: prefer when no exact slug or when multiple candidates are needed. It also states what not to use it for and names the correct alternatives, get_pet_request_info and slug-specific get_* tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources