get_planet
ActiveTool of swapi
declared in 0.1.0
Get a Star Wars planet by its numeric ID. Returns name, climate, terrain, population, and orbital data.
Parameters schema
{
"type": "object",
"examples": [
{
"id": 1
},
{
"id": 8
}
],
"required": [
"id"
],
"properties": {
"id": {
"type": "number",
"description": "Planet ID (e.g., 1 for Tatooine)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
swapi
https://github.com/pipeworx-io/mcp-swapi
1/7 registries