You're viewing a demo portfolio

Join the waitlist
PRSM

breed_images

Active

Tool of dogceo

declared in 0.1.0

Get multiple dog photos for a specific breed (e.g., 'labrador', 'poodle'). Returns array of image URLs. Use when you need a gallery of one breed.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "breed": "labrador"
    },
    {
      "breed": "golden_retriever",
      "count": 5
    }
  ],
  "required": [
    "breed"
  ],
  "properties": {
    "breed": {
      "type": "string",
      "description": "The breed name (e.g. \"hound\", \"labrador\"). Use list_breeds to see valid values."
    },
    "count": {
      "type": "number",
      "description": "Number of images to return. Defaults to 3."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

dogceo

https://github.com/pipeworx-io/mcp-dogceo

1/7 registries
View full server →