get_starship
ActiveTool of swapi
declared in 0.1.0
Get a Star Wars starship by its numeric ID. Returns name, model, manufacturer, crew capacity, and hyperdrive rating.
Parameters schema
{
"type": "object",
"examples": [
{
"id": 9
},
{
"id": 12
}
],
"required": [
"id"
],
"properties": {
"id": {
"type": "number",
"description": "Starship ID (e.g., 9 for the Death Star)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
swapi
https://github.com/pipeworx-io/mcp-swapi
1/7 registries