search_movie
Find specific Indian movies by entering the title; use this tool to quickly locate films within the Indian Movies MCP Agent's extensive database.
Instructions
Search for a specific Indian movie by title
Input Schema
Name | Required | Description | Default |
---|---|---|---|
title | Yes | Movie title to search for |
Input Schema (JSON Schema)
{
"properties": {
"title": {
"description": "Movie title to search for",
"type": "string"
}
},
"required": [
"title"
],
"type": "object"
}