Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

imdb_search_title

Find specific IMDb titles by combining advanced filters like genre, rating, and release year; returns normalized JSON for easy use.

Instructions

IMDb advanced title search. Returns normalized IMDb advanced title-search results (imdb.com/search/title/) from a credential-free public IMDb page. At least one filter is required; sort/limit alone are not enough. Limit defaults to 25 and clamps to 50; only IMDb's first rendered page of results is returned (see total/has_more), there is no deeper cursor pagination. Genre/company/certificate/country/language/keyword/characters/role are include-only lists; there is no exclude support. Unsupported: genre exclude, three curated groups values (best-picture-nominee, best-director-nominee, national-film-registry), and the non-plot "page topic" search fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
plotNoPlot text search term
roleNoComma-separated cast/crew IMDb name ids, format `nm########`
sortNoOne of `moviemeter`, `alpha`, `user_rating`, `num_votes`, `boxoffice_gross_us`, `runtime`, `year`, `release_date`
limitNoRows to return, default 25, max 50
titleNoTitle-name substring match
colorsNoComma-separated color info: `color`, `black_and_white`, `colorized`, `aces`
genresNoComma-separated genres (include-only): `Action`, `Adventure`, `Animation`, `Biography`, `Comedy`, `Crime`, `Documentary`, `Drama`, `Family`, `Fantasy`, `Film-Noir`, `Game-Show`, `History`, `Horror`, `Music`, `Musical`, `Mystery`, `News`, `Reality-TV`, `Romance`, `Sci-Fi`, `Short`, `Sport`, `Talk-Show`, `Thriller`, `War`, `Western`
groupsNoComma-separated awards/curated-list groups: `oscar_winner`, `oscar_nominee`, `emmy_winner`, `emmy_nominee`, `golden_globe_winner`, `golden_globe_nominee`, `best_picture_winner`, `best_director_winner`, `razzie_winner`, `razzie_nominee`, `top_100`, `top_250`, `top_1000`, `bottom_100`, `bottom_250`, `bottom_1000`
keywordsNoComma-separated plot keywords
companiesNoComma-separated IMDb company ids, format `co########`
countriesNoComma-separated ISO country codes
languagesNoComma-separated ISO language codes
max_votesNoMaximum number of user rating votes
min_votesNoMinimum number of user rating votes
charactersNoComma-separated character names
sort_orderNo`asc` or `desc`. Defaults to `asc` when sort is set
title_typeNoComma-separated title types: `feature`, `tvSeries`, `short`, `tvEpisode`, `tvMiniSeries`, `tvMovie`, `tvSpecial`, `tvShort`, `videoGame`, `video`, `musicVideo`, `podcastSeries`, `podcastEpisode`
max_runtimeNoMaximum runtime in minutes
min_runtimeNoMinimum runtime in minutes
sound_mixesNoComma-separated sound mix names: `12-Track Digital Sound`, `3 Channel Stereo`, `4-Track Stereo`, `6-Track Stereo`, `70 mm 6-Track`, `AGA Sound System`, `Auro 11.1`, `CDS`, `Chronophone`, `Cinematophone`, `Cinephone`, `Cinerama 7-Track`, `Cinesound`, `D-Cinema 48kHz 5.1`, `Datasat`, `De Forest Phonofilm`, `Digitrac Digital Audio System`, `Dolby`, `Dolby Atmos`, `Dolby Digital`, `Dolby Digital EX`, `Dolby SR`, `Dolby Stereo`, `Dolby Surround 7.1`, `DTS`, `DTS 70 mm`, `DTS Stereo`, `DTS-ES`, `IMAX 6-Track`, `Kinoplasticon`, `LC-Concept Digital Sound`, `Matrix Surround`, `Mono`, `Perspecta Stereo`, `Phono-Kinema`, `SDDS`, `Sensurround`, `Silent`, `Sonics-DDP`, `Sonix`, `Stereo`, `Ultra Stereo`, `Vitaphone`
certificatesNoComma-separated `COUNTRY:RATING` certificate pairs, e.g. `US:PG-13`
include_adultNoInclude adult titles. Defaults to excluded
max_popularityNoMaximum IMDb popularity rank
min_popularityNoMinimum IMDb popularity rank (1 is most popular)
max_user_ratingNoMaximum IMDb user rating, 0-10
min_user_ratingNoMinimum IMDb user rating, 0-10
release_date_toNoRelease date upper bound: YYYY, YYYY-MM, or YYYY-MM-DD
release_date_fromNoRelease date lower bound: YYYY, YYYY-MM, or YYYY-MM-DD
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description fully discloses critical behaviors: credential-free access, pagination limits (first page only, no cursor), limit clamping to 50, include-only list semantics, and specific unsupported values. This is exceptional transparency for a complex tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a dense but efficient single paragraph. Every sentence conveys a constraint or behavioral detail; there is no filler or redundant repetition of schema information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a highly complex tool with 28 optional parameters, the description covers the most critical operational constraints: required filters, pagination behavior, list semantics, and unsupported features. It also hints at return fields (`total`/`has_more`), providing a complete operational picture.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already covers all 28 parameters with descriptions, but the description adds important semantics beyond the schema: which parameters are include-only, that limit defaults to 25 and clamps to 50, and that certain groups values are unsupported. This adds meaningful context.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool performs IMDb advanced title search and returns normalized results from the specific imdb.com/search/title/ page. It distinguishes from sibling search tools like imdb_search by specifying 'advanced' and the exact URL, making the purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context: at least one filter is required, sort/limit alone are insufficient, and unsupported features are listed. However, it does not explicitly name alternative tools for unsupported cases, so it stops short of explicit when/when-not guidance relative to siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Crawlora-org/crawlora-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server