get_film
ActiveTool of swapi
declared in 0.1.0
Get a Star Wars film by its numeric ID. Returns title, episode number, director, producer, release date, and opening crawl.
Parameters schema
{
"type": "object",
"examples": [
{
"id": 1
},
{
"id": 5
}
],
"required": [
"id"
],
"properties": {
"id": {
"type": "number",
"description": "Film ID (e.g., 1 for A New Hope)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
swapi
https://github.com/pipeworx-io/mcp-swapi
1/7 registries