{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://starwarsnamegenerator.com/mcp-schemas/list_star_wars_species.request.json",
  "title": "ListStarWarsSpeciesRequest",
  "description": "Request body for POST /.mcp/invoke-tool/list_star_wars_species. List the species ids supported by generate_star_wars_name, with their display names. Call this before generating character names.",
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
