You're viewing a demo portfolio

Join the waitlist
PRSM

list_subregions

Active

Tool of Ebird

declared in 0.1.0

Child regions of a parent. region_type is "country", "subnational1" (states/provinces), or "subnational2" (counties). parent_region_code uses eBird codes ("world", "US", "US-CA").

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "region_type": "country"
    },
    {
      "region_type": "subnational1",
      "parent_region_code": "US"
    }
  ],
  "required": [
    "region_type"
  ],
  "properties": {
    "region_type": {
      "enum": [
        "country",
        "subnational1",
        "subnational2"
      ],
      "type": "string",
      "description": "country | subnational1 | subnational2"
    },
    "parent_region_code": {
      "type": "string",
      "description": "Parent region (default \"world\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Ebird

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

1/7 registries
View full server →
list_subregions — Ebird — PRSM MCP