{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://starwarsnamegenerator.com/mcp-schemas/generate_planet_name.request.json",
  "title": "GeneratePlanetNameRequest",
  "description": "Request body for POST /.mcp/invoke-tool/generate_planet_name. Generate Star Wars planet and world names in the style of Coruscant, Tatooine, and Naboo.",
  "type": "object",
  "properties": {
    "count": {
      "description": "How many planet names to generate (1-50). Default 6.",
      "type": "integer",
      "minimum": 1,
      "maximum": 50
    }
  }
}
