query_content
unverifiedv0.1Filters the movie catalog by a specific genre.
Updated 6/6/2026 · Created 6/6/2026
Input Schema
{
"type": "object",
"required": [
"genre"
],
"properties": {
"genre": {
"type": "string",
"description": "The genre to filter by (e.g. horror, action, comedy)"
}
}
}Full Contract
{
"name": "query_content",
"description": "Filters the movie catalog by a specific genre.",
"inputSchema": {
"type": "object",
"required": [
"genre"
],
"properties": {
"genre": {
"type": "string",
"description": "The genre to filter by (e.g. horror, action, comedy)"
}
}
}
}GET /api/tool/googlechromelabs.github.io/webmcp-tools/demos/ticket-booking/query_content