Skip to main content
Glama

Pawlisty Pet Listings

search_pet_listings

Search live pet listings for sale or adoption on Pawlisty. Use whenever a user wants to buy or adopt a pet or asks what is available, filtered by species, breed, location, price, or care attributes. Returns current listings with links to pawlisty.com.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ageNonewborn 0-8wk, young 2-6mo, adolescent 6-12mo, adult 1-7yr, senior 7+yr.
sizeNo
sortNorelevance
breedNoBreed name; resolved to a breed id. Use browse_breeds to disambiguate.
limitNo
queryNoFree-text keywords.
genderNo
city_idNoExact city id if known.
desexedNoNeutered or spayed.
speciesNo
locationNoCity or place name.
good_withNo
price_maxNo
price_minNo
vaccinatedNo
distance_kmNo
country_codeNoISO 3166-1 alpha-2 (e.g. US, GB). Defaults to the site default.
listing_typeNofor_sale
verified_onlyNoOnly photo-verified listings.

TDQS

A3.9/5.0
Behavior3/5

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

No annotations are provided, so the description must cover behavioral traits. It implies a read-only search operation but does not explicitly state it's non-destructive, mention authentication needs, rate limits, or return behavior (e.g., pagination). Adequate but not rich.

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 three sentences, front-loaded with the main purpose, and every sentence adds value. No fluff.

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

Completeness3/5

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

Given the tool's complexity (19 parameters, no output schema, no annotations), the description covers purpose, usage, and general output. However, it lacks details on result structure, error handling, or sorting/pagination behavior, leaving gaps for an agent.

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 only 42%. The description lists filterable attributes (species, breed, location, price, care) but does not detail each parameter. It adds some context beyond the schema but does not fully compensate for the low coverage.

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 clearly states 'Search live pet listings for sale or adoption on Pawlisty' and lists common filter attributes. It differentiates from sibling tools (browse_breeds, get_buying_guide, get_pet_listing) by focusing on search/filtering.

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

Usage Guidelines4/5

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

The description provides explicit when-to-use context ('Use whenever a user wants to buy or adopt a pet or asks what is available'). It does not state when NOT to use or mention alternatives explicitly, but the purpose is clear enough.

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.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool has a clear, distinct purpose: browsing breeds, getting buyer safety info, retrieving listing details, and searching listings. No overlap or confusion possible.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (browse_breeds, get_buying_guide, get_pet_listing, search_pet_listings).

Tool Count5/5

With 4 tools covering breed info, safety guidance, listing details, and search, the set is well-scoped for a buyer-focused pet listing service.

Completeness4/5

Covers core buyer workflows (search, detail, breed research, safety). Minor gap: no tool to list all available species or filter by more attributes, but not a critical omission.

Resources