get_breed
ActiveTool of dogsapi
declared in 0.1.0
Get detailed info about a dog breed by ID. Returns characteristics, temperament, origin, size, and health data.
Parameters schema
{
"type": "object",
"examples": [
{
"id": "golden-retriever"
},
{
"id": "labrador-retriever"
}
],
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "The breed ID (obtained from list_breeds)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
dogsapi
https://github.com/pipeworx-io/mcp-dogsapi
1/7 registries