openfilm-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_film_stocksC | Search the Openfilm film stock database (68 current and classic stocks) by text, ISO, type, grain, latitude, format, use case or price tier. |
| get_film_stockB | Look up one film stock by id or name. |
| recommend_filmB | Recommend film stocks for a scene (portrait, landscape, street, night, travel, studio, beginner), optionally for a format and within a price tier. |
| search_camerasC | Search the Openfilm classic camera database (60 bodies) by text, type, mount, format or price tier. |
| get_cameraC | Look up one camera by id or name. |
| compare_filmsC | Compare two film stocks side by side. |
| audit_urlA | Instant technical SEO audit of one public URL (1 USDC). Call without tx for the payment details, or with the transaction hash once paid. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
The film/camera tools have clear boundaries (search vs get vs recommend vs compare), and recommend_film is distinguishable from search_film_stocks. However, audit_url is completely unrelated to the film domain and feels bolted on, which slightly muddies the set's purpose.
All names follow a clean verb_noun snake_case pattern (search_film_stocks, get_film_stock, recommend_film, search_cameras, get_camera, compare_films, audit_url). Minor noun plurality differences (film_stocks vs cameras) are trivial.
Seven tools is a well-scoped count for a reference database covering films and cameras. The lone deviation is audit_url, which does not belong to the apparent scope and inflates the set with an off-domain tool.
For a read-only film/camera reference domain, the surface covers search, lookup, recommendation, and comparison well. A minor gap is the absence of a camera comparison or similar cross-body tool, but core workflows are covered.