FilmRightsProof
Server Details
Film/TV public-record rights intelligence for AI agents with provenance and bounded verification.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 2 tools
The two tools are sharply separated by function and cost: search_public_records is a free candidate lookup, while trace_public_rights is a paid reconciled dossier. Each description explicitly directs the agent to the appropriate tool, so there is no ambiguity.
Both tool names follow a consistent verb_noun snake_case pattern: search_public_records and trace_public_rights. The verbs and objects are distinct and accurately reflect each tool's purpose.
Two tools is on the thin side, though each tool earns its place by covering a distinct tier of the same workflow. For a very focused public-records research server this is borderline but not unreasonable.
The free search and paid trace cover the two main user intents: quick candidate lookup and deeper reconciled research. For a read-only public-records domain, there are no obvious missing operations or dead ends within the stated scope.
Available Tools
2 toolsfilmrightsproof.search_public_recordsSearch public copyright recordsARead-onlyIdempotentInspect
Search likely U.S. Copyright Office public records for a film, television, or underlying creative work. Use this free bounded search to identify candidates or evaluate applicability. If you need reconciled evidence, source-supported relationships, provenance, ambiguity, and freshness in one dossier, use filmrightsproof.trace_public_rights instead.
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Optional release, publication, creation, or registration year used to narrow candidate matches. | |
| limit | No | Maximum number of candidate public-record matches to return or inspect. | |
| title | Yes | Film, television, or underlying creative-work title to search in U.S. Copyright Office public records. | |
| creator | No | Optional creator, author, writer, director, producer, or other credited name used to disambiguate similarly titled works. | |
| workType | No | Optional work-type hint, such as motion picture, television, screenplay, book, or other underlying creative work. |
Output Schema
| Name | Required | Description |
|---|---|---|
| query | Yes | |
| coverage | Yes | |
| freshness | Yes | |
| candidates | Yes | |
| legalNotice | Yes | |
| evidenceGaps | Yes | |
| schemaVersion | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds useful behavioral context beyond that: results are 'likely' candidates, the search is 'bounded', and it is not producing reconciled/provenance-backed evidence. This helps set the right expectations for result reliability.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loads the primary purpose, and then immediately provides the alternative-tool condition. Every sentence earns its place, with no filler or redundant restatement of the tool name.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the output schema, strong annotations, complete parameter documentation, and an explicit sibling-tool pointer, an agent has everything it needs to invoke this tool correctly and decide whether it is the right choice for the task. No critical contextual gap is evident.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, and the input schema documents all five parameters with descriptions, examples, constraints, and required fields. The tool description itself does not need to repeat parameter details, so it meets the baseline for high schema coverage without adding extra per-parameter semantic value.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Search'), a clear resource ('U.S. Copyright Office public records'), and a scope ('film, television, or underlying creative work'). It also explicitly distinguishes itself from the sibling tool by positioning this as a candidate-finding, bounded search rather than a reconciled-evidence dossier.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description states exactly when to use this tool ('Use this free bounded search to identify candidates or evaluate applicability') and names the alternative condition explicitly ('If you need reconciled evidence... use filmrightsproof.trace_public_rights instead'). This gives an agent unambiguous routing guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
filmrightsproof.trace_public_rightsTrace public rights evidenceARead-onlyIdempotentInspect
Trace a bounded film or television public-record rights dossier when an agent needs more than candidate lookup. Resolve the work, reconcile maintained Copyright Office evidence, build only source-supported relationships, and return provenance, ambiguity, and bounded freshness. $2 per completed authorized invocation. For candidate lookup or free applicability evaluation, use filmrightsproof.search_public_records instead. Not legal clearance, definitive ownership, exhaustive chain of title, or private-contract analysis.
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Optional release, publication, creation, or registration year used to narrow candidate matches. | |
| limit | No | Maximum number of candidate public-record matches to return or inspect. | |
| title | Yes | Film, television, or underlying creative-work title to search in U.S. Copyright Office public records. | |
| creator | No | Optional creator, author, writer, director, producer, or other credited name used to disambiguate similarly titled works. | |
| workType | No | Optional work-type hint, such as motion picture, television, screenplay, book, or other underlying creative work. |
Output Schema
| Name | Required | Description |
|---|---|---|
| edges | Yes | |
| query | Yes | |
| state | Yes | |
| status | Yes | |
| methods | Yes | |
| records | Yes | |
| traceId | Yes | |
| coverage | Yes | |
| evidence | Yes | |
| dossierId | Yes | |
| freshness | Yes | |
| operation | Yes | |
| candidates | Yes | |
| provenance | Yes | |
| legalNotice | Yes | |
| limitations | Yes | |
| evidenceGaps | Yes | |
| resolvedWork | No | |
| corpusVersion | No | |
| nonInferences | Yes | |
| schemaVersion | Yes | |
| canonicalRequest | Yes | |
| normalizedParties | Yes | |
| unresolvedQuestions | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover read-only, idempotent, non-destructive. The description adds meaningful operational context: a $2 cost, that it operates on maintained evidence, builds only source-supported relationships, and explicitly flags boundaries such as 'not legal clearance, definitive ownership, exhaustive chain of title, or private-contract analysis.' No contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Four sentences cover purpose, when-to-use, cost, and scope boundaries with almost no filler. The first sentence is dense but front-loaded with the purpose and trigger context. It earns its length by adding strategic guidance, though it could trim slight redundancy around 'bounded' and 'public-record.'
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
An output schema provides return structure components, so the description doesn't need to explain that. The description covers the tool's role versus the sibling, cost, boundaries, and what it does and doesn't guarantee. For a bounded, paid research tool, an agent has everything needed to call it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema fully documents title, year, creator, limit, and workType with examples. The description says title is required and that the other parameters are disambiguation hints, but those details already appear in the input schema. This is the expected baseline when the schema carries the full parameter load.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description names a specific verb ('Trace') and a clearly bounded resource: 'a bounded film or television public-record rights dossier.' It immediately contrasts with the candidate-lookup sibling and lists concrete outputs (provenance, ambiguity, bounded freshness), so an agent can tell exactly what this does.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It explicitly says to use this when 'an agent needs more than candidate lookup' and directs the agent to filmrightsproof.search_public_records for candidate lookup or free applicability evaluation. It also states what the tool does not provide: legal clearance, definitive ownership, exhaustive chain of title, or private-contract analysis.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- First observed
filmrightsproof.search_public_records - First observed
filmrightsproof.trace_public_rights
Related MCP Connectors
Film/TV public-record rights intelligence for AI agents with provenance and bounded verification.
US public-records intelligence for AI agents — companies, SEC, courts, spending, licenses.
Licensed, rights-cleared content for AI agents - verifiable license keys + EU AI Act attestation.
Provenance-backed EU and UK legislation for AI agents, addressable to the individual provision.
Related MCP Servers
- AlicenseAqualityAmaintenanceLicensed, rights-cleared content for AI agents, 17 tools to discover, license, retrieve, and verify expert content with on-chain proof and EU AI Act Article 53 support.8122 npm1MIT
- AlicenseAqualityCmaintenanceProvenance-first web access for AI agents, delivering clean content with verifiable source metadata and SEC EDGAR financial data.822 npmMIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to query cryptographically verified facts with zero-knowledge proofs, selective disclosure, and tamper-evident provenance.192 npm1Apache 2.0
- AlicenseAqualityBmaintenanceAI agent provenance, trust, and auditability layer. VERITAS multi-gate scoring, Cortex approval gates, S.E.A.L. hash-chain audit ledger, and semantic RAG with cryptographic provenance tracking for every decision an agent makes.275MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.