search_people
ActiveTool of swapi
declared in 0.1.0
Search Star Wars characters by name. Returns name, physical attributes, birth year, gender, and homeworld URL.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "Luke"
},
{
"query": "Darth Vader"
}
],
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Character name to search for (e.g., \"Luke\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
swapi
https://github.com/pipeworx-io/mcp-swapi
1/7 registries