Skip to main content
Glama

honestdog

Search dog breeds

search_breeds
Read-only

Search HonestDog's breed catalogue by name, size class, or S–E health grade. Returns breed slugs for the other tools plus the honestdog.de breed page URL. / Durchsucht den HonestDog-Rassenkatalog nach Name, Größe oder S–E-Gesundheitsnote.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sizeNoSize class filter
limitNo
queryNoBreed name (substring, case-insensitive), e.g. 'pudel'
health_gradeNoHonestDog S–E health grade (S = healthiest breeding basis)

TDQS

A4/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint: true. The description adds that it returns breed slugs and URLs, and mentions the search criteria. This provides useful behavioral context beyond 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 two sentences (bilingual) with a clear verb-first structure, no filler, and all information is relevant and front-loaded.

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

Completeness4/5

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

Given no output schema, the description adequately explains the purpose, search criteria, and return values (slugs and URL). It lacks details on limit behavior or result ordering, but is generally complete for a search tool.

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 coverage is 75%, and the description reiterates search by name, size, and health grade but does not add details beyond the schema parameter descriptions. The limit parameter lacks description in both schema and description.

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 it searches the breed catalogue by name, size, or health grade, and mentions it returns breed slugs and URLs. This distinguishes it from sibling tools like search_breeders and search_shelter_dogs.

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

Usage Guidelines3/5

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

No explicit when-to-use or when-not-to-use guidance is provided. Context from sibling names implies this is the tool for breed searches, but alternatives are not named.

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.3/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: about, health profile, breeder search, breed search, and shelter dog search. No overlap.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case: about_, get_, search_ (three times).

Tool Count5/5

5 tools cover the essential functions of the HonestDog platform without unnecessary bloat or missing core capabilities.

Completeness5/5

The tool surface covers the main domains: breed info, health profiles, breeder directory, and shelter dogs. No obvious gaps.

Resources